Add systemd delayed target related services 44/210944/1
authorjin-gyu.kim <jin-gyu.kim@samsung.com>
Fri, 26 Jul 2019 06:48:10 +0000 (15:48 +0900)
committerjin-gyu.kim <jin-gyu.kim@samsung.com>
Fri, 26 Jul 2019 06:52:11 +0000 (15:52 +0900)
- delayed.service->system-delayed-target-trigger.service
- system-default-target-done.service & system-delayed-target-done.service
  : system_fw / system_fw / System and cap_dac_override to touch a flag file.

Change-Id: If7852052828a3f250deaec20b2cb843b4e012698

test/new_service_test/emulator/mobile/systemd_service.list
test/new_service_test/emulator/tv/systemd_service.list
test/new_service_test/emulator/wearable/systemd_service.list
test/new_service_test/target/mobile/systemd_service.list
test/new_service_test/target/tv/systemd_service.list
test/new_service_test/target/wearable/systemd_service.list

index ea03146ea7862e08336f51f4ee8ffa4b65ad371a..6d653e0f66a4199568a1ee4c8f880f9cd6fc4b99 100755 (executable)
@@ -22,6 +22,7 @@ bluetooth-stack-down.service;root;root;System;
 bluetooth-stack-down-with-radio.service;network_fw;network_fw;System;
 bluetooth-stack-up.service;network_fw;network_fw;System;
 bluez-start.service;network_fw;network_fw;System;
+booting-done.service;system_fw;system_fw;System;
 boot-animation.service;application;application;System;
 browser-provider.service;web_fw;web_fw;System;
 buxton2.service;buxton;buxton;System;
@@ -44,7 +45,6 @@ cynara.service;cynara;cynara;System;
 data-provider-master.service;app_fw;app_fw;System;
 dbus.service;dbus;dbus;System;
 debug-shell.service;root;root;System;
-delayed.service;root;root;System;
 device-certificate-manager.service;security_fw;security_fw;System;
 device-policy-manager.service;security_fw;security_fw;System;
 device-policy-syspopup.service;security_fw;security_fw;System;
@@ -124,6 +124,9 @@ stc-manager.service;root;root;System;
 storaged.service;root;root;System::Privileged;
 swap_manager.service;system_fw;system_fw;System;
 sys-kernel-tracing.service;system_fw;system_fw;System;
+system-default-target-done.service;system_fw;system_fw;System;
+system-delayed-target-done.service;system_fw;system_fw;System;
+system-delayed-target-trigger.service;root;root;System;
 system-popup.service;system_fw;system_fw;System;
 systemd-ask-password-console.service;root;root;System;
 systemd-ask-password-wall.service;root;root;System;
index c3ed997ce9e7e1af2c7ccca1fb5d01a69d1e81d2..700079bd2f851bb02177703327c51b5210b039aa 100755 (executable)
@@ -17,6 +17,7 @@ bluetooth-share-start.service;network_fw;network_fw;System;
 bluetooth-stack-down.service;root;root;System;
 bluetooth-stack-up.service;network_fw;network_fw;System;
 bluez-start.service;network_fw;network_fw;System;
+booting-done.service;system_fw;system_fw;System;
 browser-provider.service;web_fw;web_fw;System;
 buxton2.service;buxton;buxton;System;
 capmgr.service;app_fw;app_fw;System;
@@ -34,7 +35,6 @@ cynara.service;cynara;cynara;System;
 data-provider-master.service;app_fw;app_fw;System;
 dbus.service;dbus;dbus;System;
 debug-shell.service;root;root;System;
-delayed.service;root;root;System;
 device-certificate-manager.service;security_fw;security_fw;System;
 device-policy-manager.service;security_fw;security_fw;System;
 device-policy-syspopup.service;security_fw;security_fw;System;
@@ -105,6 +105,9 @@ stc-manager.service;root;root;System;
 storaged.service;root;root;System::Privileged;
 swap_manager.service;system_fw;system_fw;System;
 sys-kernel-tracing.service;system_fw;system_fw;System;
+system-default-target-done.service;system_fw;system_fw;System;
+system-delayed-target-done.service;system_fw;system_fw;System;
+system-delayed-target-trigger.service;root;root;System;
 systemd-ask-password-console.service;root;root;System;
 systemd-ask-password-wall.service;root;root;System;
 systemd-binfmt.service;root;root;System;
index 17574244f31997fd5f7196ec909306607c329506..36bb83627077f5098756e7bf1342f760dedaf434 100755 (executable)
@@ -17,6 +17,7 @@ bluetooth-share-start.service;network_fw;network_fw;System;
 bluetooth-stack-down.service;root;root;System;
 bluetooth-stack-up.service;network_fw;network_fw;System;
 bluez-start.service;network_fw;network_fw;System;
+booting-done.service;system_fw;system_fw;System;
 boot-animation.service;application;application;System;
 buxton2.service;buxton;buxton;System;
 callmgr.service;telephony;telephony;System;
@@ -36,7 +37,6 @@ cynara.service;cynara;cynara;System;
 data-provider-master.service;app_fw;app_fw;System;
 dbus.service;dbus;dbus;System;
 debug-shell.service;root;root;System;
-delayed.service;root;root;System;
 device-certificate-manager.service;security_fw;security_fw;System;
 device-policy-manager.service;security_fw;security_fw;System;
 device-policy-syspopup.service;security_fw;security_fw;System;
@@ -118,6 +118,9 @@ stc-manager.service;root;root;System;
 storaged.service;root;root;System::Privileged;
 swap_manager.service;system_fw;system_fw;System;
 sys-kernel-tracing.service;system_fw;system_fw;System;
+system-default-target-done.service;system_fw;system_fw;System;
+system-delayed-target-done.service;system_fw;system_fw;System;
+system-delayed-target-trigger.service;root;root;System;
 system-popup.service;system_fw;system_fw;System;
 systemd-ask-password-console.service;root;root;System;
 systemd-ask-password-wall.service;root;root;System;
index 7c7f6f9c9dd5716e6dc816bbbd09e9061b9c7f9c..642a7b4611fe1270916a9f7172b10c6c0a4f330b 100755 (executable)
@@ -24,6 +24,7 @@ bluetooth-stack-down.service;root;root;System;
 bluetooth-stack-down-with-radio.service;network_fw;network_fw;System;
 bluetooth-stack-up.service;network_fw;network_fw;System;
 bluez-start.service;network_fw;network_fw;System;
+booting-done.service;system_fw;system_fw;System;
 boot-animation.service;application;application;System;
 browser-provider.service;web_fw;web_fw;System;
 buxton2.service;buxton;buxton;System;
@@ -46,7 +47,6 @@ cynara.service;cynara;cynara;System;
 data-provider-master.service;app_fw;app_fw;System;
 dbus.service;dbus;dbus;System;
 debug-shell.service;root;root;System;
-delayed.service;root;root;System;
 device-certificate-manager.service;security_fw;security_fw;System;
 device-policy-manager.service;security_fw;security_fw;System;
 device-policy-syspopup.service;security_fw;security_fw;System;
@@ -126,6 +126,9 @@ stc-manager.service;root;root;System;
 storaged.service;root;root;System::Privileged;
 swap_manager.service;system_fw;system_fw;System;
 sys-kernel-tracing.service;system_fw;system_fw;System;
+system-default-target-done.service;system_fw;system_fw;System;
+system-delayed-target-done.service;system_fw;system_fw;System;
+system-delayed-target-trigger.service;root;root;System;
 system-popup.service;system_fw;system_fw;System;
 systemd-ask-password-console.service;root;root;System;
 systemd-ask-password-wall.service;root;root;System;
index e2588b51a7f2016b1a1ad21a7b6d5797a6bb3d89..2a2e2431b49e0c717c41e724d351fff3c2821dbc 100755 (executable)
@@ -17,6 +17,7 @@ bluetooth-share-start.service;network_fw;network_fw;System;
 bluetooth-stack-down.service;root;root;System;
 bluetooth-stack-up.service;network_fw;network_fw;System;
 bluez-start.service;network_fw;network_fw;System;
+booting-done.service;system_fw;system_fw;System;
 browser-provider.service;web_fw;web_fw;System;
 buxton2.service;buxton;buxton;System;
 capmgr.service;app_fw;app_fw;System;
@@ -35,7 +36,6 @@ cynara.service;cynara;cynara;System;
 data-provider-master.service;app_fw;app_fw;System;
 dbus.service;dbus;dbus;System;
 debug-shell.service;root;root;System;
-delayed.service;root;root;System;
 device-certificate-manager.service;security_fw;security_fw;System;
 device-policy-manager.service;security_fw;security_fw;System;
 device-policy-syspopup.service;security_fw;security_fw;System;
@@ -103,6 +103,9 @@ stc-iptables.service;network_fw;network_fw;System;
 stc-manager.service;root;root;System;
 storaged.service;root;root;System::Privileged;
 sys-kernel-tracing.service;system_fw;system_fw;System;
+system-default-target-done.service;system_fw;system_fw;System;
+system-delayed-target-done.service;system_fw;system_fw;System;
+system-delayed-target-trigger.service;root;root;System;
 systemd-ask-password-console.service;root;root;System;
 systemd-ask-password-wall.service;root;root;System;
 systemd-binfmt.service;root;root;System;
index d58125edc76de9c05b90b8eb6b95dbdb5abdfbf8..148743bdf13ff56e76d0a44460a93ee6b2953ea4 100755 (executable)
@@ -19,6 +19,7 @@ bluetooth-share-start.service;network_fw;network_fw;System;
 bluetooth-stack-down.service;root;root;System;
 bluetooth-stack-up.service;network_fw;network_fw;System;
 bluez-start.service;network_fw;network_fw;System;
+booting-done.service;system_fw;system_fw;System;
 boot-animation.service;application;application;System;
 buxton2.service;buxton;buxton;System;
 callmgr.service;telephony;telephony;System;
@@ -38,7 +39,6 @@ cynara.service;cynara;cynara;System;
 data-provider-master.service;app_fw;app_fw;System;
 dbus.service;dbus;dbus;System;
 debug-shell.service;root;root;System;
-delayed.service;root;root;System;
 device-certificate-manager.service;security_fw;security_fw;System;
 device-policy-manager.service;security_fw;security_fw;System;
 device-policy-syspopup.service;security_fw;security_fw;System;
@@ -116,6 +116,9 @@ stc-manager.service;root;root;System;
 storaged.service;root;root;System::Privileged;
 swap_manager.service;system_fw;system_fw;System;
 sys-kernel-tracing.service;system_fw;system_fw;System;
+system-default-target-done.service;system_fw;system_fw;System;
+system-delayed-target-done.service;system_fw;system_fw;System;
+system-delayed-target-trigger.service;root;root;System;
 system-popup.service;system_fw;system_fw;System;
 systemd-ask-password-console.service;root;root;System;
 systemd-ask-password-wall.service;root;root;System;