Home
last modified time | relevance | path

Searched refs:sepol_compute_av_reason (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
Dservices.h57 extern int sepol_compute_av_reason(sepol_security_id_t ssid,
/external/selinux/libselinux/src/
Daudit2why.c111 rc = sepol_compute_av_reason(avc->ssid, avc->tsid, avc->tclass, in check_booleans()
/external/selinux/libsepol/src/
Dservices.c1061 int hidden sepol_compute_av_reason(sepol_security_id_t ssid, in sepol_compute_av_reason() function
1144 return sepol_compute_av_reason(ssid, tsid, tclass, requested, avd, in sepol_compute_av()
/external/selinux/libsepol/
DChangeLog788 * Added sepol_compute_av_reason() for audit2why.