lxcpp: Simple attach implementation 40/46340/8
authorJan Olszak <j.olszak@samsung.com>
Tue, 18 Aug 2015 10:02:12 +0000 (12:02 +0200)
committerLukasz Pawelczyk <l.pawelczyk@samsung.com>
Fri, 21 Aug 2015 09:50:23 +0000 (02:50 -0700)
commitf220ce5658986db5cb0a7e67631b28ac41a678fb
tree85f98377e9bdecb4b98ce0cc7c53e230590ffed0
parente17105e146dd179c4f2cb756022cc995ad4cddec
lxcpp: Simple attach implementation

[Feature]       Running code in the container's context
                Socketpair wrapper - Channel
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: Ib5b1011c5f8578ab9e258bcbea3cd7aa3bc233a3
12 files changed:
common/utils/channel.cpp [new file with mode: 0644]
common/utils/channel.hpp [new file with mode: 0644]
common/utils/execute.cpp
common/utils/fd-utils.cpp
common/utils/fd-utils.hpp
libs/lxcpp/container-impl.cpp
libs/lxcpp/container-impl.hpp
libs/lxcpp/container.hpp
libs/lxcpp/process.cpp
libs/lxcpp/process.hpp
tests/unit_tests/lxcpp/ut-process.cpp
tests/unit_tests/utils/ut-channel.cpp [new file with mode: 0644]