From 5a5f711ab6ca1fa0e578a058c75f5d9aac984f69 Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Wed, 17 Jan 2018 14:41:45 +0900 Subject: [PATCH] Add StepPrivilegeCompatibility at ReadonlyUpdateUninstallSteps To install internal privileges, StepPrivilegeCompatibility should be added. Change-Id: I7c6b3042d8729c78906d6982b4ce4d4239c9fa2d Signed-off-by: Sangyoon Jang --- src/wgt/wgt_installer.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wgt/wgt_installer.cc b/src/wgt/wgt_installer.cc index b2988b0..29b9bfd 100755 --- a/src/wgt/wgt_installer.cc +++ b/src/wgt/wgt_installer.cc @@ -653,6 +653,8 @@ WgtInstaller::WgtInstaller(ci::PkgMgrPtr pkgrmgr) AddStep(); AddStep(); AddStep(); + AddStep( + ci::security::StepPrivilegeCompatibility::InternalPrivType::WGT); AddStep(); AddStep(); AddStep(); -- 2.7.4