From: jooseong.lee Date: Fri, 9 May 2014 12:49:59 +0000 (+0900) Subject: Modification about smack label of db file belong to process. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94c9eaf242da3ddd35918c7d40979698ec063b2a;p=apps%2Fcore%2Fpreloaded%2Flibslp-alarm.git 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: I99fe44ceff2db79cfff0237e13574919580b8877 Signed-off-by: jooseong.lee --- diff --git a/packaging/libslp-alarm.spec b/packaging/libslp-alarm.spec index 764c6e9..9e5b32c 100644 --- a/packaging/libslp-alarm.spec +++ b/packaging/libslp-alarm.spec @@ -125,6 +125,7 @@ chmod 660 /opt/dbspace/.alarm.db-journal #chmod 600 /opt/dbspace/.alarm.db #chmod 600 /opt/dbspace/.alarm.db-journal +chsmack -a 'User' /opt/dbspace/.alarm.db* %postun -p /sbin/ldconfig