summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)Author
2016-07-21nspawn: enable major=0/minor=0 devices inside the container (#3773)Alessandro Puccetti
2016-07-18treewide: remove unused variablesThomas Hindoe Paaboel Andersen
2016-07-18nspawn: decrease mkdir error logging in /sys to debug priority (#3748)tblume
2016-07-15tree-wide: get rid of selinux_context_t (#3732)Zbigniew Jędrzejewski-Szmek
2016-07-12Various fixes for typos found by lintian (#3705)Michael Biebl
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-07-04treewide: fix typosTorstein Husebø
2016-06-25nspawn: fix uid patching logic (#3599)Lennart Poettering
2016-06-13nspawn: lock down system call filter a bitLennart Poettering
2016-06-13nspawn: order caps to retain alphabeticallyLennart Poettering
2016-06-10nspawn: introduce --notify-ready=[no|yes] (#3474)Alessandro Puccetti
2016-05-29util-lib: Add sparc64 support for process creation (#3348)Michael Karcher
2016-05-26nspawn: rename arg_retain to arg_caps_retainDjalal Harouni
2016-05-26nspawn: split out seccomp call into nspawn-seccomp.[ch]Djalal Harouni
2016-05-26nspawn: rename is_procfs_sysfs_or_suchlike() to is_fs_fully_userns_compatible()Djalal Harouni
2016-05-26nspawn: a bench of special fileystems that should not be shiftedDjalal Harouni
2016-05-22nspawn: remove unreachable return statement (#3320)Zbigniew Jędrzejewski-Szmek
2016-05-12nspawn: drop spurious newlineLennart Poettering
2016-05-09nspawn: only remove veth links we created ourselvesLennart Poettering
2016-05-09tree-wide: port more code to use ifname_valid()Lennart Poettering
2016-05-09nspawn: add new --network-zone= switch for automatically managed bridge devicesLennart Poettering
2016-05-09util-lib: add new ifname_valid() call that validates interface namesLennart Poettering
2016-05-03Merge pull request #3111 from poettering/nspawn-remove-vethZbigniew Jędrzejewski-Szmek
2016-05-03Revert "nspawn: explicitly remove veth links after use (#3111)"Zbigniew Jędrzejewski-Szmek
2016-04-29nspawn: convert uuid to string (#3146)Evgeny Vereshchagin
2016-04-28nspawn: initialize the veth_name (#3141)Evgeny Vereshchagin
2016-04-26Merge pull request #3093 from poettering/nspawn-userns-magicLennart Poettering
2016-04-25nspawn: explicitly remove veth links after use (#3111)Lennart Poettering
2016-04-25nspawn: explicitly remove veth links we created after useLennart Poettering
2016-04-25nspawn: when readjusting UID/GID ownership of OS trees, skip read-only subtreesLennart Poettering
2016-04-25nspawn: don't try to patch UIDs/GIDs of procfs and suchlikeLennart Poettering
2016-04-25nspawn: make -U a tiny bit smarterLennart Poettering
2016-04-25nspawn: allow configuration of user namespaces in .nspawn filesLennart Poettering
2016-04-25nspawn: add -U as shortcut for --private-users=pickLennart Poettering
2016-04-25nspawn: optionally, automatically allocate a UID/GID range for userns containersLennart Poettering
2016-04-25nspawn: optionally fix up OS tree uid/gids for usernsLennart Poettering
2016-04-22tree-wide: remove unused variables (#3098)Thomas H. P. Andersen
2016-04-22shared: move unit-specific code from bus-util.h to bus-unit-util.hLennart Poettering
2016-04-21tree-wide: use mdash instead of a two minusesZbigniew Jędrzejewski-Szmek
2016-04-20nspawn: add -E as alias for --setenvZbigniew Jędrzejewski-Szmek
2016-04-11Merge pull request #3014 from msekletar/nspawn-empty-machine-id-v3Lennart Poettering
2016-04-11nspawn: always setup machine idMichal Sekletar
2016-04-08nspawn: ignore failure to chdirZbigniew Jędrzejewski-Szmek
2016-04-01prevent systemd-nspawn from trying to create targetBjørnar Ness
2016-03-26core: update populated event handling in unified hierarchyTejun Heo
2016-03-26cgroup2: use new fstype for unified hierarchyAlban Crequy
2016-03-17nspawn: don't run nspawn --port=... without libiptc supportEvgeny Vereshchagin
2016-03-16nspawn: Fix two misspellings of "hierarchy" in error messagesTobias Klauser
2016-03-09/dev/console must be labeled with SELinux labelDan Walsh
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo