Age | Commit message (Expand) | Author |
2014-03-16 | nspawn: UP the host side of the veth pair after adding it to a bridge | Tom Gundersen |
2014-03-13 | nspawn: remove unused variable | Dave Reisner |
2014-03-14 | nspawn: allow -EEXIST on mkdir_safe /home/${uid} | Brandon Philips |
2014-03-13 | nspawn: make host0's MAC address persistent | Tom Gundersen |
2014-03-13 | nspawn: honour GPT partition flags when mounting file systems following the d... | Lennart Poettering |
2014-03-11 | nspawn: fix argv[0] for getent | Mantas Mikulėnas |
2014-03-11 | nspawn: allow using kdbus from nspawn containers | Lennart Poettering |
2014-03-11 | nspawn: fix getent fallback | Lennart Poettering |
2014-03-11 | nspawn: when resoliving UIDs/GIDs for "-u", do so in forked off /usr/bin/gete... | Lennart Poettering |
2014-03-11 | nspawn: make sure we don't try to mount the container block device in the chi... | Lennart Poettering |
2014-03-10 | nspawn: don't try mknod() of /dev/console with the correct major/minor | Lennart Poettering |
2014-03-10 | nspawn: add --image= switch to boot GPT disk images that follow the Discovera... | Lennart Poettering |
2014-02-28 | nspawn: fix detection of missing /proc/self/loginuid | Tero Roponen |
2014-02-26 | nspawn: no need for duplicate checks against EEXIST | Lennart Poettering |
2014-02-25 | nspawn: add new switch --network-macvlan= to add a macvlan device to the cont... | Lennart Poettering |
2014-02-24 | nspawn: make use of the devices cgroup controller by default | Lennart Poettering |
2014-02-21 | nspawn: when adding a veth interface to a bridge, use the "vb-" rather than "... | Lennart Poettering |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-02-19 | make gcc shut up | Lennart Poettering |
2014-02-19 | core: add Personality= option for units to set the personality for spawned pr... | Lennart Poettering |
2014-02-18 | nspawn: add new --personality= switch to make it easier to run 32bit containe... | Lennart Poettering |
2014-02-18 | nspawn: x86 is special with its socketcall() semantics, be permissive in the ... | Lennart Poettering |
2014-02-18 | seccomp: add helper call to add all secondary archs to a seccomp filter | Lennart Poettering |
2014-02-18 | nspawn: allow 32-bit chroots from 64-bit hosts | Dave Reisner |
2014-02-18 | sd-rtnl-message: store reference to the bus in the message | Tom Gundersen |
2014-02-17 | nspawn: netns_fd can be removed now | Lennart Poettering |
2014-02-16 | nspawn: typo fix in help | Thomas Hindoe Paaboel Andersen |
2014-02-16 | nspawn: add new --network-bridge= switch | Tom Gundersen |
2014-02-15 | sd-rtnl: always include linux/rtnetlink.h | Tom Gundersen |
2014-02-15 | sd-rtnl: message_open_container - don't take a 'size' argument | Tom Gundersen |
2014-02-14 | nspawn: if we don't find bash, try sh | Lennart Poettering |
2014-02-14 | nspawn: don't accept just any tree to execute | Lennart Poettering |
2014-02-13 | nspawn: make socket(AF_NETLINK, *, NETLINK_AUDIT) fail with EAFNOTSUPPORT in ... | Lennart Poettering |
2014-02-13 | nspawn: add new --network-veth switch to add a virtual ethernet link to the host | Lennart Poettering |
2014-02-13 | nspawn: check with udev before we take possession of an interface | Lennart Poettering |
2014-02-13 | nspawn: no need to subscribe to netlink messages if we just want to execute o... | Lennart Poettering |
2014-02-13 | nspawn: --private-network should imply CAP_NET_ADMIN | Lennart Poettering |
2014-02-13 | rtnl: rename constructors from the form sd_rtnl_xxx_yyy_new() to sd_rtnl_xxx_... | Lennart Poettering |
2014-02-13 | rtnl: drop "sd_" prefix from cleanup macros | Lennart Poettering |
2014-02-13 | nspawn: add new --network-interface= switch to move an existing interface int... | Lennart Poettering |
2014-02-13 | nspawn: introduce --capability=all for retaining all capabilities | Lennart Poettering |
2014-02-12 | nspawn: newer kernels (>= 3.14) allow resetting the audit loginuid, make use ... | Lennart Poettering |
2014-02-11 | machined: optionally, allow registration of pre-existing units (scopes | Lennart Poettering |
2014-02-11 | nspawn: add --register=yes|no switch to optionally disable registration of th... | Lennart Poettering |
2014-02-10 | nspawn: add new --share-system switch to run a container without PID/UTS/IPC ... | Lennart Poettering |
2014-02-10 | nspawn,man: use a common vocabulary when referring to selinux security contexts | Lennart Poettering |
2014-02-10 | nspawn: require /etc/os-release only for init | Vincent Batts |
2014-02-07 | nspawn: rename --file-label to --apifs-label since it's really just about the... | Lennart Poettering |
2014-02-06 | nspawn: fix HAVE_SELINUX ifdef | Tom Gundersen |
2014-02-06 | nspawn: add --quiet switch for turning off any output noise | Lennart Poettering |