diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-09-30 14:31:12 -0700 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-01 23:35:09 +0200 |
commit | 2d1a78b88f6c986cbe147fc6f99091fd61f3bdd9 (patch) | |
tree | bd8b9214ebf7b119bd216aef6704926b4dff3e63 /coreutils/printenv.c | |
parent | 5657d374dbd0b355980fb2128aa07d8dbe0e2934 (diff) | |
download | busybox-w32-2d1a78b88f6c986cbe147fc6f99091fd61f3bdd9.tar.gz busybox-w32-2d1a78b88f6c986cbe147fc6f99091fd61f3bdd9.tar.bz2 busybox-w32-2d1a78b88f6c986cbe147fc6f99091fd61f3bdd9.zip |
Marked some more applets NOEXEC/NOFORK
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/printenv.c')
-rw-r--r-- | coreutils/printenv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/printenv.c b/coreutils/printenv.c index d38f8fb5f..33be5c096 100644 --- a/coreutils/printenv.c +++ b/coreutils/printenv.c | |||
@@ -10,6 +10,8 @@ | |||
10 | 10 | ||
11 | #include "libbb.h" | 11 | #include "libbb.h" |
12 | 12 | ||
13 | /* This is a NOFORK applet. Be very careful! */ | ||
14 | |||
13 | int printenv_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 15 | int printenv_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
14 | int printenv_main(int argc UNUSED_PARAM, char **argv) | 16 | int printenv_main(int argc UNUSED_PARAM, char **argv) |
15 | { | 17 | { |