From f01a0555b18267588bb30d93144833571c79f17a Mon Sep 17 00:00:00 2001 From: Sunmin Lee Date: Wed, 27 Sep 2017 11:28:04 +0900 Subject: [PATCH] Set SmackProcessLabel for offline-update service offline-update.service requires privileged smack label. Change-Id: Ie934aa7756c9cb51de4ce54e75ba3d8b77b8e8ba Signed-off-by: Sunmin Lee --- units/offline-update.service | 1 + 1 file changed, 1 insertion(+) diff --git a/units/offline-update.service b/units/offline-update.service index 0122075..cb81600 100644 --- a/units/offline-update.service +++ b/units/offline-update.service @@ -6,4 +6,5 @@ After=sysinit.target [Service] Type=oneshot +SmackProcessLabel=System::Privileged ExecStart=/usr/share/upgrade/update-init.sh -- 2.7.4