Home
last modified time | relevance | path

Searched refs:store_root_path (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsemanage/src/
Dconf-parse.y355 conf->store_root_path = strdup("/var/lib/selinux");
469 free(conf->store_root_path); in semanage_conf_destroy()
540 free(current_conf->store_root_path); in parse_store_root_path()
541 current_conf->store_root_path = strdup(arg); in parse_store_root_path()
Dhandle.c295 free(sh->conf->store_root_path); in semanage_set_store_root()
296 sh->conf->store_root_path = strdup(store_root); in semanage_set_store_root()
297 assert(sh->conf->store_root_path); /* no way to return failure */ in semanage_set_store_root()
Dsemanage_conf.h56 char *store_root_path; member
Ddirect_api.c126 if (semanage_check_init(sh, sh->conf->store_root_path)) in semanage_direct_is_managed()
146 if (semanage_check_init(sh, sh->conf->store_root_path)) in semanage_direct_connect()
2193 if (semanage_check_init(sh, sh->conf->store_root_path)) in semanage_direct_access_check()
Dsemanage_store.c983 sh->conf->store_root_path, in semanage_make_final()