config: add option for dssp selinux policy
authorDaniel Golle <daniel@makrotopia.org>
Wed, 30 Sep 2020 21:03:20 +0000 (22:03 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 9 Oct 2020 01:10:05 +0000 (02:10 +0100)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
config/Config-build.in

index 224247007988feb98b282f454f6ee03bd8bbb96e..37cc3d7e5a1209d9f3bef875a35c35b39f399a17 100644 (file)
@@ -341,12 +341,15 @@ menu "Global build settings"
        choice
                prompt "default SELinux type"
                depends on TARGET_ROOTFS_SECURITY_LABELS
        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
                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
        endchoice
 
 endmenu