Marked some more applets NOEXEC/NOFORK
[oweals/busybox.git] / coreutils / id.c
index 56286f4d4558415bcbbe2bc52dbdc61bf53d939d..ed1dc862e812dd758ba91f2e89bb777c7a20bc27 100644 (file)
@@ -17,6 +17,8 @@
 
 #include "libbb.h"
 
+/* This is a NOEXEC applet. Be very careful! */
+
 #if !ENABLE_USE_BB_PWD_GRP
 #if defined(__UCLIBC_MAJOR__) && (__UCLIBC_MAJOR__ == 0)
 #if (__UCLIBC_MINOR__ < 9) || (__UCLIBC_MINOR__ == 9 &&  __UCLIBC_SUBLEVEL__ < 30)