diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-16 10:43:45 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-16 10:43:45 -0700 |
commit | e7fa981b7038cca5df8c1e57a3d21f3745bd2697 (patch) | |
tree | ae0ff847b4068a68209fcccf9d9ebbc2d594d81b /sysconf | |
parent | 478766574f13b3fcfb934d7da161b5ac7238934a (diff) | |
download | vyatta-cfg-system-e7fa981b7038cca5df8c1e57a3d21f3745bd2697.tar.gz vyatta-cfg-system-e7fa981b7038cca5df8c1e57a3d21f3745bd2697.zip |
Remove capability from ping
Ping is already setuid root.
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/filecaps | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysconf/filecaps b/sysconf/filecaps index 80730334..c1d0ec1d 100644 --- a/sysconf/filecaps +++ b/sysconf/filecaps @@ -14,8 +14,6 @@ cap_net_admin=pe /usr/sbin/brctl # Raw sockets cap_net_raw=pe /usr/bin/tshark cap_net_raw=pe /usr/sbin/tcpdump -cap_net_raw=pe /bin/ping -cap_net_raw=pe /bin/ping6 # Special case to allow command login cap_audit_write=pe /bin/vbash |