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,
635 sepol_handle_t *sepolh = s->h_semanage->sepolh; local
637 if (sepol_context_from_string(sepolh, old_context_str,
642 if (sepol_context_set_user(sepolh, context, user->sename) < 0) {
647 sepol_context_set_mls(sepolh, context, user->level) < 0) {
652 sepol_context_set_role(sepolh, context, user->homedir_role) < 0) {
656 if (sepol_context_to_string(sepolh, context,
    [all...]

Completed in 125 milliseconds