From e5e54e52f751c15f0c04442070329f0f8a59afe5 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 23 Aug 2020 22:03:44 -0500 Subject: refpolicy: new package Signed-off-by: Thomas Petazzoni [update to 2.20200229, adjust Makefile, and move to openwrt.git] Signed-off-by: W. Michael Petullo --- package/system/refpolicy/files/selinux-config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package/system/refpolicy/files/selinux-config (limited to 'package/system/refpolicy/files') diff --git a/package/system/refpolicy/files/selinux-config b/package/system/refpolicy/files/selinux-config new file mode 100644 index 0000000000..2ae174d297 --- /dev/null +++ b/package/system/refpolicy/files/selinux-config @@ -0,0 +1,7 @@ +# 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=targeted -- cgit v1.2.3