10 lines
No EOL
214 B
Bash
10 lines
No EOL
214 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo "Building and Loading Policy"
|
|
|
|
set -x
|
|
|
|
make -f /usr/share/selinux/devel/Makefile brave.pp || exit
|
|
/usr/sbin/semodule -i brave.pp -v
|
|
|
|
/sbin/restorecon -F -R -v /usr/lib/opt/brave.com/brave |