summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyotaek Shim <hyotaek.shim@samsung.com>2022-04-19 12:10:36 +0900
committerHyotaek Shim <hyotaek.shim@samsung.com>2022-04-19 12:20:35 +0900
commit835473ce1f517b9b4f4dd5dc922789a15d49f9de (patch)
tree4fa271eed04c1f05258594d5af6c132ab90fbb87
parentaa977f4548e8f62535b59b016d17fa4dce933cd5 (diff)
downloadsystemd-accepted/tizen_6.5_unified.tar.gz
systemd-accepted/tizen_6.5_unified.tar.bz2
systemd-accepted/tizen_6.5_unified.zip
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.in6
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