diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2022-04-19 12:10:36 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2022-04-19 12:20:35 +0900 |
commit | 835473ce1f517b9b4f4dd5dc922789a15d49f9de (patch) | |
tree | 4fa271eed04c1f05258594d5af6c132ab90fbb87 | |
parent | aa977f4548e8f62535b59b016d17fa4dce933cd5 (diff) | |
download | systemd-accepted/tizen_6.5_unified.tar.gz systemd-accepted/tizen_6.5_unified.tar.bz2 systemd-accepted/tizen_6.5_unified.zip |
Run booting-done.service as root:root System::Privilegedsubmit/tizen_6.5/20220420.110241accepted/tizen/6.5/unified/20220421.140833accepted/tizen_6.5_unified
booting-done.service should be privileged to be responsible for
checkpointing booting status not only for normal booting
but also for FOTA and recovery booting.
Change-Id: Ied2d9dfc12c0017107d3f97b66907e346d772c2e
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | units/booting-done.service.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/units/booting-done.service.in b/units/booting-done.service.in index 42c9a5c92f..f560ab1552 100644 --- a/units/booting-done.service.in +++ b/units/booting-done.service.in @@ -4,9 +4,9 @@ RefuseManualStart=yes RefuseManualStop=yes [Service] -User=system_fw -Group=system_fw +User=root +Group=root +SmackProcessLabel=System::Privileged ExecStart=@rootbindir@/wait-delayed-target.sh ExecStartPost=-/usr/bin/device_board_set_boot_success RemainAfterExit=yes -SmackProcessLabel=System |