aboutsummaryrefslogtreecommitdiff
path: root/findutils/Config.in
diff options
context:
space:
mode:
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
164 help 164 help
165 The -regex option matches whole pathname against regular expression. 165 The -regex option matches whole pathname against regular expression.
166 166
167config FEATURE_FIND_CONTEXT
168 bool "Enable (-context) option for matching security context"
169 default n
170 depends on FIND && SELINUX
171 help
172 Support the 'find -context' option for matching security context.
173
167config GREP 174config GREP
168 bool "grep" 175 bool "grep"
169 default n 176 default n