diff options
author | Denis Vlasenko | 2007-06-19 22:22:57 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-06-19 22:22:57 +0000 |
commit | a19faf8bb7fc1db51f863fea4233639851ba7789 (patch) | |
tree | 9f4570279b58d05484d232ed36164c07dd9fd86d /findutils/Config.in | |
parent | dcf6de552a15c1e7bddb32f1028ceb6214915425 (diff) | |
download | busybox-a19faf8bb7fc1db51f863fea4233639851ba7789.zip busybox-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.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index f8ad98d..50415cb 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 |