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

  /external/selinux/libsepol/cil/src/
cil.c 157 CIL_KEY_USERPREFIX = cil_strpool_add("userprefix");
1201 struct cil_userprefix *userprefix = NULL; local
1213 userprefix = curr->data;
1214 user = userprefix->user;
1215 str_len += strlen("user ") + strlen(user->datum.fqn) + strlen(" prefix ") + strlen(userprefix->prefix_str) + 2;
    [all...]
cil_build_ast.h 93 void cil_destroy_userprefix(struct cil_userprefix *userprefix);
cil_internal.h 982 void cil_userprefix_init(struct cil_userprefix **userprefix);
cil_build_ast.c 1484 struct cil_userprefix *userprefix = NULL; local
    [all...]
cil_resolve_ast.c 959 struct cil_userprefix *userprefix = current->data; local
964 rc = cil_resolve_name(current, userprefix->user_str, CIL_SYM_USERS, extra_args, &user_datum);
972 cil_log(CIL_ERR, "Userprefix must be a user: %s\n", user_datum->fqn);
977 userprefix->user = (struct cil_user*)user_datum;
    [all...]

Completed in 1058 milliseconds