add the ability to log the audit_write and audit_control capabilities that

were add in 2.6.11
This commit is contained in:
John Johansen 2007-01-04 08:49:02 +00:00
parent 7ef76882c1
commit 3a8869b0d9

View file

@ -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)