[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] ping



Dylan O'Donnell wrote:
> 
> How can I adjust permissions on icmp (ping) so a particular user, or indeed
> any user can ping. (so you dont require su privs)
> 
> Its a raq2.

Ping must be setuid root to run.  Due to opening the correct ports.
On our earlier dists, the suid bit was dropped for security concerns
(the less suid root files the better :) ).

You can easily fix this by doing.

[root@host]# chmod u+s /bin/ping

And all users will be able to run ping.

Jeff

-- 
Jeff Lovell
Cobalt Networks, Inc.