diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-19 22:22:57 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-19 22:22:57 +0000 |
commit | a19faf8bb7fc1db51f863fea4233639851ba7789 (patch) | |
tree | 9f4570279b58d05484d232ed36164c07dd9fd86d /include | |
parent | dcf6de552a15c1e7bddb32f1028ceb6214915425 (diff) | |
download | 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 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index f5bd96a47..7d09feb05 100644 --- a/include/usage.h +++ b/include/usage.h @@ -981,6 +981,8 @@ USE_FEATURE_FIND_PRINT0( \ "\n -print0 Delimit output with null characters rather than" \ "\n newlines") \ + USE_FEATURE_FIND_CONTEXT ( \ + "\n -context File has specified security context") \ USE_FEATURE_FIND_EXEC( \ "\n -exec CMD ARG ; Execute CMD with all instances of {} replaced by the" \ "\n matching files") \ |