[libvirt] [PATCH v3 0/4] lxc improvements

Cédric Bosdonnat cbosdonnat at suse.com
Mon Jun 26 09:40:56 UTC 2017


Hi all,

Here is a series grouping several small patches I sent
independently to the mailing list.

Main change since v2:
  * <inituser> and <initgroup> have been changed to hold either a uid or
    name as text child, rather than in an attribute.
  * Moved the uid/gid setting to after the pivot_root to allow getting
    the uid/gid from name.

Cédric Bosdonnat (4):
  lxc: allow defining environment variables
  util: share code between virExec and virCommandExec
  lxc: allow user to specify command working directory
  lxc: add possibility to define init uid/gid

 docs/formatdomain.html.in             | 17 +++++++++
 docs/schemas/domaincommon.rng         | 29 +++++++++++++++
 src/conf/domain_conf.c                | 52 ++++++++++++++++++++++++++
 src/conf/domain_conf.h                | 11 ++++++
 src/lxc/lxc_container.c               | 59 ++++++++++++++++++++++++++++++
 src/util/vircommand.c                 | 69 ++++++++++++++++++++---------------
 tests/lxcxml2xmldata/lxc-initdir.xml  | 30 +++++++++++++++
 tests/lxcxml2xmldata/lxc-initenv.xml  | 30 +++++++++++++++
 tests/lxcxml2xmldata/lxc-inituser.xml | 31 ++++++++++++++++
 tests/lxcxml2xmltest.c                |  3 ++
 10 files changed, 302 insertions(+), 29 deletions(-)
 create mode 100644 tests/lxcxml2xmldata/lxc-initdir.xml
 create mode 100644 tests/lxcxml2xmldata/lxc-initenv.xml
 create mode 100644 tests/lxcxml2xmldata/lxc-inituser.xml

-- 
2.12.2




More information about the libvir-list mailing list