projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
merge the control file and the .ipk file targets into one to prevent them from going...
[openwrt.git]
/
package
/
busybox
/
config
/
selinux
/
Config.in
diff --git
a/package/busybox/config/selinux/Config.in
b/package/busybox/config/selinux/Config.in
index
d3a8acf
..
b5b2d66
100644
(file)
--- a/
package/busybox/config/selinux/Config.in
+++ b/
package/busybox/config/selinux/Config.in
@@
-3,7
+3,7
@@
# see scripts/kbuild/config-language.txt.
#
# see scripts/kbuild/config-language.txt.
#
-menu "S
el
inux Utilities"
+menu "S
EL
inux Utilities"
depends on BUSYBOX_CONFIG_SELINUX
config BUSYBOX_CONFIG_CHCON
depends on BUSYBOX_CONFIG_SELINUX
config BUSYBOX_CONFIG_CHCON
@@
-112,5
+112,12
@@
config BUSYBOX_CONFIG_SETSEBOOL
Enable support for change boolean.
semanage and -P option is not supported yet.
Enable support for change boolean.
semanage and -P option is not supported yet.
+config BUSYBOX_CONFIG_SESTATUS
+ bool "sestatus"
+ default n
+ depends on BUSYBOX_CONFIG_SELINUX
+ help
+ Displays the status of SELinux.
+
endmenu
endmenu
This page took
0.021612 seconds
and
4
git commands to generate.