brctl: make it NOEXEC

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2017-08-06 20:14:02 +02:00
parent 0f14f41e72
commit 86e07f6893
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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