[lxc-devel] [lxc/lxc] 619256: remove LXC_CLONE_COPYHOOKS and make lxcapi_clone t...

GitHub noreply at github.com
Mon Dec 23 16:16:22 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 619256b5ee8bf68bf670cd60b0723b94ce069121
      https://github.com/lxc/lxc/commit/619256b5ee8bf68bf670cd60b0723b94ce069121
  Author: S.Çağlar Onur <caglar at 10ur.org>
  Date:   2013-12-23 (Mon, 23 Dec 2013)

  Changed paths:
    M src/lxc/lxc_clone.c
    M src/lxc/lxccontainer.c
    M src/lxc/lxccontainer.h
    M src/python-lxc/lxc.c
    M src/python-lxc/lxc/__init__.py

  Log Message:
  -----------
  remove LXC_CLONE_COPYHOOKS and make lxcapi_clone to copy hooks unconditionally (v3)

changes since v1;
	incorporated Serge's changes
changes since v2;
	added missing Signed-off-by

Signed-off-by: S.Çağlar Onur <caglar at 10ur.org>
Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>


  Commit: 4878dac496543dae0a26f5c1156bbfda63c8ea62
      https://github.com/lxc/lxc/commit/4878dac496543dae0a26f5c1156bbfda63c8ea62
  Author: Stéphane Graber <stgraber at ubuntu.com>
  Date:   2013-12-23 (Mon, 23 Dec 2013)

  Changed paths:
    M src/lxc/utils.c

  Log Message:
  -----------
  Set default paths for unprivileged use (v2)

When running unprivileged (euid != 0), LXC will now use the following paths:
 - Default lxc path: ~/.local/share/lxc/
 - Default config path: ~/.config/lxc/lxc.conf

Those two paths are based on standard XDG paths (though ignoring all the
possible override paths for now at least) and so probably don't need to
be configurable at build time.

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>


Compare: https://github.com/lxc/lxc/compare/41e8e807c8e8...4878dac49654


More information about the lxc-devel mailing list