diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-13 11:11:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-13 11:11:38 +0000 |
commit | e8bc63f99afc174220760b87782139e9f84a42cc (patch) | |
tree | 11c6d3b46bf7aa152f3d57229cbcfbf6ebf4f4bf /main/busybox/bbsuid.c | |
parent | cb78b518c914966ed6fd57ec55674c7b229a52de (diff) | |
download | aports-e8bc63f99afc174220760b87782139e9f84a42cc.tar.bz2 aports-e8bc63f99afc174220760b87782139e9f84a42cc.tar.xz |
main/busybox: ping6 needs suid root
Diffstat (limited to 'main/busybox/bbsuid.c')
-rw-r--r-- | main/busybox/bbsuid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/busybox/bbsuid.c b/main/busybox/bbsuid.c index a970b01e71..9fc9bb1972 100644 --- a/main/busybox/bbsuid.c +++ b/main/busybox/bbsuid.c @@ -22,6 +22,7 @@ const static char * applets[] = { "/bin/mount", "/bin/ping", + "/bin/ping6", "/bin/umount", "/usr/bin/crontab", "/usr/bin/passwd", |