[openwrt/openwrt] config: add option for dssp selinux policy
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 8 21:16:01 EDT 2020
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a439f1bb478b4b8b4134dbed76266c0032625b6b
commit a439f1bb478b4b8b4134dbed76266c0032625b6b
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Sep 30 22:03:20 2020 +0100
config: add option for dssp selinux policy
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
config/Config-build.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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
More information about the lede-commits
mailing list