Home
last modified time | relevance | path

Searched refs:permstr (Results 1 – 3 of 3) sorted by relevance

/third_party/selinux/libselinux/src/
Dstringrep.c318 const char *permstr; in print_access_vector() local
330 permstr = security_av_perm_to_string(tclass, bit); in print_access_vector()
331 if (!permstr) in print_access_vector()
333 printf(" %s", permstr); in print_access_vector()
Daudit2why.c356 const char *permstr; in analyze() local
363 permstr = _PyUnicode_AsString( strObj ); in analyze()
365 permstr = PyString_AsString( strObj ); in analyze()
368 rc = sepol_string_to_av_perm(tclass, permstr, &perm); in analyze()
Davc.c647 const char *permstr; in avc_dump_av() local
659 permstr = security_av_perm_to_string(tclass, bit); in avc_dump_av()
660 if (!permstr) in avc_dump_av()
662 log_append(avc_audit_buf, " %s", permstr); in avc_dump_av()