aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-30 12:42:16 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-30 12:42:16 +0200
commitbe116490d620cd5c980a6e0567e33e666a4fa656 (patch)
treed9cd0aadc89501321ca029e750057d99acd91b9f
parente766f6213259d4cb3b3b0ce09aa43690215bfe4e (diff)
downloadbusybox-w32-be116490d620cd5c980a6e0567e33e666a4fa656.tar.gz
busybox-w32-be116490d620cd5c980a6e0567e33e666a4fa656.tar.bz2
busybox-w32-be116490d620cd5c980a6e0567e33e666a4fa656.zip
ping6: make it setuid just like ping
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index 905bab393..ad957b627 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -290,7 +290,7 @@ IF_PATCH(APPLET(patch, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
290IF_PGREP(APPLET(pgrep, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 290IF_PGREP(APPLET(pgrep, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
291IF_PIDOF(APPLET(pidof, _BB_DIR_BIN, _BB_SUID_NEVER)) 291IF_PIDOF(APPLET(pidof, _BB_DIR_BIN, _BB_SUID_NEVER))
292IF_PING(APPLET(ping, _BB_DIR_BIN, _BB_SUID_MAYBE)) 292IF_PING(APPLET(ping, _BB_DIR_BIN, _BB_SUID_MAYBE))
293IF_PING6(APPLET(ping6, _BB_DIR_BIN, _BB_SUID_NEVER)) 293IF_PING6(APPLET(ping6, _BB_DIR_BIN, _BB_SUID_MAYBE))
294IF_PIPE_PROGRESS(APPLET(pipe_progress, _BB_DIR_BIN, _BB_SUID_NEVER)) 294IF_PIPE_PROGRESS(APPLET(pipe_progress, _BB_DIR_BIN, _BB_SUID_NEVER))
295IF_PIVOT_ROOT(APPLET(pivot_root, _BB_DIR_SBIN, _BB_SUID_NEVER)) 295IF_PIVOT_ROOT(APPLET(pivot_root, _BB_DIR_SBIN, _BB_SUID_NEVER))
296IF_PKILL(APPLET_ODDNAME(pkill, pgrep, _BB_DIR_USR_BIN, _BB_SUID_NEVER, pkill)) 296IF_PKILL(APPLET_ODDNAME(pkill, pgrep, _BB_DIR_USR_BIN, _BB_SUID_NEVER, pkill))