diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/df.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/df.c b/coreutils/df.c index 27dd2b5..4d6534b 100644 --- a/coreutils/df.c +++ b/coreutils/df.c @@ -33,7 +33,7 @@ //config: -i Inodes //config: -B <SIZE> Blocksize -//applet:IF_DF(APPLET(df, BB_DIR_BIN, BB_SUID_DROP)) +//applet:IF_DF(APPLET_NOEXEC(df, df, BB_DIR_BIN, BB_SUID_DROP, df)) //kbuild:lib-$(CONFIG_DF) += df.o |