From 6100b51ca81721ac364f101a17cbce0d9f6fcb59 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 3 Jan 2011 13:57:49 +0100 Subject: explain every non-SUID_DROP applet. No code changes Signed-off-by: Denys Vlasenko --- networking/ping.c | 1 + 1 file changed, 1 insertion(+) (limited to 'networking/ping.c') diff --git a/networking/ping.c b/networking/ping.c index 7f74c26fa..366a98668 100644 --- a/networking/ping.c +++ b/networking/ping.c @@ -52,6 +52,7 @@ //config: Make the output from the ping applet include statistics, and at the //config: same time provide full support for ICMP packets. +/* Needs socket(AF_INET, SOCK_RAW, IPPROTO_ICMP), therefore _BB_SUID_MAYBE: */ //applet:IF_PING(APPLET(ping, _BB_DIR_BIN, _BB_SUID_MAYBE)) //applet:IF_PING6(APPLET(ping6, _BB_DIR_BIN, _BB_SUID_MAYBE)) -- cgit v1.2.3