aboutsummaryrefslogtreecommitdiff
path: root/findutils/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-06-19 22:22:57 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-06-19 22:22:57 +0000
commita19faf8bb7fc1db51f863fea4233639851ba7789 (patch)
tree9f4570279b58d05484d232ed36164c07dd9fd86d /findutils/Config.in
parentdcf6de552a15c1e7bddb32f1028ceb6214915425 (diff)
downloadbusybox-a19faf8bb7fc1db51f863fea4233639851ba7789.tar.gz
find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>)
find: make it a bit smaller function old new delta .rodata 129018 129050 +32 parse_params 1509 1346 -163 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 32/-163) Total: -131 bytes
Diffstat (limited to 'findutils/Config.in')
-rw-r--r--findutils/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index f8ad98de1..50415cb5f 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -164,6 +164,13 @@ config FEATURE_FIND_REGEX
help
The -regex option matches whole pathname against regular expression.
+config FEATURE_FIND_CONTEXT
+ bool "Enable (-context) option for matching security context"
+ default n
+ depends on FIND && SELINUX
+ help
+ Support the 'find -context' option for matching security context.
+
config GREP
bool "grep"
default n