[Feature] Privilege translation for backward compatilibity 64/46564/4
authorTomasz Iwanek <t.iwanek@samsung.com>
Thu, 20 Aug 2015 13:46:05 +0000 (15:46 +0200)
committerPawel Sikorski <p.sikorski@samsung.com>
Fri, 21 Aug 2015 14:12:54 +0000 (07:12 -0700)
commit170f9b633c19112dbf1e6ed1b9d391ecbb536144
tree67692d324c92ec68bb4e0dabbd60201ba1a0073e
parent0785a12cbb767c9296894fc2cfbc60791f826251
[Feature] Privilege translation for backward compatilibity

ConfigData class was removed because it had only one member
field and it was redundant.

API added to security-manager and used here should be implemented
in privilege-checker instead probably. Security manager and
privilege-checker holds very similar databases now.

Change-Id: I4ee1bfd7a98cf9aecbd291fda9e5c7e1f05ceb20
12 files changed:
src/common/CMakeLists.txt
src/common/context_installer.h
src/common/step/step_check_signature.cc
src/common/step/step_privilege_compatibility.cc [new file with mode: 0644]
src/common/step/step_privilege_compatibility.h [new file with mode: 0644]
src/common/utils/clist_helpers.h
src/tpk/step/step_parse.cc
src/tpk/tpk_installer.cc
src/wgt/step/step_parse.cc
src/wgt/step/step_wgt_copy_storage_directories.cc
src/wgt/step/step_wgt_create_storage_directories.cc
src/wgt/wgt_installer.cc