projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf12f05
)
config: add option for dssp selinux policy
author
Daniel Golle
<daniel@makrotopia.org>
Wed, 30 Sep 2020 21:03:20 +0000
(22:03 +0100)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/config/Config-build.in
b/config/Config-build.in
index 224247007988feb98b282f454f6ee03bd8bbb96e..37cc3d7e5a1209d9f3bef875a35c35b39f399a17 100644
(file)
--- 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