diff options
Diffstat (limited to 'procps/ps.c')
-rw-r--r-- | procps/ps.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/procps/ps.c b/procps/ps.c index fab8c81eb..2a53cc974 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -50,8 +50,7 @@ | |||
50 | //config: Include support for measuring HZ on old kernels and non-ELF systems | 50 | //config: Include support for measuring HZ on old kernels and non-ELF systems |
51 | //config: (if you are on Linux 2.4.0+ and use ELF, you don't need this) | 51 | //config: (if you are on Linux 2.4.0+ and use ELF, you don't need this) |
52 | 52 | ||
53 | //applet:IF_PS(APPLET(ps, BB_DIR_BIN, BB_SUID_DROP)) | 53 | //applet:IF_PS(APPLET_NOEXEC(ps, ps, BB_DIR_BIN, BB_SUID_DROP, ps)) |
54 | /* can't be NOEXEC: uses ELF aux vector. To have it, we must be a normal, execed process */ | ||
55 | 54 | ||
56 | //kbuild:lib-$(CONFIG_PS) += ps.o | 55 | //kbuild:lib-$(CONFIG_PS) += ps.o |
57 | 56 | ||