Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
H A 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()
H A 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()
H A 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()

Completed in 3 milliseconds