Searched refs:aa_audit_msg (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/security/apparmor/include/ |
H A D | audit.h | 174 void aa_audit_msg(int type, struct apparmor_audit_data *ad, 183 aa_audit_msg(AUDIT_APPARMOR_ERROR, (AD), (CB)); \
|
/openbmc/linux/security/apparmor/ |
H A D | audit.c | 148 void aa_audit_msg(int type, struct apparmor_audit_data *ad, in aa_audit_msg() function 192 aa_audit_msg(type, ad, cb); in aa_audit()
|
H A D | lib.c | 151 aa_audit_msg(AUDIT_APPARMOR_STATUS, &ad, NULL); in aa_info_message() 426 aa_audit_msg(type, ad, cb); in aa_check_perms()
|
H A D | policy.c | 757 aa_audit_msg(AUDIT_APPARMOR_STATUS, &ad, audit_cb); in audit_policy()
|
H A D | lsm.c | 759 aa_audit_msg(AUDIT_APPARMOR_DENIED, &ad, NULL); in apparmor_setprocattr()
|