We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e1354 commit 6d8afbdCopy full SHA for 6d8afbd
ic-os/components/guestos/selinux/prep.sh
@@ -12,9 +12,5 @@ sed -e 's/detected_mods := \(.*\)/detected_mods := $(sort \1)/' -i /usr/share/se
12
# Build SELinux modules
13
make -f /usr/share/selinux/devel/Makefile
14
15
-# Force unsharing of directory -- seems to be a docker bug
16
-mv /var/lib/selinux/default/active /var/lib/selinux/default/active.unshare
17
-mv /var/lib/selinux/default/active.unshare /var/lib/selinux/default/active
18
-
19
# Install them
20
semodule -i *.pp
0 commit comments