X-Git-Url: https://git.tld-linux.org/?p=packages%2Frc-scripts.git;a=blobdiff_plain;f=rc-scripts-selinuxfs_mount.patch;fp=rc-scripts-selinuxfs_mount.patch;h=0000000000000000000000000000000000000000;hp=f447db005a1aedc715ad8598dce63e0624c8e040;hb=8f995859d5e690180c18717e387f07c77b260991;hpb=e2bf0309756b52584fc99abe1e1d032368eb5611 diff --git a/rc-scripts-selinuxfs_mount.patch b/rc-scripts-selinuxfs_mount.patch deleted file mode 100644 index f447db0..0000000 --- a/rc-scripts-selinuxfs_mount.patch +++ /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 -