Searched refs:MOUNT_IN_USERNS (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/nspawn/ |
D | nspawn-mount.c | 481 MOUNT_IN_USERNS|MOUNT_APPLY_APIVFS_RO }, /* Bind mount first ... */ \ in mount_all() 483 MOUNT_IN_USERNS|MOUNT_APPLY_APIVFS_RO } /* Then, make it r/o */ in mount_all() 487 MOUNT_IN_USERNS|MOUNT_APPLY_APIVFS_RO }, /* Bind mount first ... */ \ in mount_all() 489 MOUNT_IN_USERNS|MOUNT_APPLY_APIVFS_RO } /* Then, make it r/o */ in mount_all() 503 …MOUNT_FATAL|MOUNT_IN_USERNS|MOUNT_MKDIR|MOUNT_FOLLOW_SYMLINKS }, /* we follow symlinks here since … in mount_all() 506 …MOUNT_FATAL|MOUNT_IN_USERNS|MOUNT_APPLY_APIVFS_RO }, /* Bind mount first … in mount_all() 509 …MOUNT_FATAL|MOUNT_IN_USERNS|MOUNT_APPLY_APIVFS_RO|MOUNT_APPLY_APIVFS_NETNS }, /* (except for this)… in mount_all() 512 …MOUNT_FATAL|MOUNT_IN_USERNS|MOUNT_APPLY_APIVFS_RO }, /* ... then, make it… in mount_all() 533 MOUNT_IN_USERNS|MOUNT_MKDIR }, in mount_all() 559 MOUNT_FATAL|MOUNT_IN_USERNS }, in mount_all() [all …]
|
D | nspawn-mount.h | 12 …MOUNT_IN_USERNS = 1 << 2, /* if set, the mount is executed in the inner child, otherwise … enumerator
|
D | nspawn.c | 3267 arg_mount_settings | MOUNT_IN_USERNS, in inner_child() 3325 MOUNT_NON_ROOT_ONLY | MOUNT_IN_USERNS); in inner_child()
|