diff options
author | W. Michael Petullo <mike@flyn.org> | 2020-11-01 07:44:56 -0600 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-11-09 13:06:19 +0000 |
commit | 9eb9943f82e0b2d5e32ffe1c63f5a82caca5094d (patch) | |
tree | a1f201de88e55926d10ad5ebcfc9d5943ea8bbd0 /config | |
parent | 2e282537d00267774526ea5b4386ea3167b69c6a (diff) | |
download | upstream-9eb9943f82e0b2d5e32ffe1c63f5a82caca5094d.tar.gz upstream-9eb9943f82e0b2d5e32ffe1c63f5a82caca5094d.tar.bz2 upstream-9eb9943f82e0b2d5e32ffe1c63f5a82caca5094d.zip |
refpolicy: add variant that builds modular policy
This adds a variant of refpolicy that builds the modular form of the
policy. While this requires more memory on the target device, along with
some tricks to deal with OpenWrt's volatile /var directory, it is useful
for experiementing with SELinux policy.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index 8e12199cbd..178afbdb94 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -362,6 +362,12 @@ menu "Global build settings" help SELinux Reference Policy (refpolicy) + config SELINUXTYPE_targeted-modular + bool "targeted-modular" + select PACKAGE_refpolicy-modular + help + Modular SELinux Reference Policy (refpolicy-modular) + config SELINUXTYPE_dssp bool "dssp" select PACKAGE_selinux-policy |