config: add option for dssp selinux policy

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2020-09-30 22:03:20 +01:00
parent bf12f05bbf
commit a439f1bb47
1 changed files with 4 additions and 1 deletions

View File

@ -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