diff options
author | Denys Vlasenko | 2017-08-05 02:08:23 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-08-05 02:08:23 +0200 |
commit | feb79e8742eb3cef211804dadcc7f3ddfd154c72 (patch) | |
tree | a6a081240e03c7acffe5c1c4ff16e2f921a63298 /NOFORK_NOEXEC.lst | |
parent | ff53bee72300ba97c645404a64c7091991ffa110 (diff) | |
download | busybox-feb79e8742eb3cef211804dadcc7f3ddfd154c72.zip busybox-feb79e8742eb3cef211804dadcc7f3ddfd154c72.tar.gz |
cryptpw, mkpasswd: make them NOEXEC
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 1d23ad9..1bb571b 100644 --- a/NOFORK_NOEXEC.lst +++ b/NOFORK_NOEXEC.lst @@ -79,7 +79,7 @@ cp - noexec. runner cpio - runner crond - daemon crontab 0 leaks: open+xasprintf -cryptpw - changes state: with --password-fd=N, moves N to stdin. Also, "rare" category. noexec candidate. +cryptpw - noexec. changes state: with --password-fd=N, moves N to stdin cttyhack - noexec. spawner cut - noexec. runner date - noexec. nofork candidate(needs to stop messing up env, free xasprintf result, not use xfuncs after xasprintf) @@ -229,7 +229,7 @@ mkfs.ext2 - needs ^C mkfs.minix - needs ^C mkfs.vfat - needs ^C mknod - noexec -mkpasswd - changes state: with --password-fd=N, moves N to stdin. Also, "rare" category. noexec candidate. +mkpasswd - noexec. changes state: with --password-fd=N, moves N to stdin mkswap - needs ^C mktemp - noexec. leaks: xstrdup+concat_path_file modinfo - noexec |