Skip to content

Commit 6d8afbd

Browse files
committed
Remove old podman fix
1 parent 09e1354 commit 6d8afbd

File tree

1 file changed

+0
-4
lines changed
  • ic-os/components/guestos/selinux

1 file changed

+0
-4
lines changed

ic-os/components/guestos/selinux/prep.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,5 @@ sed -e 's/detected_mods := \(.*\)/detected_mods := $(sort \1)/' -i /usr/share/se
1212
# Build SELinux modules
1313
make -f /usr/share/selinux/devel/Makefile
1414

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-
1915
# Install them
2016
semodule -i *.pp

0 commit comments

Comments
 (0)