Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Daudit2why.c310 char *reason_buf = NULL; in analyze() local
376 rc = sepol_compute_av_reason_buffer(ssid, tsid, tclass, av, &avd, &reason, &reason_buf, 0); in analyze()
416 if (reason_buf) { in analyze()
418 result = Py_BuildValue("is", CONSTRAINT, reason_buf); in analyze()
419 free(reason_buf); in analyze()
/third_party/selinux/libsepol/include/sepol/policydb/
Dservices.h75 char **reason_buf,
88 char **reason_buf,
/third_party/selinux/checkpolicy/
Dcheckpolicy.c406 char *reason_buf = NULL; in main() local
1205 &reason_buf, flags)) { in main()
1209 if (reason_buf) { in main()
1211 reason_buf); in main()
1212 free(reason_buf); in main()
1256 &reason_buf, flags)) { in main()
1260 if (reason_buf) { in main()
1262 reason_buf); in main()
1263 free(reason_buf); in main()
/third_party/selinux/libsepol/src/
Dservices.c1034 char **reason_buf, in sepol_validate_transition_reason_buffer() argument
1074 *reason_buf = NULL; in sepol_validate_transition_reason_buffer()
1080 tclass, constraint, reason_buf, flags)) { in sepol_validate_transition_reason_buffer()
1128 char **reason_buf, in sepol_compute_av_reason_buffer() argument
1154 *reason_buf = NULL; in sepol_compute_av_reason_buffer()
1159 requested, avd, reason, reason_buf, flags); in sepol_compute_av_reason_buffer()