From a19faf8bb7fc1db51f863fea4233639851ba7789 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 19 Jun 2007 22:22:57 +0000 Subject: find: -context support for SELinux (KaiGai Kohei ) 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 --- findutils/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'findutils/Config.in') 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 -- cgit v1.2.3