From c280d4039934405556d5e07aaa1c06bdb4ab6585 Mon Sep 17 00:00:00 2001 From: "jooseong.lee" Date: Mon, 12 May 2014 13:08:33 +0900 Subject: [PATCH] Modification about smack label of db file belong to process. [Problem] Most db files have 'floor' label. Because these are created during image creation time. Therefore no process can write the dbs (since 'floor' label allows only read and execute) [Solution] Modify smack label of the db files based on condition below referring three domain model Condition1. Assign domain of process which creates db files Condition2. Assign domain of process accesses db files. Change-Id: I5b170aeb15543df723d4bc736c4dcb872ff4d7fd Signed-off-by: jooseong.lee --- packaging/calendar-service.manifest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/calendar-service.manifest b/packaging/calendar-service.manifest index 017d22d..2d2776b 100644 --- a/packaging/calendar-service.manifest +++ b/packaging/calendar-service.manifest @@ -2,4 +2,7 @@ + + + -- 2.7.4