diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2020-08-23 22:03:44 -0500 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-08-31 01:15:41 +0100 |
commit | e5e54e52f751c15f0c04442070329f0f8a59afe5 (patch) | |
tree | 5dd332f055d5f1354227af17e9260a11bca7ba68 /package/system/refpolicy/files | |
parent | 21992303fa29115f8e3b91eb440e5eb0a51fd57b (diff) | |
download | upstream-e5e54e52f751c15f0c04442070329f0f8a59afe5.tar.gz upstream-e5e54e52f751c15f0c04442070329f0f8a59afe5.tar.bz2 upstream-e5e54e52f751c15f0c04442070329f0f8a59afe5.zip |
refpolicy: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[update to 2.20200229, adjust Makefile, and move to openwrt.git]
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'package/system/refpolicy/files')
-rw-r--r-- | package/system/refpolicy/files/selinux-config | 7 |
1 files changed, 7 insertions, 0 deletions
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 |