On Mon, Jun 25, 2012 at 1:16 AM, Ed Greshko <Ed.Greshko@greshko.com> wrote:
On 06/25/2012 03:07 PM, JD wrote:
> On 06/25/2012 12:57 AM, Ed Greshko wrote:
>> getcap /bin/ping
> $ getcap /bin/ping
> $
>
> But how could this happen??
>

Usually it happens by someone copying the file, or replacing the file.

[egreshko@meimei ~]$ ll /bin/ping
-rwxr-xr-x. 1 root root 39344 Nov 10  2011 /bin/ping
[egreshko@meimei ~]$ cat /bin/ping | sha256sum
b7eaaa776658fb9fff65dd927cc9480d39a3221129aceaa07d642ef6d9c33e4c  -

If you've got an i686 install I fairly sure these values should match.


OK, will check the sum when I get home. On the road right now.