asahi-kiwi-descriptions/root/etc/selinux/config
Neal Gompa ad92f970f4 Set SELinux to permissive mode for troubleshooting purposes
There seems to be issues with SELinux on the generated images at
the moment. In order to be able to troubleshoot them, we will
configure SELinux for permissive mode for now.
2022-09-18 21:00:42 -04:00

15 lines
549 B
Plaintext

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=permissive
# SELINUXTYPE= can take one of these three values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted