Modification of access rights for the DB file.
authorKyuho Jo <kyuho.jo@samsung.com>
Wed, 15 Apr 2015 08:32:20 +0000 (17:32 +0900)
committerKyuho Jo <kyuho.jo@samsung.com>
Wed, 15 Apr 2015 08:32:20 +0000 (17:32 +0900)
Change-Id: I7e4a14136cf687985d21a2c5f2275fd437043c3a
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
packaging/notification.spec

index 888d6e5..3a5beca 100755 (executable)
@@ -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*