Lines Matching refs:sa
46 struct common_audit_data *sa = va; in audit_cb() local
49 audit_log_untrustedstring(ab, capability_names[sa->u.cap]); in audit_cb()
64 static int audit_caps(struct common_audit_data *sa, struct aa_profile *profile, in audit_caps() argument
70 aad(sa)->error = error; in audit_caps()
102 return aa_audit(type, profile, sa, audit_cb); in audit_caps()
115 unsigned int opts, struct common_audit_data *sa) in profile_capable() argument
131 aad(sa)->info = "optional: no audit"; in profile_capable()
134 return audit_caps(sa, profile, cap, error); in profile_capable()
151 DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_CAP, OP_CAPABLE); in aa_capable()
153 sa.u.cap = cap; in aa_capable()
155 profile_capable(profile, cap, opts, &sa)); in aa_capable()