brctl: make it NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
0f14f41e72
commit
86e07f6893
@ -53,7 +53,7 @@ blkdiscard
|
|||||||
blkid
|
blkid
|
||||||
blockdev - noexec. leaks fd
|
blockdev - noexec. leaks fd
|
||||||
bootchartd - daemon
|
bootchartd - daemon
|
||||||
brctl
|
brctl - noexec
|
||||||
bunzip2 - runner
|
bunzip2 - runner
|
||||||
busybox
|
busybox
|
||||||
bzcat - runner
|
bzcat - runner
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
//config: Add support for option which prints the current config:
|
//config: Add support for option which prints the current config:
|
||||||
//config: show
|
//config: show
|
||||||
|
|
||||||
//applet:IF_BRCTL(APPLET(brctl, BB_DIR_USR_SBIN, BB_SUID_DROP))
|
//applet:IF_BRCTL(APPLET_NOEXEC(brctl, brctl, BB_DIR_USR_SBIN, BB_SUID_DROP, brctl))
|
||||||
|
|
||||||
//kbuild:lib-$(CONFIG_BRCTL) += brctl.o
|
//kbuild:lib-$(CONFIG_BRCTL) += brctl.o
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user