Allow SELinux to stay enabled
Users who have their own SELinux policies should be able to keep QubesOS from disabling SELinux.
This commit is contained in:
parent
b15ff53bc6
commit
9bcfc5dc9f
@ -492,10 +492,15 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%triggerin -- selinux-policy
|
%triggerin -- selinux-policy
|
||||||
#echo "--> Disabling SELinux..."
|
|
||||||
sed -e s/^SELINUX=.*$/SELINUX=disabled/ </etc/selinux/config >/etc/selinux/config.processed
|
. /usr/lib/qubes/init/functions
|
||||||
mv /etc/selinux/config.processed /etc/selinux/config
|
|
||||||
setenforce 0 2>/dev/null
|
if ! is_protected_file /etc/selinux/config; then
|
||||||
|
echo "--> Disabling SELinux..."
|
||||||
|
sed -e s/^SELINUX=.*$/SELINUX=disabled/ </etc/selinux/config >/etc/selinux/config.processed
|
||||||
|
mv /etc/selinux/config.processed /etc/selinux/config
|
||||||
|
setenforce 0 2>/dev/null
|
||||||
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%post network-manager
|
%post network-manager
|
||||||
|
Loading…
Reference in New Issue
Block a user