]> TLD Linux GIT Repositories - packages/rc-scripts.git/blob - rc-scripts-selinuxfs_mount.patch
- drop fedora/redhat "comaptibility", breaks screen handling with bash
[packages/rc-scripts.git] / rc-scripts-selinuxfs_mount.patch
1 diff -ur rc-scripts-0.4.9.orig/rc.d/rc.sysinit rc-scripts-0.4.9/rc.d/rc.sysinit
2 --- rc-scripts-0.4.9.orig/rc.d/rc.sysinit       2013-11-11 10:58:44.000000000 +0000
3 +++ rc-scripts-0.4.9/rc.d/rc.sysinit    2014-02-03 13:11:14.805999630 +0000
4 @@ -112,9 +112,7 @@
5         if ! grep -Fq selinuxfs /proc/filesystems; then
6                 # no support in kernel, no chance
7                 SELINUX=no
8 -       fi
9 -
10 -       if ! is_fsmounted selinuxfs /selinux; then
11 +       elif ! is_fsmounted selinuxfs /selinux; then
12                 mount -n -o gid=17 -t selinuxfs selinuxfs /selinux
13         fi
14