diff options
author | jongmyeongko <jongmyeong.ko@samsung.com> | 2017-07-10 21:47:02 +0900 |
---|---|---|
committer | jongmyeong ko <jongmyeong.ko@samsung.com> | 2017-07-11 00:45:59 +0000 |
commit | c0b81d7d4896bfcc0c0c5ffb325a89aead895af1 (patch) | |
tree | aa467ff7dc70e4b1e22ff769bb0ab58fd528e93d | |
parent | 70b935aa2c5bc324c7e43d0e52957406b70b441e (diff) | |
download | app-installers-c0b81d7d4896bfcc0c0c5ffb325a89aead895af1.tar.gz app-installers-c0b81d7d4896bfcc0c0c5ffb325a89aead895af1.tar.bz2 app-installers-c0b81d7d4896bfcc0c0c5ffb325a89aead895af1.zip |
Set User::Home label to shared/res of wgt package
The 'shared/res' feature is new one in tizen 3.0 for wgt package.
It has the purpose of sharing resoures with other packages.
For this, the proper lable is necessary.
Change-Id: I7273cfeba43946c0bb956c46ca1f680d5e1cc937
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
(cherry picked from commit 75d8f164e1cad6b24a549d8638cbac5ba42b9cd5)
-rw-r--r-- | src/common/security_registration.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/security_registration.cc b/src/common/security_registration.cc index 9d052a45..bd4b54e5 100644 --- a/src/common/security_registration.cc +++ b/src/common/security_registration.cc @@ -42,7 +42,8 @@ const std::vector<std::pair<const char*, {"tep", SECURITY_MANAGER_PATH_RO}, {".image", SECURITY_MANAGER_PATH_RO}, {"tmp", SECURITY_MANAGER_PATH_RW}, - {".mmc", SECURITY_MANAGER_PATH_RO} + {".mmc", SECURITY_MANAGER_PATH_RO}, + {"res/wgt/shared", SECURITY_MANAGER_PATH_PUBLIC_RO}, }; const std::vector<std::pair<const char*, |