mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
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> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| applet_tables.c | ||
| applets.c | ||
| busybox.mkll | ||
| busybox.mksuid | ||
| individual.c | ||
| install.sh | ||
| Kbuild.src | ||
| usage.c | ||
| usage_compressed | ||
| usage_pod.c | ||