HomeSort by relevance Sort by last modified time
    Searched refs:context_new (Results 1 - 17 of 17) sorted by null

  /external/selinux/libselinux/src/
context_internal.h 4 hidden_proto(context_new)
selinux_check_securetty_context.c 19 context_t con = context_new(tty_context);
query_user_context.c 124 new_context = context_new("user:role:type:level");
126 new_context = context_new("user:role:type");
is_customizable_type.c 75 c = context_new(scontext);
setexecfilecon.c 31 con = context_new(mycon);
context.c 22 context_t context_new(const char *str) function
85 hidden_def(context_new)
get_context_list.c 29 con = context_new(*ptr);
79 con = context_new(fromcon);
138 con = context_new(list[i]);
178 con = context_new(fromcon);
352 con = context_new(fromcon);
selinux_restorecon.c 554 cona = context_new(curcon);
559 conb = context_new(newcon);
  /external/selinux/libselinux/include/selinux/
context.h 20 extern context_t context_new(const char *);
  /external/selinux/mcstrans/src/
mcscolor.c 88 con = context_new(raw);
93 my_tmp = context_new(my_context);
300 con = context_new(raw);
mcstrans.c 891 context_t con = context_new(incon);
893 syslog(LOG_ERR, "extract_range context_new(%s) failed: %s", incon, strerror(errno));
915 context_t con = context_new(incon);
    [all...]
  /external/selinux/sandbox/
seunshare.c 573 con = context_new(execcon);
600 context_t pidcon = context_new(scon);
  /external/dnsmasq/src/
rfc2131.c 291 struct dhcp_context *context_tmp, *context_new = NULL; local
314 context_new = context;
319 if (!context_new)
325 context_tmp->current = context_new;
326 context_new = context_tmp;
329 if (context_new || force)
330 context = context_new;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 432 def context_new(*args): function
433 return _selinux.context_new(*args)
434 context_new = _selinux.context_new variable
    [all...]
  /external/selinux/libselinux/src/android/
android.c 936 ctx = context_new(ctx_str);
1006 ctx = context_new(ctx_str);
    [all...]
  /external/selinux/policycoreutils/secon/
secon.c 601 any errors should happen at context_new() time */
686 if (!(con = context_new(scon)))
705 any errors should happen at context_new() time */
725 any errors should happen at context_new() time */
  /external/selinux/policycoreutils/newrole/
newrole.c 921 context = context_new(old_context);
    [all...]

Completed in 96 milliseconds