Searched refs:sepol_compute_av_reason (Results 1 – 4 of 4) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | services.h | 53 extern int sepol_compute_av_reason(sepol_security_id_t ssid,
|
/third_party/selinux/libsepol/src/ |
D | libsepol.map.in | 283 sepol_compute_av_reason;
|
D | services.c | 1089 int sepol_compute_av_reason(sepol_security_id_t ssid, in sepol_compute_av_reason() function 1172 return sepol_compute_av_reason(ssid, tsid, tclass, requested, avd, in sepol_compute_av()
|
/third_party/selinux/libselinux/src/ |
D | audit2why.c | 112 rc = sepol_compute_av_reason(avc->ssid, avc->tsid, avc->tclass, in check_booleans()
|