[lxc-devel] [lxc/lxc] 877f3a: attach: handle namespace inheritance

GitHub noreply at github.com
Tue Nov 7 18:18:40 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 877f3a0452b0455e727142024c1d617e61974c45
      https://github.com/lxc/lxc/commit/877f3a0452b0455e727142024c1d617e61974c45
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M src/lxc/attach.c
    M src/lxc/attach.h

  Log Message:
  -----------
  attach: handle namespace inheritance

We need to have lxc_attach() distinguish between a caller specifying specific
namespaces to attach to and a caller not requesting specific namespaces. The
latter is taken by lxc_attach() to mean that all namespaces will be attached.
This also needs to include all inherited namespaces.

Closes #1890.
Closes #1897.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: 562924dc209976d14b9bf0b7287ace4cc46e859c
      https://github.com/lxc/lxc/commit/562924dc209976d14b9bf0b7287ace4cc46e859c
  Author: Serge Hallyn <serge at hallyn.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M src/lxc/attach.c
    M src/lxc/attach.h

  Log Message:
  -----------
  Merge pull request #1893 from brauner/2017-11-01/attach_handle_namespace_inheritance

attach: handle namespace inheritance


Compare: https://github.com/lxc/lxc/compare/da3dcce69a95...562924dc2099


More information about the lxc-devel mailing list