losetup: make NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
a907b828d6
commit
ae84418d26
@ -165,8 +165,8 @@ i2cdump - hardware
|
|||||||
i2cget - hardware
|
i2cget - hardware
|
||||||
i2cset - hardware
|
i2cset - hardware
|
||||||
id - noexec
|
id - noexec
|
||||||
ifconfig - leaks: xsocket+ioctl_or_perror_and_die
|
ifconfig - hardware? (mem_start NN io_addr NN irq NN), leaks: xsocket+ioctl_or_perror_and_die
|
||||||
ifenslave - leaks: xsocket+bb_perror_msg_and_die
|
ifenslave - noexec. leaks: xsocket+bb_perror_msg_and_die
|
||||||
ifplugd - daemon
|
ifplugd - daemon
|
||||||
inetd - daemon
|
inetd - daemon
|
||||||
init - daemon
|
init - daemon
|
||||||
@ -202,7 +202,7 @@ loadkmap - noexec. leaks: get_console_fd_or_die() may open a new fd, or return o
|
|||||||
logger - runner
|
logger - runner
|
||||||
login - suid, interactive, longterm
|
login - suid, interactive, longterm
|
||||||
logname - NOFORK
|
logname - NOFORK
|
||||||
losetup - complex
|
losetup - noexec. complex
|
||||||
lpd - daemon
|
lpd - daemon
|
||||||
lpq - runner
|
lpq - runner
|
||||||
lpr - runner
|
lpr - runner
|
||||||
@ -400,7 +400,7 @@ uuencode - runner
|
|||||||
vconfig - leaks: xsocket+ioctl_or_perror_and_die
|
vconfig - leaks: xsocket+ioctl_or_perror_and_die
|
||||||
vi - interactive, longterm
|
vi - interactive, longterm
|
||||||
vlock - suid
|
vlock - suid
|
||||||
volname - runner
|
volname - hardware (reads CDROM, this can take long-ish if need to spin up)
|
||||||
w - noexec. nofork candidate(is getutxent ok?)
|
w - noexec. nofork candidate(is getutxent ok?)
|
||||||
wall - suid
|
wall - suid
|
||||||
watch - longterm
|
watch - longterm
|
||||||
|
@ -15,9 +15,9 @@
|
|||||||
//config: file or block device, and to query the status of a loop device. This
|
//config: file or block device, and to query the status of a loop device. This
|
||||||
//config: version does not currently support enabling data encryption.
|
//config: version does not currently support enabling data encryption.
|
||||||
|
|
||||||
//kbuild:lib-$(CONFIG_LOSETUP) += losetup.o
|
//applet:IF_LOSETUP(APPLET_NOEXEC(losetup, losetup, BB_DIR_SBIN, BB_SUID_DROP, losetup))
|
||||||
|
|
||||||
//applet:IF_LOSETUP(APPLET(losetup, BB_DIR_SBIN, BB_SUID_DROP))
|
//kbuild:lib-$(CONFIG_LOSETUP) += losetup.o
|
||||||
|
|
||||||
//usage:#define losetup_trivial_usage
|
//usage:#define losetup_trivial_usage
|
||||||
//usage: "[-r] [-o OFS] {-f|LOOPDEV} FILE - associate loop devices\n"
|
//usage: "[-r] [-o OFS] {-f|LOOPDEV} FILE - associate loop devices\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user