summaryrefslogtreecommitdiff
path: root/NOFORK_NOEXEC.lst
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-08-04 20:07:19 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-08-04 20:07:19 +0200
commit692eeb81a4c54d7d8bf0d2e370c12762b2a16ff7 (patch)
treec784fe7b053a577ffa4c80373516ace4a1407d91 /NOFORK_NOEXEC.lst
parent5c527dc57e74c1b60c910dc1a3f3ec9683fca43d (diff)
downloadbusybox-692eeb81a4c54d7d8bf0d2e370c12762b2a16ff7.tar.gz
stty: make in NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'NOFORK_NOEXEC.lst')
-rw-r--r--NOFORK_NOEXEC.lst6
1 files changed, 3 insertions, 3 deletions
diff --git a/NOFORK_NOEXEC.lst b/NOFORK_NOEXEC.lst
index 5ec9ae3fe..ad49cd809 100644
--- a/NOFORK_NOEXEC.lst
+++ b/NOFORK_NOEXEC.lst
@@ -244,7 +244,7 @@ nameif - leaks: config_open2+ioctl_or_perror_and_die
nbd-client
nc - runner
netstat - runner with -c
-nice - noexec candidate, spawner
+nice - noexec. spawner
nl - runner
nmeter - longterm
nohup - noexec. spawner
@@ -284,7 +284,7 @@ reboot - rare
reformime - runner
remove-shell
renice - nofork candidate(uses getpwnam, is that ok?)
-reset - noexec candidate, spawner (execs "stty")
+reset - noexec. spawner (execs "stty")
resize - noexec. changes state (signal handlers)
rev - runner
rm - noexec. rm -i interactive
@@ -330,7 +330,7 @@ ssl_client - longterm
start-stop-daemon
stat - nofork candidate(needs fewer allocs)
strings - runner
-stty - noexec/nofork candidate. has no allocs or opens except xmove_fd(xopen("-F DEVICE"),STDIN). tcsetattr(STDIN) is not a problem: it would work the same across processes sharing this fd
+stty - noexec. nofork candidate: has no allocs or opens except xmove_fd(xopen("-F DEVICE"),STDIN). tcsetattr(STDIN) is not a problem: it would work the same across processes sharing this fd
su - suid, spawner
sulogin - noexec. spawner
sum - runner