Home
last modified time | relevance | path

Searched refs:sepol_compute_av_reason_buffer (Results 1 – 5 of 5) sorted by relevance

/third_party/selinux/libsepol/include/sepol/policydb/
Dservices.h69 extern int sepol_compute_av_reason_buffer(sepol_security_id_t ssid,
/third_party/selinux/
Dlibsepol.map41 "sepol_compute_av_reason_buffer";
/third_party/selinux/libselinux/src/
Daudit2why.c376 rc = sepol_compute_av_reason_buffer(ssid, tsid, tclass, av, &avd, &reason, &reason_buf, 0); in analyze()
/third_party/selinux/checkpolicy/
Dcheckpolicy.c1203 if (sepol_compute_av_reason_buffer(ssid, tsid, in main()
/third_party/selinux/libsepol/src/
Dservices.c1122 int sepol_compute_av_reason_buffer(sepol_security_id_t ssid, in sepol_compute_av_reason_buffer() function