Basic integration with sessiond 87/277887/2
authorTomasz Swierczek <t.swierczek@samsung.com>
Wed, 30 Mar 2022 11:40:54 +0000 (13:40 +0200)
committerKonrad Lipinski <k.lipinski2@samsung.com>
Fri, 15 Jul 2022 08:29:12 +0000 (10:29 +0200)
commit4a9f132ae366297585596e6af3a03ce6fb789696
treea9e11987bbd059a37d9a3180f7a377eb8a913e39
parent2cdc1596fc1d71b19edc5be1293912f9b7e808f4
Basic integration with sessiond

Allow ~/subsession/$light_username/apps_rw/$pkgName as legal package
directories as needed by the lightweight multiuser feature.

New paths are in force ONLY for local app installation
(for SM_APP_INSTALL_LOCAL install type in security-manager's API).

Lacks bind-mounting per-user relevant datadirs (separation of user
data). This is supposed to be added at later stage.

Change-Id: Ia042e608781c139651578475c94d4283ddf70a47
packaging/security-manager.spec
src/common/CMakeLists.txt
src/common/include/utils.h
src/common/service_impl_utils.cpp
test/CMakeLists.txt
test/test_misc.cpp