lxcpp: Adding init process to UTS, PID, NET, IPC namespaces 31/49331/3
authorJan Olszak <j.olszak@samsung.com>
Mon, 12 Oct 2015 15:45:21 +0000 (17:45 +0200)
committerJan Olszak <j.olszak@samsung.com>
Wed, 14 Oct 2015 06:12:09 +0000 (08:12 +0200)
commit732fd0b180e78e53b791c18dc39a18f1fa8e8e30
tree98a4dc8778935565122a58525c479c71952ddd5d
parent046432b8d6840b9d70891caaab2c5155229e2f77
lxcpp: Adding init process to UTS, PID, NET, IPC namespaces

[Feature]       Starting init in some namespaces.
                MNT and USER need more work.
[Cause]         N/A
[Solution]      Refactored Guard
[Verification]  Build, install and run tests

Change-Id: I3c5ec5c833da34c9ece6acf2c4965e8c57ab966d
libs/lxcpp/container-config.hpp
libs/lxcpp/container-impl.cpp
libs/lxcpp/container-impl.hpp
libs/lxcpp/container.hpp
libs/lxcpp/guard/guard.cpp
libs/lxcpp/guard/guard.hpp
libs/lxcpp/guard/main.cpp
tests/unit_tests/lxcpp/ut-container.cpp