Home
last modified time | relevance | path

Searched refs:APPLET (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/include/
Dapplets.src.h26 # define APPLET(name,l,s) int name##_main(int argc, char **argv) MAIN_EXTERNALLY… macro
33 # define APPLET(name,l,s) name name##_main macro
40 # define APPLET(name,l,s) MAKE_USAGE(#name, name##_trivial_usage name##_full_usa… macro
47 # define APPLET(name,l,s) MAKE_USAGE(#name, name##_trivial_usage) macro
54 # define APPLET(name,l,c) LINK l name macro
61 # define APPLET(name,l,s) SUID s l name macro
68 # define APPLET(name,l,s) macro
76 # define APPLET(name,l,s) { #name, #name, l, s }, macro
97 #undef APPLET
/busybox-1.35.0/
DConfig.in93 on-the-fly when "APPLET --help" is run.
180 Running "busybox APPLET [ARGS...]" will still work, of course.
243 APPLET = [Ssx-][Ssx-][x-] [USER.GROUP]
245 s: USER or GROUP is allowed to execute APPLET.
246 APPLET will run under USER or GROUP
248 S: USER or GROUP is NOT allowed to execute APPLET.
249 APPLET will run under USER or GROUP.
251 x: USER/GROUP/others are allowed to execute APPLET.
253 -: USER/GROUP/others are not allowed to execute APPLET.
297 They will use applets even if /bin/APPLET -> busybox link
/busybox-1.35.0/docs/
Dnew-applet-HOWTO.txt51 //applet:IF_MU(APPLET(mu, BB_DIR_USR_BIN, BB_SUID_DROP))
190 //applet:IF_MU(APPLET(mu, BB_DIR_USR_BIN, BB_SUID_DROP))
/busybox-1.35.0/klibc-utils/
Dipconfig.c.txt12 //applet:IF_IPCONFIG(APPLET(ipconfig, BB_DIR_BIN, BB_SUID_DROP))