diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-07 00:28:15 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-07 00:28:15 +0200 |
commit | 7b8372b81926ef6aa8d91945a95261bbb93d0b9e (patch) | |
tree | 9a125f00f6dc2c324e24c7f1bb2952ae78a1165a /NOFORK_NOEXEC.lst | |
parent | bfc66d49806a4305014b12bbe078484b2da6f93f (diff) | |
download | busybox-w32-7b8372b81926ef6aa8d91945a95261bbb93d0b9e.tar.gz busybox-w32-7b8372b81926ef6aa8d91945a95261bbb93d0b9e.tar.bz2 busybox-w32-7b8372b81926ef6aa8d91945a95261bbb93d0b9e.zip |
add/remove-shell,add/deluser,add/delgroup: make them NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'NOFORK_NOEXEC.lst')
-rw-r--r-- | NOFORK_NOEXEC.lst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/NOFORK_NOEXEC.lst b/NOFORK_NOEXEC.lst index 9c8df23ab..ac04f75da 100644 --- a/NOFORK_NOEXEC.lst +++ b/NOFORK_NOEXEC.lst | |||
@@ -36,9 +36,9 @@ IOW: rm is "interactive", but not "longterm". | |||
36 | [ - NOFORK | 36 | [ - NOFORK |
37 | [[ - NOFORK | 37 | [[ - NOFORK |
38 | acpid - daemon | 38 | acpid - daemon |
39 | add-shell | 39 | add-shell - noexec. leaks: open+xfunc |
40 | addgroup | 40 | addgroup - noexec. leaks |
41 | adduser | 41 | adduser - noexec. leaks |
42 | adjtimex - NOFORK | 42 | adjtimex - NOFORK |
43 | ar - runner | 43 | ar - runner |
44 | arch - NOFORK | 44 | arch - NOFORK |
@@ -86,8 +86,8 @@ date - noexec. nofork candidate(needs to stop messing up env, free xasprintf res | |||
86 | dc - runner (eats stdin if no params) | 86 | dc - runner (eats stdin if no params) |
87 | dd - noexec. runner | 87 | dd - noexec. runner |
88 | deallocvt - noexec. leaks: get_console_fd_or_die() may open a new fd, or return one of stdio fds | 88 | deallocvt - noexec. leaks: get_console_fd_or_die() may open a new fd, or return one of stdio fds |
89 | delgroup | 89 | delgroup - noexec. leaks |
90 | deluser | 90 | deluser - noexec. leaks |
91 | depmod - complex, rare | 91 | depmod - complex, rare |
92 | devmem - runner, complex (access to device memory may hang) | 92 | devmem - runner, complex (access to device memory may hang) |
93 | df - leaks: nested allocs | 93 | df - leaks: nested allocs |
@@ -282,7 +282,7 @@ readprofile - reads /boot/System.map and /proc/profile, better to free more memo | |||
282 | realpath - NOFORK | 282 | realpath - NOFORK |
283 | reboot - rare | 283 | reboot - rare |
284 | reformime - runner | 284 | reformime - runner |
285 | remove-shell | 285 | remove-shell - noexec. leaks: open+xfunc |
286 | renice - nofork candidate(uses getpwnam, is that ok?) | 286 | renice - nofork candidate(uses getpwnam, is that ok?) |
287 | reset - noexec. spawner (execs "stty") | 287 | reset - noexec. spawner (execs "stty") |
288 | resize - noexec. changes state (signal handlers) | 288 | resize - noexec. changes state (signal handlers) |