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-w32-a19faf8bb7fc1db51f863fea4233639851ba7789.tar.gz busybox-w32-a19faf8bb7fc1db51f863fea4233639851ba7789.tar.bz2 busybox-w32-a19faf8bb7fc1db51f863fea4233639851ba7789.zip |
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 @@ | |||
981 | USE_FEATURE_FIND_PRINT0( \ | 981 | USE_FEATURE_FIND_PRINT0( \ |
982 | "\n -print0 Delimit output with null characters rather than" \ | 982 | "\n -print0 Delimit output with null characters rather than" \ |
983 | "\n newlines") \ | 983 | "\n newlines") \ |
984 | USE_FEATURE_FIND_CONTEXT ( \ | ||
985 | "\n -context File has specified security context") \ | ||
984 | USE_FEATURE_FIND_EXEC( \ | 986 | USE_FEATURE_FIND_EXEC( \ |
985 | "\n -exec CMD ARG ; Execute CMD with all instances of {} replaced by the" \ | 987 | "\n -exec CMD ARG ; Execute CMD with all instances of {} replaced by the" \ |
986 | "\n matching files") \ | 988 | "\n matching files") \ |