blkid: make it NOEXEC, make FEATURE_BLKID_TYPE=y default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user