diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-30 12:42:16 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-30 12:42:16 +0200 |
commit | be116490d620cd5c980a6e0567e33e666a4fa656 (patch) | |
tree | d9cd0aadc89501321ca029e750057d99acd91b9f | |
parent | e766f6213259d4cb3b3b0ce09aa43690215bfe4e (diff) | |
download | busybox-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.h | 2 |
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)) | |||
290 | IF_PGREP(APPLET(pgrep, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 290 | IF_PGREP(APPLET(pgrep, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
291 | IF_PIDOF(APPLET(pidof, _BB_DIR_BIN, _BB_SUID_NEVER)) | 291 | IF_PIDOF(APPLET(pidof, _BB_DIR_BIN, _BB_SUID_NEVER)) |
292 | IF_PING(APPLET(ping, _BB_DIR_BIN, _BB_SUID_MAYBE)) | 292 | IF_PING(APPLET(ping, _BB_DIR_BIN, _BB_SUID_MAYBE)) |
293 | IF_PING6(APPLET(ping6, _BB_DIR_BIN, _BB_SUID_NEVER)) | 293 | IF_PING6(APPLET(ping6, _BB_DIR_BIN, _BB_SUID_MAYBE)) |
294 | IF_PIPE_PROGRESS(APPLET(pipe_progress, _BB_DIR_BIN, _BB_SUID_NEVER)) | 294 | IF_PIPE_PROGRESS(APPLET(pipe_progress, _BB_DIR_BIN, _BB_SUID_NEVER)) |
295 | IF_PIVOT_ROOT(APPLET(pivot_root, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 295 | IF_PIVOT_ROOT(APPLET(pivot_root, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
296 | IF_PKILL(APPLET_ODDNAME(pkill, pgrep, _BB_DIR_USR_BIN, _BB_SUID_NEVER, pkill)) | 296 | IF_PKILL(APPLET_ODDNAME(pkill, pgrep, _BB_DIR_USR_BIN, _BB_SUID_NEVER, pkill)) |