mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2025-02-15 01:08:34 +00:00
![Bernhard Reutner-Fischer](/assets/img/avatar_default.png)
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>