Workaround failed tests after privilege-checker changes 80/189680/2
authorDariusz Michaluk <d.michaluk@samsung.com>
Wed, 19 Sep 2018 11:48:13 +0000 (13:48 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Thu, 20 Sep 2018 08:48:02 +0000 (10:48 +0200)
commit3035c885cf521b1cab5f68fa4dfc855ba10c0895
tree1497ecd30a58ef3c29bf9a7c09c6cfdfe3df9ac6
parent8ae825db0fc7f7fcde3fb9599ba4c060a732b06a
Workaround failed tests after privilege-checker changes

This ugly commit temporarily workaround failed tests after introducing below change:
https://review.tizen.org/gerrit/#/c/174356/

In the future, this can be replaced probably by pkgmgr-info API:
pkgmgr_parser_process_usr_manifest_x_for_installation(manifest_x* mfx, uid_t uid);
pkgmgr_parser_process_usr_manifest_x_for_uninstallation(manifest_x* mfx, uid_t uid);

Change-Id: Ia0b48c090073388bced0029aeb7180609a0798dc
src/common/sm_api.cpp
src/common/sm_request.h
src/security-manager-tests/test_cases.cpp