aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.mksuid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* buildsys: Add helper to list suid appletsBernhard Reutner-Fischer2013-07-261-0/+54
Add a helper script that lists all applets that - do or may require SUID provileges (busybox.cfg.suid) - do not require SUID provileges (busybox.cfg.nosuid) Some setups prefer to build two busybox binaries, one that is suid which contains all applets that do or may require suid privileges, and a second one for all the rest (which drops suid). To ease splitting these two binaries, generate a list of CONFIG_ items for the suid binary. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>