From 0628e40b04e050caa01f7f0276546a63f5bcb38e Mon Sep 17 00:00:00 2001 From: Youmin Ha Date: Mon, 17 Aug 2015 19:33:26 +0900 Subject: [PATCH] Change installer's subject SMACK label to System Both global and per-user pkg DB files have SMACK label as System::Shared, which allows User labeled subjects to read, and System labeled subjects to read/write. To write pkg DB files, the SMACK label of the app installers is changed to System. Note that the global pkg DB files in /usr/dbspace/ are still protected with DAC, as their owner is tizenglobalapp. Change-Id: Ie193da8901a296e6489c4927ac4a0d3510b741f7 Signed-off-by: Youmin Ha --- packaging/tpk-backend.manifest | 2 +- packaging/wgt-backend.manifest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/tpk-backend.manifest b/packaging/tpk-backend.manifest index 925f49b..2e74c2c 100644 --- a/packaging/tpk-backend.manifest +++ b/packaging/tpk-backend.manifest @@ -3,6 +3,6 @@ - + diff --git a/packaging/wgt-backend.manifest b/packaging/wgt-backend.manifest index 55125da..41399fb 100644 --- a/packaging/wgt-backend.manifest +++ b/packaging/wgt-backend.manifest @@ -3,6 +3,6 @@ - + -- 2.7.4