From: Kyuho Jo Date: Wed, 15 Apr 2015 08:32:20 +0000 (+0900) Subject: Modification of access rights for the DB file. X-Git-Tag: submit/tizen_mobile/20150515.081608~1^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ac4818b47850df0295295b98941bdce16e8f4e6;p=platform%2Fcore%2Fapi%2Fnotification.git Modification of access rights for the DB file. Change-Id: I7e4a14136cf687985d21a2c5f2275fd437043c3a Signed-off-by: Kyuho Jo --- diff --git a/packaging/notification.spec b/packaging/notification.spec index 888d6e51..3a5beca6 100755 --- a/packaging/notification.spec +++ b/packaging/notification.spec @@ -1,6 +1,6 @@ Name: notification Summary: notification library -Version: 0.2.23 +Version: 0.2.24 Release: 1 Group: TBD License: Apache @@ -168,8 +168,8 @@ fi chown :5000 /opt/dbspace/.notification.db chown :5000 /opt/dbspace/.notification.db-journal -chmod 640 /opt/dbspace/.notification.db -chmod 640 /opt/dbspace/.notification.db-journal +chmod 644 /opt/dbspace/.notification.db +chmod 644 /opt/dbspace/.notification.db-journal if [ -f /usr/lib/rpm-plugins/msm.so ] then chsmack -a 'notification::db' /opt/dbspace/.notification.db*