Fix wgt, hybrid installer issues 18/210818/2
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 25 Jul 2019 05:12:41 +0000 (14:12 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 2 Aug 2019 01:06:18 +0000 (01:06 +0000)
commit3bdacc87226eeef036f3759cc932d2ae9d108d74
tree5315e195d2f30ae414c6ca13d01ee57cfb656b8c
parent796718621600c3b037eae6143554ca86975cfbc7
Fix wgt, hybrid installer issues

- Signature will not be saved on requests listed below :
  Hybrid - ManifestPartialInstall, ManifestPartialUpdate
  Wgt - ReadonlyUpdateUninstall, ManifestPartialInstall,
        ManifestPartialInstall, ManifestPartialUpdate
- Change security-related steps from
  StepUpdateSecurity to StepRegisterSecurity
  for some install requests to not trying registration on readonly files
  when partial-rw option has given.

Change-Id: Id0ebad383cbfd2dab6539fff2ba85bf2971a287d
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/hybrid/hybrid_installer.cc
src/wgt/wgt_installer.cc