#include <linux/audit.h>
#include <linux/socket.h>
#include "include/apparmor.h"
#include "include/audit.h"
#include "include/policy.h"
Go to the source code of this file.
aa_audit - Log a profile based audit event to the audit subsystem : audit type for the message : profile to check against (NOT NULL) : allocation flags to use
- See Also
- : audit event (NOT NULL) : optional callback fn for type specific fields (MAYBE NULL)
Handle default message switching based off of audit mode flags
Returns: error on failure
Definition at line 184 of file audit.c.
Initial value:= {
"normal",
"quiet_denied",
"quiet",
"noquiet",
"all"
}
Definition at line 76 of file audit.c.