]> TLD Linux GIT Repositories - packages/rc-scripts.git/blobdiff - rc-scripts-selinuxfs_mount.patch
- updated to 0.4.14 (note: we now use our own rc-scripts repository)
[packages/rc-scripts.git] / rc-scripts-selinuxfs_mount.patch
diff --git a/rc-scripts-selinuxfs_mount.patch b/rc-scripts-selinuxfs_mount.patch
deleted file mode 100644 (file)
index f447db0..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -urNp rc-scripts-0.4.13.orig/rc.d/rc.sysinit rc-scripts-0.4.13/rc.d/rc.sysinit
---- rc-scripts-0.4.13.orig/rc.d/rc.sysinit     2015-02-06 13:39:53.000000000 +0000
-+++ rc-scripts-0.4.13/rc.d/rc.sysinit  2015-02-06 13:40:47.644314244 +0000
-@@ -127,9 +127,7 @@ init_selinux() {
-       if ! grep -Fq selinuxfs /proc/filesystems; then
-               # no support in kernel, no chance
-               SELINUX=no
--      fi
--
--      if ! is_fsmounted selinuxfs /selinux; then
-+      elif ! is_fsmounted selinuxfs /selinux; then
-               mount -n -o gid=17 -t selinuxfs selinuxfs /selinux
-       fi