summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)Author
2017-06-17fnotsystemd/wip/nspawnLuke Shumaker
2017-06-16aLuke Shumaker
2017-06-16nspawn: Add a special "INHERIT" cgroup modeLuke Shumaker
2017-06-16nspawn: Divorce the code deciding the cgroup mounts from the code performing ...Luke Shumaker
2017-06-16nspawn: Don't expect the outer child die until after the inner is cgroupifiedLuke Shumaker
2017-06-16nspawn: Track the inner child and outer child PIDs separatelyLuke Shumaker
2017-06-16nspawn: Be more robust when deciding to create subcgroups or chown cgroupsLuke Shumaker
2017-06-16nspawn: Improve error messagesLuke Shumaker
2017-06-16nspawn: Clarify sync_cgroup(); tmp dirname, error messageLuke Shumaker
2017-06-16nspawn: mount_legacy_cgns_supported(): Rename variables to not lieLuke Shumaker
2017-06-16nspawn: Merge chown_cgroup(), sync_cgroup(), and create_subcgroup() into one ...Luke Shumaker
2017-06-16nspawn: Detect the outer_cgver once, and pass that aroundLuke Shumaker
2017-06-16nspawn: nspawn-cgroup.{c,h}: s/unified_requested/inner_cgver/Luke Shumaker
2017-06-16nspawn: Move cgroup mount stuff from nspawn-mount.c to nspawn-cgroup.cLuke Shumaker
2017-06-16nspawn: Parse UNIFIED_CGROUP_HIERARCHY similarly to any other argLuke Shumaker
2017-06-16nspawn: Clarify detect_unified_cgroup_hierarchy()Luke Shumaker
2017-06-16nspawn: Rename arg_uid_shift -> uid_shiftLuke Shumaker
2017-06-16nspawn: Improve --help textLuke Shumaker
2017-06-16nspawn: Simplify tmpfs_patch_options() usage, and trickle that upLuke Shumaker
2017-06-16nspawn: mount_sysfs(): Reword the comment about /sys/fs/cgroupLuke Shumaker
2017-06-16nspawn: if !cg_ns_supported() then force arg_use_cgns = falseLuke Shumaker
2017-06-16nspawn: send_one_fd() uses the "return -errno" convention, not errnoLuke Shumaker
2017-06-16nspawn: fix clobbering of selinux context argZbigniew Jędrzejewski-Szmek
2017-06-16tree-wide: adjust fall through comments so that gcc is happyZbigniew Jędrzejewski-Szmek
2017-06-16nspawn: add missing -E to getopt_long (#4860)Wim de With
2017-06-16nspawn: fix cgroup mode detectionTejun Heo
2017-05-06Merge tag 'systemd/v232-6.parabola1'systemd/v232-8.parabola2Luke Shumaker
2017-05-06build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert
2016-12-17Merge tag 'systemd/v232-4'systemd/v232-6Luke Shumaker
2016-12-17nspawn: don't hide --bind=/tmp/* mountsDave Reisner
2016-12-17nspawn: fix exit code for --help and --version (#4609)Martin Pitt
2016-12-17Revert "nspawn: try to bind mount resolved's resolv.conf snippet into the con...systemd/v232-4Dave Reisner
2016-11-02nspawn: if we set up a loopback device, try to mount it with "discard"Lennart Poettering
2016-10-24seccomp: add new seccomp_init_conservative() helperLennart Poettering
2016-10-23nspawn: become a new root earlyEvgeny Vereshchagin
2016-10-23nspawn: really lchown(uid/gid)Evgeny Vereshchagin
2016-10-21nspawn, NEWS: add missing "s" in --private-users-chown (#4438)Zbigniew Jędrzejewski-Szmek
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek
2016-10-14nspawn: remove unused variable (#4369)Thomas H. P. Andersen
2016-10-13nspawn: cleanup and chown the synced cgroup hierarchy (#4223)Evgeny Vereshchagin
2016-10-12Merge pull request #4351 from keszybz/nspawn-debuggingLennart Poettering
2016-10-11nspawn: let's mount(/tmp) inside the user namespace (#4340)Evgeny Vereshchagin
2016-10-11nspawn,mount-util: add [u]mount_verbose and use it in nspawnZbigniew Jędrzejewski-Szmek
2016-10-11nspawn: small cleanups in get_controllers()Zbigniew Jędrzejewski-Szmek
2016-10-11nspawn: simplify arg_us_cgns passingZbigniew Jędrzejewski-Szmek
2016-10-10Merge pull request #4332 from keszybz/nspawn-arguments-3Lennart Poettering
2016-10-10Merge pull request #4310 from keszybz/nspawn-autodetectEvgeny Vereshchagin
2016-10-10nspawn: better error messages for parsing errorsZbigniew Jędrzejewski-Szmek
2016-10-10nspawn,man: fix parsing of numeric args for --private-users, accept any booleanZbigniew Jędrzejewski-Szmek
2016-10-10Revert "nspawn: fix parsing of numeric arguments for --private-users"Zbigniew Jędrzejewski-Szmek