summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunho Kang <hhstark.kang@samsung.com>2017-06-13 15:30:13 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2017-06-13 06:48:08 +0000
commit38faf02082f01889a75f690509d0a1632655f6f6 (patch)
tree0cefddd02a778dd04db3b9b288ab133c3078217e
parent757a22d92691a21bdf25df0e54b1290faca7f92b (diff)
downloadlibrua-38faf02082f01889a75f690509d0a1632655f6f6.tar.gz
librua-38faf02082f01889a75f690509d0a1632655f6f6.tar.bz2
librua-38faf02082f01889a75f690509d0a1632655f6f6.zip
Fix upgrade script
Change-Id: Ifc18d278a663b87c33c29cd80a2d78d2e5bb43a2 Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
-rw-r--r--scripts/503.rua_upgrade.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/503.rua_upgrade.sh b/scripts/503.rua_upgrade.sh
index 6e401ee..73e3c8b 100644
--- a/scripts/503.rua_upgrade.sh
+++ b/scripts/503.rua_upgrade.sh
@@ -29,4 +29,7 @@ chmod 644 $UPGRADE_DB_RUA_STAT
chmod 644 $UPGRADE_DB_RUA_STAT-journal
chsmack -a User::Home $UPGRADE_DB_RUA_STAT
-chsmack -a User::Home $UPGRADE_DB_RUA_STAT-journal \ No newline at end of file
+chsmack -a User::Home $UPGRADE_DB_RUA_STAT-journal
+
+chown app_fw:app_fw $UPGRADE_DB_RUA_STAT
+chown app_fw:app_fw $UPGRADE_DB_RUA_STAT-journal \ No newline at end of file