diff options
| author | Daniel Golle | 2020-09-30 21:03:20 +0000 |
|---|---|---|
| committer | Daniel Golle | 2020-10-09 01:10:05 +0000 |
| commit | a439f1bb478b4b8b4134dbed76266c0032625b6b (patch) | |
| tree | 0f1a7b89b5b888f51d1c165d17900271dd0cd1d3 | |
| parent | bf12f05bbfd50ba6f8f9c49a8980239efcc29930 (diff) | |
| download | openwrt-a439f1bb478b4b8b4134dbed76266c0032625b6b.tar.gz | |
config: add option for dssp selinux policy
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| -rw-r--r-- | config/Config-build.in | 5 |
1 files changed, 4 insertions, 1 deletions
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 |