lxcpp: user namespace setup 87/50187/6
authorLukasz Pawelczyk <l.pawelczyk@samsung.com>
Mon, 26 Oct 2015 15:03:46 +0000 (16:03 +0100)
committerLukasz Pawelczyk <l.pawelczyk@samsung.com>
Wed, 28 Oct 2015 13:49:26 +0000 (06:49 -0700)
commit2b32511f729dd4a2f9c358973435294477c3b7b3
tree93b82573cb0478ef0a484d3b82b8f61fa4b9d451
parenta7ae67cc69847a73335b5715cfab8df1be7d54cb
lxcpp: user namespace setup

[Feature]       Setting up of a user namespace. This also changes the
                way namespaces are chosen. This happens automatically now.
[Cause]         N/A
[Solution]      N/A
[Verification]  Run junk tester.

Change-Id: I70c57b56c94ed9650208b63831c77f1ad0c7905c
17 files changed:
junk/run-shell.cpp
libs/lxcpp/attach/attach-helper.cpp
libs/lxcpp/commands/attach.cpp
libs/lxcpp/commands/attach.hpp
libs/lxcpp/commands/setup-userns.cpp [new file with mode: 0644]
libs/lxcpp/commands/setup-userns.hpp [new file with mode: 0644]
libs/lxcpp/container-config.hpp
libs/lxcpp/container-impl.cpp
libs/lxcpp/container-impl.hpp
libs/lxcpp/container.hpp
libs/lxcpp/credentials.cpp
libs/lxcpp/credentials.hpp
libs/lxcpp/exception.hpp
libs/lxcpp/guard/guard.cpp
libs/lxcpp/guard/guard.hpp
libs/lxcpp/userns-config.hpp [new file with mode: 0644]
tests/unit_tests/lxcpp/ut-container.cpp