mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
utils: add CAP_AUDIT_READ to severity.db
Merge from trunk rev 2564. This patch adds the new capability CAP_AUDIT_READ, added in the 3.16 kernel, to the utils severity.db. I set the severity level at 7, since it seemed to offer less exposure than CAP_AUDIT_CONTROL and CAP_AUDIT_WRITE, which are both considered severity 8. Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: Seth Arnold <seth.arnold@canonical.com>
This commit is contained in:
parent
59ed7057b3
commit
090c912431
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
CAP_WAKE_ALARM 8
|
||||
CAP_BLOCK_SUSPEND 8
|
||||
CAP_DAC_READ_SEARCH 7
|
||||
CAP_AUDIT_READ 7
|
||||
# unused
|
||||
CAP_NET_BROADCAST 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue