aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/bbsuid.c
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2015-06-03 02:03:40 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2015-06-03 02:04:13 -0500
commit18c28edd869c6e0d0fca8ac56428b2ebe25fdc97 (patch)
tree25c98ac6e050f3bd3734312b0b1cce6138cc1f96 /main/busybox/bbsuid.c
parentbf6f3a74825ff11a31620659598567d217447a63 (diff)
downloadaports-18c28edd869c6e0d0fca8ac56428b2ebe25fdc97.tar.bz2
aports-18c28edd869c6e0d0fca8ac56428b2ebe25fdc97.tar.xz
Revert "main/busybox: remove ping/traceroute commands from bbsuid"
Diffstat (limited to 'main/busybox/bbsuid.c')
-rw-r--r--main/busybox/bbsuid.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/busybox/bbsuid.c b/main/busybox/bbsuid.c
index 37b89e5bc4..9fc9bb1972 100644
--- a/main/busybox/bbsuid.c
+++ b/main/busybox/bbsuid.c
@@ -21,10 +21,13 @@
const static char * applets[] = {
"/bin/mount",
+ "/bin/ping",
+ "/bin/ping6",
"/bin/umount",
"/usr/bin/crontab",
"/usr/bin/passwd",
"/usr/bin/su",
+ "/usr/bin/traceroute",
NULL
};