mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
add the ability to log the audit_write and audit_control capabilities that
were add in 2.6.11
This commit is contained in:
parent
7ef76882c1
commit
3a8869b0d9
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@ static const char *capnames[] = {
|
|||
"sys_time",
|
||||
"sys_tty_config",
|
||||
"mknod",
|
||||
"lease"
|
||||
"lease",
|
||||
"audit_write",
|
||||
"audit_control"
|
||||
};
|
||||
|
||||
const char *capability_to_name(unsigned int cap)
|
||||
|
|
Loading…
Add table
Reference in a new issue