Searched refs:aa_audit (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | audit.h | 170 int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa,
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | capability.c | 102 return aa_audit(type, profile, sa, audit_cb); in audit_caps()
|
H A D | resource.c | 64 return aa_audit(AUDIT_APPARMOR_AUTO, profile, &sa, audit_cb); in audit_resource()
|
H A D | audit.c | 113 * aa_audit - Log a profile based audit event to the audit subsystem 123 int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa, in aa_audit() function
|
H A D | ipc.c | 107 return aa_audit(AUDIT_APPARMOR_AUTO, tracer, sa, audit_ptrace_cb); in profile_tracer_perm()
|
H A D | mount.c | 178 return aa_audit(audit_type, profile, &sa, audit_cb); in audit_mount()
|
H A D | file.c | 139 return aa_audit(type, profile, &sa, file_audit_cb); in aa_audit_file()
|
H A D | policy_unpack.c | 121 return aa_audit(AUDIT_APPARMOR_STATUS, profile, &sa, audit_cb); in audit_iface()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | capability.c | 104 return aa_audit(type, profile, ad, audit_cb); in audit_caps()
|
H A D | audit.c | 156 * aa_audit - Log a profile based audit event to the audit subsystem 166 int aa_audit(int type, struct aa_profile *profile, in aa_audit() function
|
H A D | resource.c | 71 return aa_audit(AUDIT_APPARMOR_AUTO, profile, &ad, audit_cb); in audit_resource()
|
H A D | task.c | 279 return aa_audit(AUDIT_APPARMOR_AUTO, tracer, ad, audit_ptrace_cb); in profile_tracer_perm()
|
H A D | mount.c | 182 return aa_audit(audit_type, profile, &ad, audit_cb); in audit_mount()
|
H A D | file.c | 144 return aa_audit(type, profile, &ad, file_audit_cb); in aa_audit_file()
|
H A D | policy_unpack.c | 78 return aa_audit(AUDIT_APPARMOR_STATUS, profile, &ad, audit_cb); in audit_iface()
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | audit.h | 176 int aa_audit(int type, struct aa_profile *profile,
|
Completed in 13 milliseconds