summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAge
* nspawn: make use of the devices cgroup controller by defaultLennart Poettering2014-02-24
* nspawn: when adding a veth interface to a bridge, use the "vb-" rather than "...Lennart Poettering2014-02-21
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* make gcc shut upLennart Poettering2014-02-19
* core: add Personality= option for units to set the personality for spawned pr...Lennart Poettering2014-02-19
* nspawn: add new --personality= switch to make it easier to run 32bit containe...Lennart Poettering2014-02-18
* nspawn: x86 is special with its socketcall() semantics, be permissive in the ...Lennart Poettering2014-02-18
* seccomp: add helper call to add all secondary archs to a seccomp filterLennart Poettering2014-02-18
* nspawn: allow 32-bit chroots from 64-bit hostsDave Reisner2014-02-18
* sd-rtnl-message: store reference to the bus in the messageTom Gundersen2014-02-18
* nspawn: netns_fd can be removed nowLennart Poettering2014-02-17
* nspawn: typo fix in helpThomas Hindoe Paaboel Andersen2014-02-16
* nspawn: add new --network-bridge= switchTom Gundersen2014-02-16
* sd-rtnl: always include linux/rtnetlink.hTom Gundersen2014-02-15
* sd-rtnl: message_open_container - don't take a 'size' argumentTom Gundersen2014-02-15
* nspawn: if we don't find bash, try shLennart Poettering2014-02-14
* nspawn: don't accept just any tree to executeLennart Poettering2014-02-14
* nspawn: make socket(AF_NETLINK, *, NETLINK_AUDIT) fail with EAFNOTSUPPORT in ...Lennart Poettering2014-02-13
* nspawn: add new --network-veth switch to add a virtual ethernet link to the hostLennart Poettering2014-02-13
* nspawn: check with udev before we take possession of an interfaceLennart Poettering2014-02-13
* nspawn: no need to subscribe to netlink messages if we just want to execute o...Lennart Poettering2014-02-13
* nspawn: --private-network should imply CAP_NET_ADMINLennart Poettering2014-02-13
* rtnl: rename constructors from the form sd_rtnl_xxx_yyy_new() to sd_rtnl_xxx_...Lennart Poettering2014-02-13
* rtnl: drop "sd_" prefix from cleanup macrosLennart Poettering2014-02-13
* nspawn: add new --network-interface= switch to move an existing interface int...Lennart Poettering2014-02-13
* nspawn: introduce --capability=all for retaining all capabilitiesLennart Poettering2014-02-13
* nspawn: newer kernels (>= 3.14) allow resetting the audit loginuid, make use ...Lennart Poettering2014-02-12
* machined: optionally, allow registration of pre-existing units (scopesLennart Poettering2014-02-11
* nspawn: add --register=yes|no switch to optionally disable registration of th...Lennart Poettering2014-02-11
* nspawn: add new --share-system switch to run a container without PID/UTS/IPC ...Lennart Poettering2014-02-10
* nspawn,man: use a common vocabulary when referring to selinux security contextsLennart Poettering2014-02-10
* nspawn: require /etc/os-release only for initVincent Batts2014-02-10
* nspawn: rename --file-label to --apifs-label since it's really just about the...Lennart Poettering2014-02-07
* nspawn: fix HAVE_SELINUX ifdefTom Gundersen2014-02-06
* nspawn: add --quiet switch for turning off any output noiseLennart Poettering2014-02-06
* nspawn: always use default busLennart Poettering2014-02-05
* nspawn: various fixes in selinux hookupLennart Poettering2014-02-04
* Add SELinux support to systemd-nspawnDan Walsh2014-02-04
* bus: update kdbus.h (ABI break)Kay Sievers2014-02-01
* nspawn: fix reboot event fd reuseLennart Poettering2014-01-29
* exec: introduce PrivateDevices= switch to provide services with a private /devLennart Poettering2014-01-20
* nspawn: do not invoke RegisterMachine on machined from inside the new PID nam...Lennart Poettering2014-01-09
* DEFAULT_PATH_SPLIT_USR macroShawn Landden2013-12-20
* nspawn: add new --setenv= switch to set an environment variable for the conta...Lennart Poettering2013-12-13
* nspawn: complain and continue if machine has same idZbigniew Jędrzejewski-Szmek2013-12-11
* bus: connect directly via kdbus in sd_bus_open_system_container()Lennart Poettering2013-12-12
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-06
* nspawn: fix buggy mount_binds, now works for bind-mounted filesShawn Landden2013-12-06
* nspawn: set up a kdbus namespace when starting a containerLennart Poettering2013-11-30
* nspawn: improve error message when we cannot resolve the root directory argumentLennart Poettering2013-11-26