Searched refs:sepol_compute_av_reason_buffer (Results 1 – 7 of 7) sorted by relevance
/third_party/selinux/libsepol/utils/ |
D | sepol_check_access.c | 86 if (sepol_compute_av_reason_buffer(ssid, tsid, tclass, av, &avd, &reason, &reason_buf, 0) < 0) { in main()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | services.h | 69 extern int sepol_compute_av_reason_buffer(sepol_security_id_t ssid,
|
/third_party/selinux/ |
D | libsepol.map | 41 "sepol_compute_av_reason_buffer";
|
/third_party/selinux/libsepol/src/ |
D | libsepol.map.in | 284 sepol_compute_av_reason_buffer;
|
D | services.c | 1123 int sepol_compute_av_reason_buffer(sepol_security_id_t ssid, in sepol_compute_av_reason_buffer() function
|
/third_party/selinux/libselinux/src/ |
D | audit2why.c | 382 rc = sepol_compute_av_reason_buffer(ssid, tsid, tclass, av, &avd, &reason, &reason_buf, 0); in analyze()
|
/third_party/selinux/checkpolicy/ |
D | checkpolicy.c | 1202 if (sepol_compute_av_reason_buffer(ssid, tsid, in main()
|