projects
/
platform
/
core
/
security
/
security-config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22ab05b
)
Reset fail state of cynara service at upgrade.
03/88103/2
accepted/tizen/common/20160919.070408
accepted/tizen/ivi/20160920.051124
accepted/tizen/mobile/20160920.051023
accepted/tizen/tv/20160920.051041
accepted/tizen/wearable/20160920.051103
submit/tizen/20160916.180719
author
Kunhoon Baik
<knhoon.baik@samsung.com>
Tue, 13 Sep 2016 10:01:03 +0000
(19:01 +0900)
committer
jooseong lee
<jooseong.lee@samsung.com>
Mon, 19 Sep 2016 00:59:05 +0000
(17:59 -0700)
Cynara is launched & failed several time before creating /var/cynara.
Thus, without reseting fail state, restarting cynara service may be failed.
This patch solves the non-deteminant cynara state issue.
Change-Id: I4ad6d928f33dcbd65bf90f5db31a05a766c11291
upgrade/10.security.upgrade.sh
patch
|
blob
|
history
diff --git
a/upgrade/10.security.upgrade.sh
b/upgrade/10.security.upgrade.sh
index 1f763a54e1785e1e41dac6e345687c2779903ba1..f42dcef38500c57043c01eba4695e4dd3515acee 100644
(file)
--- a/
upgrade/10.security.upgrade.sh
+++ b/
upgrade/10.security.upgrade.sh
@@
-98,4
+98,5
@@
chsmack -a System $SECURITY_MANAGER_DB_JOURNAL
# restart services
systemctl restart security-manager.service
+systemctl reset-failed cynara.service
systemctl restart cynara.service