Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dget_context_list.c29 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()
Dquery_user_context.c124 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()
Dcontext.c22 context_t context_new(const char *str) in context_new() function
85 hidden_def(context_new) in hidden_def() argument
Dcontext_internal.h4 hidden_proto(context_new)
Dselinux_check_securetty_context.c19 context_t con = context_new(tty_context); in selinux_check_securetty_context()
Dsetexecfilecon.c31 con = context_new(mycon); in setexecfilecon()
Dis_customizable_type.c75 c = context_new(scontext); in is_context_customizable()
/external/selinux/policycoreutils/mcstrans/src/
Dmcscolor.c88 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()
Dmcstrans.c893 context_t con = context_new(incon); in extract_range()
917 context_t con = context_new(incon); in new_context_str()
/external/libselinux/src/
Dcontext.c22 context_t context_new(const char *str) in context_new() function
85 hidden_def(context_new) in hidden_def() argument
Dcontext_internal.h4 hidden_proto(context_new)
Dandroid.c851 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()
/external/selinux/libselinux/include/selinux/
Dcontext.h20 extern context_t context_new(const char *);
/external/libselinux/include/selinux/
Dcontext.h20 extern context_t context_new(const char *);
/external/selinux/policycoreutils/setfiles/
Drestore.c202 cona = context_new(curcon); in restore()
206 conb = context_new(newcon); in restore()
/external/dnsmasq/src/
Drfc2131.c291 struct dhcp_context *context_tmp, *context_new = NULL; in dhcp_reply() local
314 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()
/external/selinux/policycoreutils/sandbox/
Dseunshare.c573 con = context_new(execcon); in killall()
600 context_t pidcon = context_new(scon); in killall()
/external/selinux/policycoreutils/secon/
Dsecon.c686 if (!(con = context_new(scon))) in disp_con()
/external/selinux/policycoreutils/newrole/
Dnewrole.c925 context = context_new(old_context); in parse_command_line_arguments()
/external/selinux/libselinux/
DChangeLog124 * man: context_new(3): fix the return value description
1149 * Merged context_new bug fix for MLS ranges from Chad Hanson.