diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-07 16:47:34 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-07 16:47:34 +0200 |
| commit | 1a1203ff8909efc003bb6bf679a6afd6628dc179 (patch) | |
| tree | 543504b74dd44b83536ff3b2da079586c6401a2e /util-linux | |
| parent | 798b94518e61ced3f7be7766727705df4859878c (diff) | |
| download | busybox-w32-1a1203ff8909efc003bb6bf679a6afd6628dc179.tar.gz busybox-w32-1a1203ff8909efc003bb6bf679a6afd6628dc179.tar.bz2 busybox-w32-1a1203ff8909efc003bb6bf679a6afd6628dc179.zip | |
users,w,who,uptime,renice: make NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/renice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/renice.c b/util-linux/renice.c index 23cbca88d..70c494b3d 100644 --- a/util-linux/renice.c +++ b/util-linux/renice.c | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | //config: Renice alters the scheduling priority of one or more running | 25 | //config: Renice alters the scheduling priority of one or more running |
| 26 | //config: processes. | 26 | //config: processes. |
| 27 | 27 | ||
| 28 | //applet:IF_RENICE(APPLET(renice, BB_DIR_USR_BIN, BB_SUID_DROP)) | 28 | //applet:IF_RENICE(APPLET_NOEXEC(renice, renice, BB_DIR_USR_BIN, BB_SUID_DROP, renice)) |
| 29 | 29 | ||
| 30 | //kbuild:lib-$(CONFIG_RENICE) += renice.o | 30 | //kbuild:lib-$(CONFIG_RENICE) += renice.o |
| 31 | 31 | ||
