Remove libcap_ng and replace it with syscalls 50/39550/5
authorLukasz Kostyra <l.kostyra@samsung.com>
Wed, 6 May 2015 10:16:49 +0000 (12:16 +0200)
committerLukasz Kostyra <l.kostyra@samsung.com>
Tue, 26 May 2015 08:00:20 +0000 (10:00 +0200)
commit8de79321e3f62336cf2cdbd72ee355ae0af4bf22
tree1a84b4a9ee7804382c7ae0cbbe480ca15ce26a9e
parentaa1f5f7317a73b7063b7ca4cc4872cc6271c79d2
Remove libcap_ng and replace it with syscalls

[Feature]       libcap_ng is removed
[Cause]         N/A
[Solution]      Replace libcap_ng with syscalls
[Verification]  Build, install, run vasum-server without root and check if all
                needed capabilities were kept by the process.

Change-Id: Idab4c7b579c6541d941e8c9e9c792427428f8fe5
client/CMakeLists.txt
common/utils/environment.cpp
common/utils/environment.hpp
packaging/vasum.spec
server/CMakeLists.txt
server/server.cpp
tests/unit_tests/CMakeLists.txt
zone-daemon/CMakeLists.txt