blkid: make it NOEXEC, make FEATURE_BLKID_TYPE=y default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
86e07f6893
commit
bf18239e3d
@ -50,7 +50,7 @@ base64 - runner
|
||||
basename - NOFORK
|
||||
beep
|
||||
blkdiscard
|
||||
blkid
|
||||
blkid - noexec
|
||||
blockdev - noexec. leaks fd
|
||||
bootchartd - daemon
|
||||
brctl - noexec
|
||||
|
@ -16,12 +16,12 @@
|
||||
//config:
|
||||
//config:config FEATURE_BLKID_TYPE
|
||||
//config: bool "Print filesystem type"
|
||||
//config: default n
|
||||
//config: default y
|
||||
//config: depends on BLKID
|
||||
//config: help
|
||||
//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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user