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
|
choice
|
||||||
prompt "default SELinux type"
|
prompt "default SELinux type"
|
||||||
depends on TARGET_ROOTFS_SECURITY_LABELS
|
depends on TARGET_ROOTFS_SECURITY_LABELS
|
||||||
default SELINUXTYPE_targeted
|
default SELINUXTYPE_dssp
|
||||||
help
|
help
|
||||||
Choose SELinux policy to be used for build.
|
Choose SELinux policy to be used for build.
|
||||||
config SELINUXTYPE_targeted
|
config SELINUXTYPE_targeted
|
||||||
bool "targeted"
|
bool "targeted"
|
||||||
select PACKAGE_refpolicy
|
select PACKAGE_refpolicy
|
||||||
|
config SELINUXTYPE_dssp
|
||||||
|
bool "dssp"
|
||||||
|
select PACKAGE_selinux-policy
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
Loading…
Reference in New Issue