diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-11-22 15:20:35 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-11-22 15:20:35 +0000 |
commit | 6e9b707ee2bd06c180e9acc5224a671f2177b57e (patch) | |
tree | 6f9e87c927234de7421386b2515abf10dc3d78ae /config | |
parent | 8262c99fc366e7e9481ba52a9f5f41ba3c6b7bc4 (diff) | |
download | upstream-6e9b707ee2bd06c180e9acc5224a671f2177b57e.tar.gz upstream-6e9b707ee2bd06c180e9acc5224a671f2177b57e.tar.bz2 upstream-6e9b707ee2bd06c180e9acc5224a671f2177b57e.zip |
Revert "refpolicy: add variant that builds modular policy"
This reverts commit 9eb9943f82e0b2d5e32ffe1c63f5a82caca5094d.
Building the 'modular' variant requires 'semodule_package' from
'selinux-python' to be installed on the buildhost.
Apart from that, this change also broke the monolithic refpolicy
'targeted' build.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index 178afbdb94..8e12199cbd 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -362,12 +362,6 @@ 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 |