diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-08 01:21:49 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-08 01:21:49 +0200 |
commit | 8858a9864e1d56cfc121755d613d1292727d15f3 (patch) | |
tree | 773321143ecee85069a3db801cff89a227d602b7 /NOFORK_NOEXEC.lst | |
parent | 73adef14b25533b71238362da75bfb482d43d98b (diff) | |
download | busybox-w32-8858a9864e1d56cfc121755d613d1292727d15f3.tar.gz busybox-w32-8858a9864e1d56cfc121755d613d1292727d15f3.tar.bz2 busybox-w32-8858a9864e1d56cfc121755d613d1292727d15f3.zip |
libbb: rearrange NOFORK/NOEXEC code, logic is not changed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'NOFORK_NOEXEC.lst')
-rw-r--r-- | NOFORK_NOEXEC.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NOFORK_NOEXEC.lst b/NOFORK_NOEXEC.lst index 98e1bffdf..bfb76a12e 100644 --- a/NOFORK_NOEXEC.lst +++ b/NOFORK_NOEXEC.lst | |||
@@ -124,7 +124,7 @@ fatattr - noexec. leaks: open+xioctl, complex | |||
124 | fbset - hardware, leaks: open+xfunc | 124 | fbset - hardware, leaks: open+xfunc |
125 | fbsplash - runner, longterm | 125 | fbsplash - runner, longterm |
126 | fdflush - hardware, leaks: open+ioctl_or_perror_and_die | 126 | fdflush - hardware, leaks: open+ioctl_or_perror_and_die |
127 | fdformat - hardware, needs ^C (floppy may be unresponsive), longterm | 127 | fdformat - hardware, longterm |
128 | fdisk - interactive, longterm | 128 | fdisk - interactive, longterm |
129 | fgconsole - noexec. leaks: get_console_fd_or_die() may open a new fd, or return one of stdio fds | 129 | fgconsole - noexec. leaks: get_console_fd_or_die() may open a new fd, or return one of stdio fds |
130 | fgrep - longterm runner ("CMD | fgrep ..." may run indefinitely, better to exec to conserve memory) | 130 | fgrep - longterm runner ("CMD | fgrep ..." may run indefinitely, better to exec to conserve memory) |
@@ -413,7 +413,7 @@ wget - longterm | |||
413 | which - NOFORK | 413 | which - NOFORK |
414 | who - noexec. nofork candidate(is getutxent ok?) | 414 | who - noexec. nofork candidate(is getutxent ok?) |
415 | whoami - NOFORK | 415 | whoami - NOFORK |
416 | whois - needs ^C | 416 | whois - talks to network |
417 | xargs - noexec. spawner | 417 | xargs - noexec. spawner |
418 | xxd - noexec. runner | 418 | xxd - noexec. runner |
419 | xz - runner | 419 | xz - runner |