Searched refs:username_context_tpl (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsemanage/src/ |
D | genhomedircon.c | 1218 semanage_list_t * username_context_tpl, in write_gen_home_dir_context() argument 1233 if (write_username_context(s, out, username_context_tpl, users)) in write_gen_home_dir_context() 1260 semanage_list_t *username_context_tpl = NULL; in write_context_file() local 1266 username_context_tpl = make_template(s, &USERNAME_CONTEXT_PRED); in write_context_file() 1271 && !username_context_tpl in write_context_file() 1324 if (user_context_tpl || username_context_tpl) { in write_context_file() 1325 if (write_username_context(s, out, username_context_tpl, in write_context_file() 1337 if (write_gen_home_dir_context(s, out, username_context_tpl, in write_context_file() 1347 semanage_list_destroy(&username_context_tpl); in write_context_file()
|