Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dstringrep.c330 const char *permstr; in print_access_vector() local
342 permstr = security_av_perm_to_string(tclass, bit); in print_access_vector()
343 if (!permstr) in print_access_vector()
345 printf(" %s", permstr); in print_access_vector()
Daudit2why.c362 const char *permstr; in analyze() local
369 permstr = _PyUnicode_AsString( strObj ); in analyze()
371 permstr = PyString_AsString( strObj ); in analyze()
374 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()