David D. Johnson
2017-04-10 18:50:18 UTC
mgt# getcap /usr/bin/ping
/usr/bin/ping = cap_net_admin,cap_net_raw+p
mgt# ssh compute
compute# getcap /usr/bin/ping
compute#
Somewhere along the line, unpacking the rootimg I would guess, the binary for ping and its friends
loses the required privilege / capability to actually function for non-root user.
With RH6, ping was setuid, which didn’t get lost at boot time.
Anybody have a workaround?
Thanks,
— ddj
Dave Johnson
/usr/bin/ping = cap_net_admin,cap_net_raw+p
mgt# ssh compute
compute# getcap /usr/bin/ping
compute#
Somewhere along the line, unpacking the rootimg I would guess, the binary for ping and its friends
loses the required privilege / capability to actually function for non-root user.
With RH6, ping was setuid, which didn’t get lost at boot time.
Anybody have a workaround?
Thanks,
— ddj
Dave Johnson