diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-01-18 13:52:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-01-18 13:52:48 +0100 |
commit | 3b5acaa4323bd165077e60098af94ad9750d62fd (patch) | |
tree | a16712b4a1f1f8808355c28f7fac76d5148996f4 /include | |
parent | 094cc51e50bdb877fa4c245dbde47e4dfbf94387 (diff) | |
download | busybox-w32-3b5acaa4323bd165077e60098af94ad9750d62fd.tar.gz busybox-w32-3b5acaa4323bd165077e60098af94ad9750d62fd.tar.bz2 busybox-w32-3b5acaa4323bd165077e60098af94ad9750d62fd.zip |
disable automatic selection of FEATURE_SUID; improve its help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.src.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/applets.src.h b/include/applets.src.h index 691e097c1..2481fe67f 100644 --- a/include/applets.src.h +++ b/include/applets.src.h | |||
@@ -18,6 +18,8 @@ s - suid type: | |||
18 | _BB_SUID_MAYBE: neither of the above | 18 | _BB_SUID_MAYBE: neither of the above |
19 | (every instance of _BB_SUID_REQUIRE and _BB_SUID_MAYBE | 19 | (every instance of _BB_SUID_REQUIRE and _BB_SUID_MAYBE |
20 | needs to be justified in comment) | 20 | needs to be justified in comment) |
21 | NB: please update FEATURE_SUID help text whenever you add/remove | ||
22 | _BB_SUID_REQUIRE or _BB_SUID_MAYBE applet. | ||
21 | */ | 23 | */ |
22 | 24 | ||
23 | #if defined(PROTOTYPES) | 25 | #if defined(PROTOTYPES) |