From 2d1a78b88f6c986cbe147fc6f99091fd61f3bdd9 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 30 Sep 2010 14:31:12 -0700 Subject: Marked some more applets NOEXEC/NOFORK Signed-off-by: Dan Fandrich Signed-off-by: Denys Vlasenko --- coreutils/head.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coreutils/head.c') diff --git a/coreutils/head.c b/coreutils/head.c index 0845b4375..669aae819 100644 --- a/coreutils/head.c +++ b/coreutils/head.c @@ -13,6 +13,8 @@ #include "libbb.h" +/* This is a NOEXEC applet. Be very careful! */ + static const char head_opts[] ALIGN1 = "n:" #if ENABLE_FEATURE_FANCY_HEAD -- cgit v1.2.3