HomeSort by relevance Sort by last modified time
    Searched full:sepol_context_to_sid (Results 1 - 5 of 5) sorted by null

  /external/libsepol/include/sepol/policydb/
services.h 104 extern int sepol_context_to_sid(const sepol_security_context_t scontext, /* IN */
  /external/libsepol/src/
context.c 24 return sepol_context_to_sid((const sepol_security_context_t)context,
services.c 542 int hidden sepol_context_to_sid(const sepol_security_context_t scontext, function
    [all...]
  /external/checkpolicy/
checkpolicy.c 754 ret = sepol_context_to_sid(ans, scontext_len, &ssid);
  /external/libsepol/
ChangeLog 587 * Merged fix for memory leak in sepol_context_to_sid from

Completed in 683 milliseconds