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/applets.src.h | |
parent | 094cc51e50bdb877fa4c245dbde47e4dfbf94387 (diff) |
disable automatic selection of FEATURE_SUID; improve its help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/applets.src.h')
-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: _BB_SUID_MAYBE: neither of the above (every instance of _BB_SUID_REQUIRE and _BB_SUID_MAYBE needs to be justified in comment) + NB: please update FEATURE_SUID help text whenever you add/remove + _BB_SUID_REQUIRE or _BB_SUID_MAYBE applet. */ #if defined(PROTOTYPES) |