projects
/
platform
/
core
/
appfw
/
librua.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
757a22d
)
Fix upgrade script
90/133690/1
author
Hyunho Kang
<hhstark.kang@samsung.com>
Tue, 13 Jun 2017 06:30:13 +0000
(15:30 +0900)
committer
Hyunho Kang
<hhstark.kang@samsung.com>
Tue, 13 Jun 2017 06:48:08 +0000
(06:48 +0000)
Change-Id: Ifc18d278a663b87c33c29cd80a2d78d2e5bb43a2
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
scripts/503.rua_upgrade.sh
patch
|
blob
|
history
diff --git
a/scripts/503.rua_upgrade.sh
b/scripts/503.rua_upgrade.sh
index
6e401ee
..
73e3c8b
100644
(file)
--- 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