blockdev, fsfreeze, fstrim, mountpoint: make NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
b182e9ad60
commit
9f59849daa
5 changed files with 8 additions and 8 deletions
|
@ -15,7 +15,7 @@
|
|||
//config: help
|
||||
//config: Discard unused blocks on a mounted filesystem.
|
||||
|
||||
//applet:IF_FSTRIM(APPLET(fstrim, BB_DIR_SBIN, BB_SUID_DROP))
|
||||
//applet:IF_FSTRIM(APPLET_NOEXEC(fstrim, fstrim, BB_DIR_SBIN, BB_SUID_DROP, fstrim))
|
||||
|
||||
//kbuild:lib-$(CONFIG_FSTRIM) += fstrim.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue