From: Mateusz Moscicki Date: Wed, 15 May 2024 11:21:11 +0000 (+0200) Subject: Change the smack label for data-checkpoint.service X-Git-Tag: accepted/tizen/unified/20240606.161520^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1755493f3c7efcbe9b15a2d464cdd27c1a3d868;p=platform%2Fcore%2Fsystem%2Fupgrade.git Change the smack label for data-checkpoint.service The service needs a higher permission to set a proper smack label "_" on the target directory ("/opt"). Change-Id: Ifab76559dd0b3b0d930f164f492c56aa52d9afd5 --- diff --git a/scripts/rw-upgrade/data-checkpoint.service.in b/scripts/rw-upgrade/data-checkpoint.service.in index 2f373fc..e2a4a36 100644 --- a/scripts/rw-upgrade/data-checkpoint.service.in +++ b/scripts/rw-upgrade/data-checkpoint.service.in @@ -10,7 +10,7 @@ ExecStart=@UPGRADE_SCRIPTS_DIR@/update-checkpoint-create.sh RemainAfterExit=yes StandardOutput=journal+console StandardError=journal+console -SmackProcessLabel=System +SmackProcessLabel=System::Privileged [Install] WantedBy=data-checkpoint.target