Implement grant and revoke device 11/32611/5
authorPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Fri, 19 Dec 2014 13:56:56 +0000 (14:56 +0100)
committerPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Tue, 23 Dec 2014 13:47:06 +0000 (14:47 +0100)
commitd35e4806694cbc6eadea4d0355b75b62de14fb2e
treea58f91c0e8c7857220a0165b71b7fa54185e2f18
parentfc5836a20906dc4a50f9639d03f84f6f704f1423
Implement grant and revoke device

[Bug/Feature]   Was not implemented
[Cause]         N/A
[Solution]      N/A
[Verification]  Run tests, run grant/revoke device cli commands

Change-Id: I4cfa67d99cb45d4747cfd780776bc2340c5f4535
15 files changed:
cli/command-line-interface.cpp
cli/command-line-interface.hpp
cli/main.cpp
client/vasum-client-impl.cpp
client/vasum-client-impl.hpp
client/vasum-client.cpp
client/vasum-client.h
common/lxc/cgroup.cpp [new file with mode: 0644]
common/lxc/cgroup.hpp [new file with mode: 0644]
server/host-connection.cpp
server/host-connection.hpp
server/host-dbus-definitions.hpp
server/zones-manager.cpp
server/zones-manager.hpp
tests/unit_tests/client/ut-client.cpp