From 090c91243132eaf934626f4f4c695b835bbf9608 Mon Sep 17 00:00:00 2001 From: Steve Beattie Date: Mon, 21 Jul 2014 22:56:11 -0700 Subject: [PATCH] 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 Acked-by: Seth Arnold --- utils/severity.db | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/severity.db b/utils/severity.db index f15fae3c9..7fd62f445 100644 --- a/utils/severity.db +++ b/utils/severity.db @@ -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