Home
last modified time | relevance | path

Searched refs:in_userns (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/nspawn/
Dnspawn-mount.c148 m->in_userns = path_startswith(m->destination, "/proc"); in custom_mount_prepare_all()
571 bool in_userns = FLAGS_SET(mount_settings, MOUNT_IN_USERNS); in mount_all() local
580 if (in_userns != FLAGS_SET(mount_table[k].mount_settings, MOUNT_IN_USERNS)) in mount_all()
606 uid_t u = (use_userns && !in_userns) ? uid_shift : UID_INVALID; in mount_all()
639 … r = tmpfs_patch_options(o, in_userns ? 0 : uid_shift, selinux_apifs_context, &options); in mount_all()
933 if (FLAGS_SET(mount_settings, MOUNT_IN_USERNS) != m->in_userns) in mount_custom()
Dnspawn-mount.h46 bool in_userns; member