[openwrt/openwrt] config: prepare for choice of SELinux policy

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 28 21:51:36 EDT 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1a22964399cc33a32564c82eaf6cb494cacf5b99

commit 1a22964399cc33a32564c82eaf6cb494cacf5b99
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Sep 29 02:47:25 2020 +0100

    config: prepare for choice of SELinux policy
    
    Only 'targeted' from refpolicy is supported for now.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 config/Config-build.in | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/config/Config-build.in b/config/Config-build.in
index fc94f4d45e..2242470079 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -335,7 +335,18 @@ menu "Global build settings"
 		select KERNEL_F2FS_FS_SECURITY
 		select KERNEL_UBIFS_FS_SECURITY
 		select KERNEL_JFFS2_FS_SECURITY
-		select PACKAGE_refpolicy
 		help
 		  This option enables the usage of SELinux labels
+
+	choice
+		prompt "default SELinux type"
+		depends on TARGET_ROOTFS_SECURITY_LABELS
+		default SELINUXTYPE_targeted
+		help
+		  Choose SELinux policy to be used for build.
+		config SELINUXTYPE_targeted
+			bool "targeted"
+			select PACKAGE_refpolicy
+	endchoice
+
 endmenu



More information about the lede-commits mailing list