Lines Matching refs:conf
15 …rm -rf /etc/selinux/mls/setrans.conf.bak /etc/selinux/mls/secolor.conf.bak /etc/selinux/mls/setran…
18 if [ -e $d/setrans.conf ]; then
19 mv /etc/selinux/mls/setrans.conf /etc/selinux/mls/setrans.conf.bak
23 if [ -e /etc/selinux/mls/secolor.conf ]; then
24 mv /etc/selinux/mls/secolor.conf /etc/selinux/mls/secolor.conf.bak
31 if [ -e $d/setrans.conf ]; then
32 cp -L $d/setrans.conf /etc/selinux/mls/setrans.conf
34 if [ -e $d/secolor.conf ]; then
35 cp -L $d/secolor.conf /etc/selinux/mls
49 if [ -e /etc/selinux/mls/setrans.conf.bak ]; then
50 mv /etc/selinux/mls/setrans.conf.bak /etc/selinux/mls/setrans.conf
52 if [ -e /etc/selinux/mls/secolor.conf.bak ]; then
53 mv /etc/selinux/mls/secolor.conf.bak /etc/selinux/mls/secolor.conf
58 restorecon -rv /etc/selinux/mls/setrans.conf /etc/selinux/mls/setrans.d >/dev/null