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

  /external/selinux/libsemanage/src/
genhomedircon.c 112 semanage_handle_t *h_semanage; member in struct:__anon33675
392 if (semanage_fcontext_iterate(s->h_semanage,
398 WARN(s->h_semanage, "%s homedir %s or its parent directory conflicts with a file context already specified in the policy. This usually indicates an incorrectly defined system account. If it is a system account please make sure its uid is less than %u or greater than %u or its login shell is /sbin/nologin.", pwbuf->pw_name, pwbuf->pw_dir, minuid, maxuid);
410 WARN(s->h_semanage, "Error while fetching users. "
563 result = sepol_context_from_string(s->h_semanage->sepolh,
566 result = sepol_context_check(s->h_semanage->sepolh,
626 sepol_handle_t *sepolh = s->h_semanage->sepolh;
877 retval = semanage_seuser_list(s->h_semanage, &seuser_list, &nseusers);
889 if (semanage_user_key_create(s->h_semanage, seuname,
894 if (semanage_user_query(s->h_semanage, key, &u) < 0
    [all...]

Completed in 125 milliseconds