HomeSort by relevance Sort by last modified time
    Searched defs:sepolh (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsemanage/src/
handle.h 56 sepol_handle_t *sepolh; member in struct:semanage_handle
genhomedircon.c 572 result = sepol_context_from_string(s->h_semanage->sepolh,
575 result = sepol_context_check(s->h_semanage->sepolh,
633 sepol_handle_t *sepolh = s->h_semanage->sepolh; local
635 if (sepol_context_from_string(sepolh, old_context_str,
640 if (sepol_context_set_user(sepolh, context, user->sename) < 0) {
645 sepol_context_set_mls(sepolh, context, user->level) < 0) {
650 sepol_context_set_role(sepolh, context, user->homedir_role) < 0) {
654 if (sepol_context_to_string(sepolh, context,
    [all...]

Completed in 134 milliseconds