Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Dgenhomedircon.c930 semanage_list_t * user_context_tpl, in write_gen_home_dir_context() argument
947 if (write_user_context(s, out, user_context_tpl, users->name, in write_gen_home_dir_context()
971 semanage_list_t *user_context_tpl = NULL; in write_context_file() local
978 user_context_tpl = make_template(s, &USER_CONTEXT_PRED); in write_context_file()
980 if (!homedir_context_tpl && !homeroot_context_tpl && !user_context_tpl) in write_context_file()
1031 if (user_context_tpl) { in write_context_file()
1032 if (write_user_context(s, out, user_context_tpl, in write_context_file()
1039 if (write_gen_home_dir_context(s, out, user_context_tpl, in write_context_file()
1048 semanage_list_destroy(&user_context_tpl); in write_context_file()