diff options
Diffstat (limited to 'coreutils/ln.c')
-rw-r--r-- | coreutils/ln.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c index 7207134..fd4eace 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c @@ -13,6 +13,9 @@ #include "busybox.h" +/* This is a NOEXEC applet. Be very careful! */ + + #define LN_SYMLINK 1 #define LN_FORCE 2 #define LN_NODEREFERENCE 4 |