From: jin-gyu.kim Date: Fri, 26 Jul 2019 06:48:10 +0000 (+0900) Subject: Add systemd delayed target related services X-Git-Tag: submit/tizen/20190726.064005~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffa146823850c8bf30f33a3d776938bc234de184;p=platform%2Fcore%2Fsecurity%2Fsecurity-config.git Add systemd delayed target related services - 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 --- diff --git a/test/new_service_test/emulator/mobile/systemd_service.list b/test/new_service_test/emulator/mobile/systemd_service.list index ea03146..6d653e0 100755 --- a/test/new_service_test/emulator/mobile/systemd_service.list +++ b/test/new_service_test/emulator/mobile/systemd_service.list @@ -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; diff --git a/test/new_service_test/emulator/tv/systemd_service.list b/test/new_service_test/emulator/tv/systemd_service.list index c3ed997..700079b 100755 --- a/test/new_service_test/emulator/tv/systemd_service.list +++ b/test/new_service_test/emulator/tv/systemd_service.list @@ -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; diff --git a/test/new_service_test/emulator/wearable/systemd_service.list b/test/new_service_test/emulator/wearable/systemd_service.list index 1757424..36bb836 100755 --- a/test/new_service_test/emulator/wearable/systemd_service.list +++ b/test/new_service_test/emulator/wearable/systemd_service.list @@ -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; diff --git a/test/new_service_test/target/mobile/systemd_service.list b/test/new_service_test/target/mobile/systemd_service.list index 7c7f6f9..642a7b4 100755 --- a/test/new_service_test/target/mobile/systemd_service.list +++ b/test/new_service_test/target/mobile/systemd_service.list @@ -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; diff --git a/test/new_service_test/target/tv/systemd_service.list b/test/new_service_test/target/tv/systemd_service.list index e2588b5..2a2e243 100755 --- a/test/new_service_test/target/tv/systemd_service.list +++ b/test/new_service_test/target/tv/systemd_service.list @@ -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; diff --git a/test/new_service_test/target/wearable/systemd_service.list b/test/new_service_test/target/wearable/systemd_service.list index d58125e..148743b 100755 --- a/test/new_service_test/target/wearable/systemd_service.list +++ b/test/new_service_test/target/wearable/systemd_service.list @@ -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;