Home
last modified time | relevance | path

Searched refs:aa_audit (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/security/apparmor/
Dipc.c51 return aa_audit(AUDIT_APPARMOR_AUTO, profile, GFP_ATOMIC, &sa, in aa_audit_ptrace()
Dcapability.c107 return aa_audit(type, profile, GFP_ATOMIC, &sa, audit_cb); in audit_caps()
Dresource.c62 return aa_audit(AUDIT_APPARMOR_AUTO, profile, GFP_KERNEL, &sa, in audit_resource()
Daudit.c172 int aa_audit(int type, struct aa_profile *profile, gfp_t gfp, in aa_audit() function
Dfile.c153 return aa_audit(type, profile, gfp, &sa, file_audit_cb); in aa_audit_file()
Dpolicy_unpack.c107 return aa_audit(AUDIT_APPARMOR_STATUS, profile, GFP_KERNEL, &sa, in audit_iface()
Dpolicy.c915 return aa_audit(AUDIT_APPARMOR_STATUS, __aa_current_profile(), gfp, in audit_policy()
/linux-4.4.14/security/apparmor/include/
Daudit.h136 int aa_audit(int type, struct aa_profile *profile, gfp_t gfp,