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

/external/selinux/libsemanage/src/
H A Dsemanage_conf.h55 char *store_root_path; member in struct:semanage_conf
H A Dhandle.c291 free(sh->conf->store_root_path);
292 sh->conf->store_root_path = strdup(store_root);
293 assert(sh->conf->store_root_path); /* no way to return failure */
H A Dconf-parse.y343 conf->store_root_path = strdup("/var/lib/selinux");
456 free(conf->store_root_path);
527 free(current_conf->store_root_path);
528 current_conf->store_root_path = strdup(arg);
H A Ddirect_api.c123 if (semanage_check_init(sh, sh->conf->store_root_path))
142 if (semanage_check_init(sh, sh->conf->store_root_path))
1920 if (semanage_check_init(sh, sh->conf->store_root_path))
H A Dsemanage_store.c926 sh->conf->store_root_path,

Completed in 149 milliseconds