Searched defs:arg_userns (Results 1 - 1 of 1) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn.c175 static bool arg_userns = false; variable
273 if (arg_userns && arg_uid_shift == UID_INVALID && path_equal(m->destination, "/")) {
824 arg_userns = true;
935 if (arg_userns && access("/proc/self/uid_map", F_OK) < 0)
988 if (!arg_userns)
2413 if (!arg_userns) {
2476 if (arg_userns) {
2487 r = mount_all(NULL, arg_userns, true, arg_uid_shift, arg_private_network, arg_uid_range, arg_selinux_apifs_context);
2727 if (arg_userns) {
2741 r = setup_volatile(directory, arg_volatile_mode, arg_userns, arg_uid_shif
[all...]

Completed in 17 milliseconds