summarylogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorNicolas Iooss2015-12-20 18:54:49 +0100
committerNicolas Iooss2015-12-20 18:54:49 +0100
commit7d5a14d4cdf927345934eb87835a738898426936 (patch)
treeacd23a1e2705c66d61030898a5c997e68bd6b25e /config
downloadaur-7d5a14d4cdf927345934eb87835a738898426936.tar.gz
Commit selinux-refpolicy-arch 20110726.1-3
Diffstat (limited to 'config')
-rw-r--r--config13
1 files changed, 13 insertions, 0 deletions
diff --git a/config b/config
new file mode 100644
index 000000000000..7029dab63b3d
--- /dev/null
+++ b/config
@@ -0,0 +1,13 @@
+# 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= takes the name of SELinux policy to
+# be used. Current options are:
+# refpolicy (vanilla reference policy)
+# refpolicy-arch (reference policy with
+# Arch Linux patch)
+SELINUXTYPE=refpolicy-arch