Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
RoyalOughtness authored Jan 23, 2025
1 parent b774120 commit 1ee6aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/selinux/chromium/chromium.sh
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ echo "Building and Loading Policy"
set -x

make -f /usr/share/selinux/devel/Makefile chromium.pp || exit
/usr/sbin/semodule -i -v chromium.pp -X 600
/usr/sbin/semodule -i chromium.pp -X 600 -v

/sbin/restorecon -F -R -v /usr/lib/chromium-browser/
/sbin/restorecon -F -R -v /usr/lib/trivalent/

0 comments on commit 1ee6aaa

Please sign in to comment.