blkid: make it NOEXEC, make FEATURE_BLKID_TYPE=y default

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

View File

@ -50,7 +50,7 @@ base64 - runner
basename - NOFORK basename - NOFORK
beep beep
blkdiscard blkdiscard
blkid blkid - noexec
blockdev - noexec. leaks fd blockdev - noexec. leaks fd
bootchartd - daemon bootchartd - daemon
brctl - noexec brctl - noexec

View File

@ -16,12 +16,12 @@
//config: //config:
//config:config FEATURE_BLKID_TYPE //config:config FEATURE_BLKID_TYPE
//config: bool "Print filesystem type" //config: bool "Print filesystem type"
//config: default n //config: default y
//config: depends on BLKID //config: depends on BLKID
//config: help //config: help
//config: Show TYPE="filesystem type" //config: Show TYPE="filesystem type"
//applet:IF_BLKID(APPLET(blkid, BB_DIR_SBIN, BB_SUID_DROP)) //applet:IF_BLKID(APPLET_NOEXEC(blkid, blkid, BB_DIR_SBIN, BB_SUID_DROP, blkid))
//kbuild:lib-$(CONFIG_BLKID) += blkid.o //kbuild:lib-$(CONFIG_BLKID) += blkid.o