Searched refs:arg_selinux_context (Results 1 - 1 of 1) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn.c120 static const char *arg_selinux_context = NULL; variable
549 arg_selinux_context = optarg;
2549 if (arg_selinux_context)
2550 if (setexeccon((security_context_t) arg_selinux_context) < 0)
2551 return log_error_errno(errno, "setexeccon(\"%s\") failed: %m", arg_selinux_context);
2741 r = setup_volatile(directory, arg_volatile_mode, arg_userns, arg_uid_shift, arg_uid_range, arg_selinux_context);
2745 r = setup_volatile_state(directory, arg_volatile_mode, arg_userns, arg_uid_shift, arg_uid_range, arg_selinux_context);

Completed in 2156 milliseconds