Make rpm also package directories with their proper permissions.
authorLukasz Pawelczyk <l.pawelczyk@partner.samsung.com>
Thu, 24 Apr 2014 09:15:07 +0000 (11:15 +0200)
committerJan Olszak <j.olszak@samsung.com>
Mon, 19 May 2014 11:47:16 +0000 (13:47 +0200)
commit505023a59fde334ce5fac61073f66e0476320642
tree5c2136e737b133d6b0e5e09f26394b1abf895a6a
parentcc9de05bbd461fec93a14ad45ad35c594f9fd130
Make rpm also package directories with their proper permissions.

[Bug/Feature]   The directories installed by the package were not owned
                by the package and there was no control over their
                permissions
[Cause]         The permissions might have been umask dependent
[Solution]      Add the directories to the RPM package, also move the
                test config files to the /usr/share
[Verification]  Built, installed and checked ownership
                with rpm -ql and rpm -qf

Change-Id: I1f124f081aafca6f5971b01e980fb7d510dd634d
Signed-off-by: Lukasz Pawelczyk <l.pawelczyk@partner.samsung.com>
15 files changed:
CMakeLists.txt
packaging/security-containers.spec
unit_tests/CMakeLists.txt
unit_tests/dbus/configs/CMakeLists.txt
unit_tests/dbus/ut-connection.cpp
unit_tests/server/configs/CMakeLists.txt
unit_tests/server/configs/ut-container-admin/containers/buggy.conf.in [moved from unit_tests/server/configs/ut-container-admin/containers/test.conf with 53% similarity]
unit_tests/server/configs/ut-container-admin/containers/test.conf.in [moved from unit_tests/server/configs/ut-container-admin/containers/buggy.conf with 53% similarity]
unit_tests/server/ut-container-admin.cpp
unit_tests/server/ut-container-connection.cpp
unit_tests/server/ut-container.cpp
unit_tests/server/ut-containers-manager.cpp
unit_tests/server/ut-server.cpp
unit_tests/utils/configs/CMakeLists.txt
unit_tests/utils/ut-fs.cpp