From 8ac4818b47850df0295295b98941bdce16e8f4e6 Mon Sep 17 00:00:00 2001 From: Kyuho Jo Date: Wed, 15 Apr 2015 17:32:20 +0900 Subject: [PATCH] Modification of access rights for the DB file. Change-Id: I7e4a14136cf687985d21a2c5f2275fd437043c3a Signed-off-by: Kyuho Jo --- packaging/notification.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/notification.spec b/packaging/notification.spec index 888d6e5..3a5beca 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* -- 2.7.4