diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-09-30 22:03:20 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-10-09 02:10:05 +0100 |
commit | a439f1bb478b4b8b4134dbed76266c0032625b6b (patch) | |
tree | 0f1a7b89b5b888f51d1c165d17900271dd0cd1d3 | |
parent | bf12f05bbfd50ba6f8f9c49a8980239efcc29930 (diff) | |
download | upstream-a439f1bb478b4b8b4134dbed76266c0032625b6b.tar.gz upstream-a439f1bb478b4b8b4134dbed76266c0032625b6b.tar.bz2 upstream-a439f1bb478b4b8b4134dbed76266c0032625b6b.zip |
config: add option for dssp selinux policy
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | config/Config-build.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index 2242470079..37cc3d7e5a 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -341,12 +341,15 @@ menu "Global build settings" choice prompt "default SELinux type" depends on TARGET_ROOTFS_SECURITY_LABELS - default SELINUXTYPE_targeted + default SELINUXTYPE_dssp help Choose SELinux policy to be used for build. config SELINUXTYPE_targeted bool "targeted" select PACKAGE_refpolicy + config SELINUXTYPE_dssp + bool "dssp" + select PACKAGE_selinux-policy endchoice endmenu |