diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/sysctl.c b/procps/sysctl.c index a42a912..827e09c 100644 --- a/procps/sysctl.c +++ b/procps/sysctl.c @@ -16,7 +16,7 @@ //config: help //config: Configure kernel parameters at runtime. -//applet:IF_BB_SYSCTL(APPLET(sysctl, BB_DIR_SBIN, BB_SUID_DROP)) +//applet:IF_BB_SYSCTL(APPLET_NOEXEC(sysctl, sysctl, BB_DIR_SBIN, BB_SUID_DROP, sysctl)) //kbuild:lib-$(CONFIG_BB_SYSCTL) += sysctl.o |