aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NOFORK_NOEXEC.lst2
-rw-r--r--procps/sysctl.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/NOFORK_NOEXEC.lst b/NOFORK_NOEXEC.lst
index 1bb571b9c..78d06f3f5 100644
--- a/NOFORK_NOEXEC.lst
+++ b/NOFORK_NOEXEC.lst
@@ -341,7 +341,7 @@ swapoff - rare
341swapon - rare 341swapon - rare
342switch_root - spawner, rare, changes state (oh yes), execing may be important to free binary's inode 342switch_root - spawner, rare, changes state (oh yes), execing may be important to free binary's inode
343sync - NOFORK 343sync - NOFORK
344sysctl - noexec candidate, leaks: xstrdup+xmalloc_read 344sysctl - noexec. leaks: xstrdup+xmalloc_read
345syslogd - daemon 345syslogd - daemon
346tac - noexec. runner 346tac - noexec. runner
347tail - runner 347tail - runner
diff --git a/procps/sysctl.c b/procps/sysctl.c
index a42a91247..827e09cce 100644
--- a/procps/sysctl.c
+++ b/procps/sysctl.c
@@ -16,7 +16,7 @@
16//config: help 16//config: help
17//config: Configure kernel parameters at runtime. 17//config: Configure kernel parameters at runtime.
18 18
19//applet:IF_BB_SYSCTL(APPLET(sysctl, BB_DIR_SBIN, BB_SUID_DROP)) 19//applet:IF_BB_SYSCTL(APPLET_NOEXEC(sysctl, sysctl, BB_DIR_SBIN, BB_SUID_DROP, sysctl))
20 20
21//kbuild:lib-$(CONFIG_BB_SYSCTL) += sysctl.o 21//kbuild:lib-$(CONFIG_BB_SYSCTL) += sysctl.o
22 22