projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ep93xx] add 3.2 support
[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
907c975
..
e7317ca
100644
(file)
--- a/
package/busybox/config/selinux/Config.in
+++ b/
package/busybox/config/selinux/Config.in
@@
-1,11
+1,14
@@
+# DO NOT EDIT. This file is generated from Config.src
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
-menu "S
el
inux Utilities"
+menu "S
EL
inux Utilities"
depends on BUSYBOX_CONFIG_SELINUX
depends on BUSYBOX_CONFIG_SELINUX
+
+
config BUSYBOX_CONFIG_CHCON
bool "chcon"
default n
config BUSYBOX_CONFIG_CHCON
bool "chcon"
default n
@@
-16,7
+19,7
@@
config BUSYBOX_CONFIG_CHCON
config BUSYBOX_CONFIG_FEATURE_CHCON_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_CHCON_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_CHCON && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_CHCON && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the chcon applet.
help
Support long options for the chcon applet.
@@
-67,7
+70,7
@@
config BUSYBOX_CONFIG_RUNCON
config BUSYBOX_CONFIG_FEATURE_RUNCON_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_RUNCON_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_RUNCON && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_RUNCON && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the runcon applet.
help
Support long options for the runcon applet.
@@
-104,5
+107,19
@@
config BUSYBOX_CONFIG_FEATURE_SETFILES_CHECK_OPTION
Support "-c" option (check the validity of the contexts against
the specified binary policy) for setfiles. Requires libsepol.
Support "-c" option (check the validity of the contexts against
the specified binary policy) for setfiles. Requires libsepol.
-endmenu
+config BUSYBOX_CONFIG_SETSEBOOL
+ bool "setsebool"
+ default n
+ depends on BUSYBOX_CONFIG_SELINUX
+ help
+ 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
This page took
0.028747 seconds
and
4
git commands to generate.