Home
last modified time | relevance | path

Searched refs:AUDIT_APPARMOR_AUTO (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/security/apparmor/include/
Daudit.h31 #define AUDIT_APPARMOR_AUTO 0 /* auto choose audit message type */ macro
/linux-2.6.39/security/apparmor/
Dipc.c48 return aa_audit(AUDIT_APPARMOR_AUTO, profile, GFP_ATOMIC, &sa, in aa_audit_ptrace()
Dcapability.c65 int type = AUDIT_APPARMOR_AUTO; in audit_caps()
Dresource.c54 return aa_audit(AUDIT_APPARMOR_AUTO, profile, GFP_KERNEL, &sa, in audit_resource()
Daudit.c185 if (type == AUDIT_APPARMOR_AUTO) { in aa_audit()
Dfile.c108 int type = AUDIT_APPARMOR_AUTO; in aa_audit_file()