Clean up zones root path 95/44195/7
authorMateusz Malicki <m.malicki2@samsung.com>
Fri, 17 Jul 2015 14:49:43 +0000 (16:49 +0200)
committerMateusz Malicki <m.malicki2@samsung.com>
Fri, 24 Jul 2015 08:51:54 +0000 (10:51 +0200)
commitda007dabea6e5a0724844ed7eae1e48cd598b723
tree637b1a4ef12c9da700f1faed12328354dfd11bf6
parent1899a99c617d097cee2139003de16896ca78e66c
Clean up zones root path

[Feature]       Clean up zones root path (according to cleanUpZonesPath flag)
[Cause]         N/A
[Solution]      Added cleanUpZonesPath to daemon.conf which tells whether
                to remove unknown files from the zonesPath;
                Added (vsm_)clean_up_zones_root to cli and client
[Verification]  Build, install, create files in zonesPath,
                run vasum-server with different flag value, check if
                zonesPath is as it should; execute command

Change-Id: I64a1656ef05ccd5fd7e83a48cd50234e2e6bd4b4
17 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
server/configs/daemon.conf.in
server/host-dbus-connection.cpp
server/host-dbus-definitions.hpp
server/host-ipc-connection.cpp
server/host-ipc-connection.hpp
server/host-ipc-definitions.hpp
server/zones-manager-config.hpp
server/zones-manager.cpp
server/zones-manager.hpp
tests/unit_tests/configs/test-daemon.conf.in