Searched refs:context_new (Results 1 – 20 of 20) sorted by relevance
29 con = context_new(*ptr); in get_default_context_with_role()79 con = context_new(fromcon); in hidden_def()138 con = context_new(list[i]); in find_partialcon()178 con = context_new(fromcon); in get_context_order()352 con = context_new(fromcon); in get_ordered_context_list_with_level()
124 new_context = context_new("user:role:type:level"); in manual_user_enter_context()126 new_context = context_new("user:role:type"); in manual_user_enter_context()
22 context_t context_new(const char *str) in context_new() function85 hidden_def(context_new) in hidden_def() argument
4 hidden_proto(context_new)
19 context_t con = context_new(tty_context); in selinux_check_securetty_context()
31 con = context_new(mycon); in setexecfilecon()
75 c = context_new(scontext); in is_context_customizable()
88 con = context_new(raw); in check_dominance()93 my_tmp = context_new(my_context); in check_dominance()299 con = context_new(raw); in raw_color()
893 context_t con = context_new(incon); in extract_range()917 context_t con = context_new(incon); in new_context_str()
851 ctx = context_new(ctx_str); in selinux_android_setfilecon()921 ctx = context_new(ctx_str); in selinux_android_setcontext()1175 ctx = context_new(secontext); in pkgdir_selabel_lookup()
20 extern context_t context_new(const char *);
202 cona = context_new(curcon); in restore()206 conb = context_new(newcon); in restore()
291 struct dhcp_context *context_tmp, *context_new = NULL; in dhcp_reply() local314 context_new = context; in dhcp_reply()319 if (!context_new) in dhcp_reply()325 context_tmp->current = context_new; in dhcp_reply()326 context_new = context_tmp; in dhcp_reply()329 if (context_new || force) in dhcp_reply()330 context = context_new; in dhcp_reply()
573 con = context_new(execcon); in killall()600 context_t pidcon = context_new(scon); in killall()
686 if (!(con = context_new(scon))) in disp_con()
925 context = context_new(old_context); in parse_command_line_arguments()
124 * man: context_new(3): fix the return value description1149 * Merged context_new bug fix for MLS ranges from Chad Hanson.