diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-17 14:45:17 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-17 14:45:17 -0700 |
commit | f14c3c03a4c6cf4734272d370159dc904043ca2c (patch) | |
tree | 7c9b26ed98f34134ae83a9d64ad3b74f5801e303 /sysconf | |
parent | e7fa981b7038cca5df8c1e57a3d21f3745bd2697 (diff) | |
download | vyatta-cfg-quagga-f14c3c03a4c6cf4734272d370159dc904043ca2c.tar.gz vyatta-cfg-quagga-f14c3c03a4c6cf4734272d370159dc904043ca2c.zip |
Don't need audit write on vbash
Not using auditing for command logging.
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/filecaps | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysconf/filecaps b/sysconf/filecaps index c1d0ec1d..e7900632 100644 --- a/sysconf/filecaps +++ b/sysconf/filecaps @@ -15,9 +15,6 @@ cap_net_admin=pe /usr/sbin/brctl cap_net_raw=pe /usr/bin/tshark cap_net_raw=pe /usr/sbin/tcpdump -# Special case to allow command login -cap_audit_write=pe /bin/vbash - # Allow changes to system settings cap_sys_admin=pe /sbin/sysctl |