Tweak outdated documentation and comments

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-08-06 14:03:27 +02:00
parent 9a58cc0f7f
commit fbecca1bed
3 changed files with 37 additions and 35 deletions

View File

@@ -295,8 +295,8 @@ int arping_main(int argc UNUSED_PARAM, char **argv)
sock_fd = xsocket(AF_PACKET, SOCK_DGRAM, 0);
// Drop suid root privileges
// Need to remove SUID_NEVER from applets.h for this to work
// If you ever change BB_SUID_DROP to BB_SUID_REQUIRE,
// drop suid root privileges here:
//xsetuid(getuid());
{