From 94c9eaf242da3ddd35918c7d40979698ec063b2a Mon Sep 17 00:00:00 2001 From: "jooseong.lee" Date: Fri, 9 May 2014 21:49:59 +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: I99fe44ceff2db79cfff0237e13574919580b8877 Signed-off-by: jooseong.lee --- packaging/libslp-alarm.spec | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4