config: add option for dssp selinux policy
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
bf12f05bbf
commit
a439f1bb47
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue