HomeSort by relevance Sort by last modified time
    Searched refs:permstr (Results 1 - 3 of 3) sorted by null

  /external/selinux/libselinux/src/
stringrep.c 325 const char *permstr; local
337 permstr = security_av_perm_to_string(tclass, bit);
338 if (!permstr)
340 printf(" %s", permstr);
audit2why.c 357 char *permstr; local
364 permstr = _PyUnicode_AsString( strObj );
366 permstr = PyString_AsString( strObj );
369 rc = sepol_string_to_av_perm(tclass, permstr, &perm);
avc.c 649 const char *permstr; local
661 permstr = security_av_perm_to_string(tclass, bit);
662 if (!permstr)
664 log_append(avc_audit_buf, " %s", permstr);

Completed in 66 milliseconds