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/mknod.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coreutils/mknod.c') diff --git a/coreutils/mknod.c b/coreutils/mknod.c index 0e5542dde..14d91b5df 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.c @@ -14,6 +14,8 @@ #include "libbb.h" #include "libcoreutils/coreutils.h" +/* This is a NOEXEC applet. Be very careful! */ + static const char modes_chars[] ALIGN1 = { 'p', 'c', 'u', 'b', 0, 1, 1, 2 }; static const mode_t modes_cubp[] = { S_IFIFO, S_IFCHR, S_IFBLK }; -- cgit v1.2.3