diff options
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 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 | ||
167 | config 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 | |||
167 | config GREP | 174 | config GREP |
168 | bool "grep" | 175 | bool "grep" |
169 | default n | 176 | default n |