aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NOFORK_NOEXEC.lst8
-rw-r--r--util-linux/losetup.c4
2 files changed, 6 insertions, 6 deletions
diff --git a/NOFORK_NOEXEC.lst b/NOFORK_NOEXEC.lst
index d7e60b442..a8823beff 100644
--- a/NOFORK_NOEXEC.lst
+++ b/NOFORK_NOEXEC.lst
@@ -165,8 +165,8 @@ i2cdump - hardware
165i2cget - hardware 165i2cget - hardware
166i2cset - hardware 166i2cset - hardware
167id - noexec 167id - noexec
168ifconfig - leaks: xsocket+ioctl_or_perror_and_die 168ifconfig - hardware? (mem_start NN io_addr NN irq NN), leaks: xsocket+ioctl_or_perror_and_die
169ifenslave - leaks: xsocket+bb_perror_msg_and_die 169ifenslave - noexec. leaks: xsocket+bb_perror_msg_and_die
170ifplugd - daemon 170ifplugd - daemon
171inetd - daemon 171inetd - daemon
172init - daemon 172init - daemon
@@ -202,7 +202,7 @@ loadkmap - noexec. leaks: get_console_fd_or_die() may open a new fd, or return o
202logger - runner 202logger - runner
203login - suid, interactive, longterm 203login - suid, interactive, longterm
204logname - NOFORK 204logname - NOFORK
205losetup - complex 205losetup - noexec. complex
206lpd - daemon 206lpd - daemon
207lpq - runner 207lpq - runner
208lpr - runner 208lpr - runner
@@ -400,7 +400,7 @@ uuencode - runner
400vconfig - leaks: xsocket+ioctl_or_perror_and_die 400vconfig - leaks: xsocket+ioctl_or_perror_and_die
401vi - interactive, longterm 401vi - interactive, longterm
402vlock - suid 402vlock - suid
403volname - runner 403volname - hardware (reads CDROM, this can take long-ish if need to spin up)
404w - noexec. nofork candidate(is getutxent ok?) 404w - noexec. nofork candidate(is getutxent ok?)
405wall - suid 405wall - suid
406watch - longterm 406watch - longterm
diff --git a/util-linux/losetup.c b/util-linux/losetup.c
index c608de6cc..2f7dc10f5 100644
--- a/util-linux/losetup.c
+++ b/util-linux/losetup.c
@@ -15,9 +15,9 @@
15//config: file or block device, and to query the status of a loop device. This 15//config: file or block device, and to query the status of a loop device. This
16//config: version does not currently support enabling data encryption. 16//config: version does not currently support enabling data encryption.
17 17
18//kbuild:lib-$(CONFIG_LOSETUP) += losetup.o 18//applet:IF_LOSETUP(APPLET_NOEXEC(losetup, losetup, BB_DIR_SBIN, BB_SUID_DROP, losetup))
19 19
20//applet:IF_LOSETUP(APPLET(losetup, BB_DIR_SBIN, BB_SUID_DROP)) 20//kbuild:lib-$(CONFIG_LOSETUP) += losetup.o
21 21
22//usage:#define losetup_trivial_usage 22//usage:#define losetup_trivial_usage
23//usage: "[-r] [-o OFS] {-f|LOOPDEV} FILE - associate loop devices\n" 23//usage: "[-r] [-o OFS] {-f|LOOPDEV} FILE - associate loop devices\n"