diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-07 23:17:14 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-07 23:17:14 +0200 |
commit | ec98e3a628b06f6cb8823e5197dcd413113d7ed6 (patch) | |
tree | 16ecdec3d6f0286e90d4fb201eb30edb1ef6f186 /NOFORK_NOEXEC.lst | |
parent | ae84418d269ea44a710b9effa6d64b6334208973 (diff) | |
download | busybox-w32-ec98e3a628b06f6cb8823e5197dcd413113d7ed6.tar.gz busybox-w32-ec98e3a628b06f6cb8823e5197dcd413113d7ed6.tar.bz2 busybox-w32-ec98e3a628b06f6cb8823e5197dcd413113d7ed6.zip |
freeramdisk: make NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'NOFORK_NOEXEC.lst')
-rw-r--r-- | NOFORK_NOEXEC.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NOFORK_NOEXEC.lst b/NOFORK_NOEXEC.lst index a8823beff..fd5306317 100644 --- a/NOFORK_NOEXEC.lst +++ b/NOFORK_NOEXEC.lst | |||
@@ -134,7 +134,7 @@ flashcp - hardware | |||
134 | flock - spawner, changes state (file locks), let's play safe and not be noexec | 134 | flock - spawner, changes state (file locks), let's play safe and not be noexec |
135 | fold - noexec. runner | 135 | fold - noexec. runner |
136 | free - noexec. nofork candidate(struct globals, needs to close /proc/meminfo fd) | 136 | free - noexec. nofork candidate(struct globals, needs to close /proc/meminfo fd) |
137 | freeramdisk - leaks: open+ioctl_or_perror_and_die | 137 | freeramdisk - noexec. leaks: open+ioctl_or_perror_and_die |
138 | fsck - interactive, longterm | 138 | fsck - interactive, longterm |
139 | fsck.minix - needs ^C | 139 | fsck.minix - needs ^C |
140 | fsfreeze - noexec. leaks: open+xioctl | 140 | fsfreeze - noexec. leaks: open+xioctl |