Searched refs:role (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/selinux/ |
D | runcon.c | 61 static context_t runcon_compute_new_context(char *user, char *role, char *type, char *range, in runcon_compute_new_context() argument 91 if (role && context_role_set(con, role)) in runcon_compute_new_context() 92 bb_error_msg_and_die("can't set new role '%s'", role); in runcon_compute_new_context() 119 char *role = NULL; in runcon_main() local 133 &role, &type, &user, &range in runcon_main() 148 con = runcon_compute_new_context(user, role, type, range, in runcon_main()
|
D | chcon.c | 60 static char *role = NULL; variable 93 user, role, type, range); in change_filedir_context() 178 &user, &role, &type, &range, &reference_file in chcon_main()
|
/busybox-1.35.0/libbb/ |
D | selinux_common.c | 13 char *user, char *role, char *type, char *range) in set_security_context_component() argument 25 if (role && context_role_set(con, role)) in set_security_context_component()
|
/busybox-1.35.0/include/ |
D | libbb.h | 1716 char *user, char *role, char *type, char *range) FAST_FUNC;
|