summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjooseong.lee <jooseong.lee@samsung.com>2014-05-09 18:05:49 +0900
committerjooseong lee <jooseong.lee@samsung.com>2014-05-09 02:05:33 -0700
commit613e33a194a4c5f8eeb1022073e73248afcf6c77 (patch)
treea009b84424bc8564b15181e00583b632872c35bc
parent53e94cc3334281ddfe622dabd9915a4273010050 (diff)
downloadsyspopup-613e33a194a4c5f8eeb1022073e73248afcf6c77.tar.gz
syspopup-613e33a194a4c5f8eeb1022073e73248afcf6c77.tar.bz2
syspopup-613e33a194a4c5f8eeb1022073e73248afcf6c77.zip
[Problem] Most db files have 'floor' label. Because these are created when binary is built. No process can write db (since 'floor' label allows only read and execute) [Solution] Modify smack label based on below condition and three domain model Condition1. Assign domain of process creates db files Condition2. Assign domain of process uses db files. Change-Id: I8668afceb84a1f1d68b2714e5d0ca6c64f23b6e4 Signed-off-by: jooseong.lee <jooseong.lee@samsung.com>
-rw-r--r--packaging/syspopup.manifest3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/syspopup.manifest b/packaging/syspopup.manifest
index c00c25b..8a4d6e2 100644
--- a/packaging/syspopup.manifest
+++ b/packaging/syspopup.manifest
@@ -2,4 +2,7 @@
<request>
<domain name="_" />
</request>
+ <assign>
+ <filesystem path="/opt/dbspace/.syspopup.db*" label="System" />
+ </assign>
</manifest>