HomeSort by relevance Sort by last modified time
    Searched defs:new_context (Results 1 - 6 of 6) sorted by null

  /external/selinux/libselinux/src/
query_user_context.c 117 context_t new_context; /* The new context chosen by the user */ local
124 new_context = context_new("user:role:type:level");
126 new_context = context_new("user:role:type");
128 if (!new_context)
135 context_free(new_context);
140 if (context_user_set(new_context, user)) {
141 context_free(new_context);
145 if (context_role_set(new_context, role)) {
146 context_free(new_context);
150 if (context_type_set(new_context, type))
    [all...]
  /external/selinux/policycoreutils/run_init/
run_init.c 349 security_context_t new_context; /* context for the init script context */ local
387 if (get_init_context(&new_context) == 0) {
389 printf("context is %s\n", new_context);
404 if (setexeccon(new_context) < 0) {
406 new_context);
  /external/selinux/policycoreutils/newrole/
newrole.c 627 security_context_t new_context, const char *ttyn)
639 new_context ? new_context : "?") < 0) {
662 security_context_t new_context
678 static int relabel_tty(const char *ttyn, security_context_t new_context,
712 (security_compute_relabel(new_context, tty_con,
787 * new_context will be set to valid values, otherwise its value
794 security_context_t * new_context,
806 context_t context = NULL; /* manipulatable form of new_context */
947 *new_context = strdup(new_con)
998 security_context_t new_context = NULL; \/* target security context *\/ local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 132 milliseconds