summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)Author
2015-09-08nspawn: also close uid shift socket in the parentLennart Poettering
2015-09-08nspawn: short reads do not set errno, hence don't try to print itLennart Poettering
2015-09-08inspawn: switch from SOCK_DGRAM to SOCK_SEQPACKET for internal socketpairsLennart Poettering
2015-09-08nspawn: properly propagate errors when we fail to set soemthing upLennart Poettering
2015-09-07nspawn: sort and clean up included header listLennart Poettering
2015-09-07nspawn: remove nspawn.h, it's empty nowLennart Poettering
2015-09-07nspawn: split out --uid= logic into nspawn-setuid.[ch]Lennart Poettering
2015-09-07nspawn: split out machined registration code to nspawn-register.[ch]Lennart Poettering
2015-09-07nspawn: split out cgroup related calls into nspawn-cgroup.[ch]Lennart Poettering
2015-09-07nspawn: split out network related code to nspawn-network.[ch]Lennart Poettering
2015-09-07nspawn: split all port exposure code into nspawn-expose-port.[ch]Lennart Poettering
2015-09-07nspawn: split out mount related functions into a new nspawn-mount.c fileLennart Poettering
2015-09-06nspawn: add new .nspawn files for container settingsLennart Poettering
2015-09-04nspawn: enable all controllers we can for the "payload" subcgroup we createLennart Poettering
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-08-29nspawn: don't try to extract quotes from option string, glibc doesn't do that...Lennart Poettering
2015-08-28nspawn: add (no)rbind option to --bind and --bind-roEugene Yakubovich
2015-08-25nspawn: make sure --template= and --machine= my be combinedLennart Poettering
2015-08-21remove unused variablesThomas Hindoe Paaboel Andersen
2015-08-07nspawn: Allow : characters in overlay pathsRichard Maw
2015-08-07nspawn: escape paths in overlay mount optionsRichard Maw
2015-08-07nspawn: Allow : characters in nspawn --bind pathsRichard Maw
2015-08-07nspawn: Allow : characters in --tmpfs pathRichard Maw
2015-08-05Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek
2015-08-05hostname-util: get rid of unused parameter of hostname_cleanup()Zbigniew Jędrzejewski-Szmek
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-07-30tree-wide: use free_and_strdup()Daniel Mack
2015-07-22nspawn: Don't pass uid mount option for devptsMike Gilbert
2015-07-08Merge pull request #500 from zonque/fileioLennart Poettering
2015-07-07Remove repeated 'the'sZbigniew Jędrzejewski-Szmek
2015-07-06tree-wide: fix write_string_file() user that should not create filesDaniel Mack
2015-07-06fileio: consolidate write_string_file*()Daniel Mack
2015-07-06Merge pull request #492 from richardmaw-codethink/nspawn-automatic-uid-shift-...Lennart Poettering
2015-07-06nspawn: Communicate determined UID shift to parentRichard Maw
2015-07-06nspawn: fix indentingLennart Poettering
2015-07-04Merge pull request #485 from poettering/sd-bus-flush-close-unrefDavid Herrmann
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering
2015-07-03Revert "nspawn: determine_uid_shift before forking"Lennart Poettering
2015-06-30Merge pull request #429 from richardmaw-codethink/nspawn-userns-uid-shift-aut...Tom Gundersen
2015-06-30nspawn: determine_uid_shift before forkingRichard Maw
2015-06-30nspawn: Don't remount with fewer optionsRichard Maw
2015-06-18nspawn: suppress warning when /etc/resolv.conf is a valid symlinkLennart Poettering
2015-06-17nspawn: when exiting, flush all remaining bytes from the pty to stdoutLennart Poettering
2015-06-16nspawn: check if kernel supports userns as early as possibleDjalal Harouni
2015-06-15Merge pull request #214 from poettering/signal-rework-2Lennart Poettering
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering
2015-06-15tmpfiles: automatically remove old machine snapshots at bootLennart Poettering
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering
2015-06-15firewall: rename fw-util.[ch] → firewall-util.[ch]Daniel Mack
2015-06-15Merge pull request #205 from endocode/iaguis/seccomp-v2Lennart Poettering