- Use unified csv files for maintaining systemd unit tests.
- create_list.sh creates lists per profiles.
- Even after this is applied, the target has the same list as before.
Change-Id: I88b76f92e33f167b772a06a5a5d6ed97e1a1bc52
ln -s %{SECURITY_TEST_DIR} /opt/share/security-config/test
touch /opt/share/security-config/dummy_file
chmod 600 /opt/share/security-config/dummy_file
-mv %{SECURITY_TEST_DIR}/new_service_test/list/common/* %{SECURITY_TEST_DIR}/new_service_test/
+%{SECURITY_TEST_DIR}/new_service_test/create_list.sh COMMON
#TODO: profile_common rpm is not existed.
# This means, onlycap list is not included in common profile image.
# 2. Include onlycap list in security-config main rpm, and guide deleting it to the product team if not needed.
%post profile_mobile
-mv %{SECURITY_TEST_DIR}/new_service_test/list/mobile/* %{SECURITY_TEST_DIR}/new_service_test/
-rm -rf %{SECURITY_TEST_DIR}/new_service_test/list/
rm -f /opt/share/askuser_disable
mv /usr/share/security-config/mount_list/mobile/additional_mount_list /usr/share/security-config/additional_mount_list
rm -r /usr/share/security-config/mount_list/
chsmack -a "System::NoUse" /etc/smack/onlycap
+%{SECURITY_TEST_DIR}/new_service_test/create_list.sh MOBILE
%post profile_wearable
-mv %{SECURITY_TEST_DIR}/new_service_test/list/wearable/* %{SECURITY_TEST_DIR}/new_service_test/
-rm -rf %{SECURITY_TEST_DIR}/new_service_test/list/
rm -f /opt/share/askuser_disable
mv /usr/share/security-config/mount_list/wearable/additional_mount_list /usr/share/security-config/additional_mount_list
rm -r /usr/share/security-config/mount_list/
chsmack -a "System::NoUse" /etc/smack/onlycap
+%{SECURITY_TEST_DIR}/new_service_test/create_list.sh WEARABLE
%post profile_tv
-mv %{SECURITY_TEST_DIR}/new_service_test/list/tv/* %{SECURITY_TEST_DIR}/new_service_test/
-rm -r %{SECURITY_TEST_DIR}/new_service_test/list/
mv /usr/share/security-config/mount_list/tv/additional_mount_list /usr/share/security-config/additional_mount_list
rm -r /usr/share/security-config/mount_list/
chsmack -a "System::NoUse" /etc/smack/onlycap
+%{SECURITY_TEST_DIR}/new_service_test/create_list.sh TV
%post profile_iot_headed
-mv %{SECURITY_TEST_DIR}/new_service_test/list/iot/* %{SECURITY_TEST_DIR}/new_service_test/
-rm -rf %{SECURITY_TEST_DIR}/new_service_test/list/
rm -f /opt/share/askuser_disable
mv /usr/share/security-config/mount_list/iot/additional_mount_list /usr/share/security-config/additional_mount_list
rm -r /usr/share/security-config/mount_list/
chsmack -a "System::NoUse" /etc/smack/onlycap
+%{SECURITY_TEST_DIR}/new_service_test/create_list.sh IOT
%post profile_iot_headless
-mv %{SECURITY_TEST_DIR}/new_service_test/list/iot/* %{SECURITY_TEST_DIR}/new_service_test/
-rm -rf %{SECURITY_TEST_DIR}/new_service_test/list/
mv /usr/share/security-config/mount_list/iot/additional_mount_list /usr/share/security-config/additional_mount_list
rm -r /usr/share/security-config/mount_list/
chsmack -a "System::NoUse" /etc/smack/onlycap
+%{SECURITY_TEST_DIR}/new_service_test/create_list.sh IOT
%files
%manifest %{_datadir}/%{name}.manifest
%attr(-,root,root) %{_unitdir}/security-config.service
%attr(-,root,root) %{_unitdir}/multi-user.target.wants/security-config.service
%attr(755,root,root) /usr/share/security-config/smack_default_labeling
-%attr(755,root,root) %{SECURITY_TEST_DIR}/new_service_test/list/mobile/*
%attr(644,root,root) /usr/share/security-config/mount_list/mobile/*
%attr(644,root,root) /etc/smack/onlycap
%attr(-,root,root) %{_unitdir}/security-config.service
%attr(-,root,root) %{_unitdir}/multi-user.target.wants/security-config.service
%attr(755,root,root) /usr/share/security-config/smack_default_labeling
-%attr(755,root,root) %{SECURITY_TEST_DIR}/new_service_test/list/wearable/*
%attr(644,root,root) /usr/share/security-config/mount_list/wearable/*
%attr(644,root,root) /etc/smack/onlycap
%attr(-,root,root) %{_unitdir}/security-config.service
%attr(-,root,root) %{_unitdir}/multi-user.target.wants/security-config.service
%attr(755,root,root) /usr/share/security-config/smack_default_labeling
-%attr(755,root,root) %{SECURITY_TEST_DIR}/new_service_test/list/tv/*
%attr(644,root,root) /usr/share/security-config/mount_list/tv/*
%attr(644,root,root) /etc/smack/onlycap
%attr(-,root,root) %{_unitdir}/security-config.service
%attr(-,root,root) %{_unitdir}/multi-user.target.wants/security-config.service
%attr(755,root,root) /usr/share/security-config/smack_default_labeling
-%attr(755,root,root) %{SECURITY_TEST_DIR}/new_service_test/list/iot/*
%attr(644,root,root) /usr/share/security-config/mount_list/iot/*
%attr(644,root,root) /etc/smack/onlycap
%attr(-,root,root) %{_unitdir}/security-config.service
%attr(-,root,root) %{_unitdir}/multi-user.target.wants/security-config.service
%attr(755,root,root) /usr/share/security-config/smack_default_labeling
-%attr(755,root,root) %{SECURITY_TEST_DIR}/new_service_test/list/iot/*
%attr(644,root,root) /usr/share/security-config/mount_list/iot/*
%attr(644,root,root) /etc/smack/onlycap
FILE(GLOB SHELL_SCRIPT *.sh)
FILE(GLOB TEST_UTIL systemd_test_util)
+FILE(GLOB LIST *.list)
+FILE(GLOB CSV *.csv)
-SET(EMULATOR_LISTS ${CMAKE_SOURCE_DIR}/test/new_service_test/emulator/)
-SET(TARGET_LISTS ${CMAKE_SOURCE_DIR}/test/new_service_test/target/)
-
-IF(("${ARCH}" STREQUAL "arm") OR ("${ARCH}" STREQUAL "aarch64"))
- INSTALL(DIRECTORY
- ${TARGET_LISTS}
- DESTINATION
- /usr/share/security-config/test/new_service_test/list)
-ELSEIF(("${ARCH}" STREQUAL "i386") OR ("${ARCH}" STREQUAL "x86_64"))
- INSTALL(DIRECTORY
- ${EMULATOR_LISTS}
- DESTINATION
- /usr/share/security-config/test/new_service_test/list)
-ENDIF()
INSTALL(FILES
${SHELL_SCRIPT}
${TEST_UTIL}
+ ${LIST}
+ ${CSV}
DESTINATION
/usr/share/security-config/test/new_service_test
)
result_file="$result_dir/system_service.result"
log_file="$log_dir/system_service.log"
-systemd_service_list="$cur_dir/systemd_service.list"
# function to check whether it is included in systemd list files (system session)
# args : $1 - service file path, $2 - uid, $3 - gid, $4 - smacklabel
result_file="$result_dir/systemd_socket.result"
log_file="$log_dir/systemd_socket.log"
-system_socket_list="$cur_dir/system_socket.list"
# function to check whether it is included in systemd socket list file
# args : $1 - socket unit path, $2 - SocketUser, $3 - SocketGroup, $4 - SocketMode, $5 - $SmackLabelIPIn, $6 - $SmackLabelIPOut
function check_systemd_socket
{
socket_name=$(echo $1 | rev | cut -f1 -d "/" | rev)
- result=$(cat $system_socket_list | grep -F ";$socket_name;$2;$3;$4;$5;$6;")
+ result=$(cat $systemd_socket_list | grep -F ";$socket_name;$2;$3;$4;$5;$6;")
if [ "$result" == "" ]
then
echo "Not permitted Systemd Unit Socket : $socket_name"
--- /dev/null
+#!/bin/bash
+
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
+
+source /usr/share/security-config/test/new_service_test/systemd_test_util
+
+PROFILE=$1
+if [ "$(cat /etc/tizen-build.conf | grep TZ_BUILD_REPO | cut -d "=" -f2)" == "emulator" ]
+then
+ PROFILE+="_EMUL"
+fi
+
+if [ -e "$systemd_service_list" ]
+then
+ rm $systemd_service_list
+fi
+
+if [ -e "$systemd_socket_list" ]
+then
+ rm $systemd_socket_list
+fi
+
+sed 1d $systemd_service_list_csv | while IFS=, read -r SERVICE_NAME USER GROUP SMACK COMMON IOT WEARABLE MOBILE TV COMMON_EMUL IOT_EMUL WEARABLE_EMUL MOBILE_EMUL TV_EMUL
+do
+ if [ "${!PROFILE}" == "1" ]
+ then
+ echo ";$SERVICE_NAME;$USER;$GROUP;$SMACK;" >> $systemd_service_list
+ fi
+done
+
+sed 1d $systemd_socket_list_csv | while IFS=, read -r SOCKET_NAME USER GROUP MODE SMACK_IP_IN SMACK_IP_OUT COMMON IOT WEARABLE MOBILE TV COMMON_EMUL IOT_EMUL WEARABLE_EMUL MOBILE_EMUL TV_EMUL
+do
+ if [ "${!PROFILE}" == "1" ]
+ then
+ echo ";$SOCKET_NAME;$USER;$GROUP;$MODE;$SMACK_IP_IN;$SMACK_IP_OUT;" >> $systemd_socket_list
+ fi
+done
+
--- /dev/null
+org.tizen.voice.ttsnotiserver.service
+org.tizen.voice.ttssrserver.service
+org.tizen.voice.ttsinterruptserver.service
+org.tizen.voice.ttsserver.service
+# last line
+++ /dev/null
-org.tizen.voice.ttsnotiserver.service
-org.tizen.voice.ttssrserver.service
-org.tizen.voice.ttsinterruptserver.service
-org.tizen.voice.ttsserver.service
-# last line
+++ /dev/null
-;sdbd_tcp.socket;;;;*;@;
-;connman.socket;;;;*;@;
-;systemd-udevd-kernel.socket;;;;;;
-;device-certificate-manager.socket;;;0777;*;@;
-;nfc-manager.socket;;;0777;*;@;
-;cynara-admin.socket;;;0700;@;@;
-;auth-fw-passwd-reset.socket;security_fw;security_fw;0777;*;@;
-;central-key-manager-api-ocsp.socket;;;0777;*;@;
-;msg-server.socket;messaging;messaging;;;;
-;buxton2.socket;;;0777;*;@;
-;device-policy-manager.socket;security_fw;security_fw;0777;*;@;
-;ac.socket;;;0777;;;
-;csr-cs.socket;;;0777;*;@;
-;auth-fw-passwd-check.socket;security_fw;security_fw;0777;*;@;
-;systemd-journald-audit.socket;;;;;;
-;tef-simulator-debugproxy.socket;sdk;security_fw;0660;System::TEF;@;
-;browser-provider.socket;;;0777;;;
-;auth-fw-passwd-policy.socket;security_fw;security_fw;0777;*;@;
-;systemd-udevd-control.socket;;;0600;;;
-;download-provider.socket;;;0777;;;
-;cert-server.socket;security_fw;security_fw;0777;;;
-;ode.socket;;;;*;@;
-;csr-admin.socket;;;0777;*;@;
-;swap_manager.socket;owner;users;;*;@;
-;syslog.socket;;;0666;;;
-;security-manager.socket;;;0777;*;@;
-;tef-simulator.socket;;priv_tee_client;0060;System;@;
-;tef-simulator.socket;;;0770;*;@;
-;systemd-journald-dev-log.socket;;;0666;;;
-;audit-trail.socket;security_fw;security_fw;0755;*;@;
-;auth-fw-passwd-set.socket;security_fw;security_fw;0777;*;@;
-;central-key-manager-api-encryption.socket;;;0777;*;@;
-;sdbd.socket;;;;;;
-;csr-wp.socket;;;0777;*;@;
-;cynara.socket;;;0777;*;@;
-;mediacontroller.socket;multimedia_fw;multimedia_fw;;;;
-;central-key-manager-api-control.socket;;;0777;*;@;
-;usb-host-test.socket;;;;;;
-;systemd-journald.socket;;;0666;;;
-;privacy-guard-server.socket;security_fw;security_fw;0777;;;
-;cynara-monitor-get.socket;;security_fw;0060;@;@;
-;dbus.socket;;;;*;@;
-;cynara-agent.socket;;security_fw;0060;*;@;
-;central-key-manager-api-storage.socket;;;0777;*;@;
-;sensord.socket;sensor;input;0777;*;@;
-;systemd-initctl.socket;;;0600;;;
-;cert-checker.socket;security_fw;security_fw;0777;;;
-;mtp-responder-dummy.socket;;;;;;
-;mdnsd.socket;;;0777;;;
-;pkgmgr-info.socket;;;0666;*;@;
-;resourced.socket;;;0777;*;@;
-# last line
+++ /dev/null
-;ac.service;app_fw;app_fw;System;
-;accounts-service.service;service_fw;service_fw;System;
-;actd.service;root;root;System;
-;alarm-server.service;app_fw;app_fw;System;
-;app2sd-server.service;root;root;System;
-;asp-manager.service;network_fw;network_fw;System;
-;audio-aec.service;multimedia_fw;multimedia_fw;System;
-;audit-trail.service;security_fw;security_fw;System;
-;auth-fw.service;security_fw;security_fw;System;
-;bluetooth-address.service;network_fw;network_fw;System;
-;bluetooth-force-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-frwk.service;network_fw;network_fw;System;
-;bluetooth-frwk-core.service;network_fw;network_fw;System;
-;bluetooth-hci-down.service;network_fw;network_fw;System;
-;bluetooth-hci-dump@.service;network_fw;network_fw;System;
-;bluetooth-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-hci-logger-stop.service;network_fw;network_fw;System;
-;bluetooth-hci-up.service;network_fw;network_fw;System;
-;bluetooth-map-agent.service;network_fw;network_fw;System;
-;bluetooth-pbap-agent.service;network_fw;network_fw;System;
-;bluetooth-share.service;network_fw;network_fw;System;
-;bluetooth-share-start.service;network_fw;network_fw;System;
-;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;root;root;System;
-;boot-animation.service;application;application;System;
-;browser-provider.service;web_fw;web_fw;System;
-;bugreport.service;crash_worker;crash_worker;System::Privileged;
-;buxton2.service;buxton;buxton;System;
-;callmgr.service;telephony;telephony;System;
-;capi-ui-sticker.service;ui_fw;ui_fw;System;
-;capmgr.service;app_fw;app_fw;System;
-;central-key-manager.service;key-manager;security_fw;System;
-;cert-checker.service;security_fw;security_fw;System;
-;cert-server.service;security_fw;security_fw;System;
-;chromium-efl.service;root;root;System::Privileged;
-;chromium-efl-install.service;web_fw;web_fw;System;
-;chromium-efl-update.service;root;root;System::Privileged;
-;clone_partitions.service;root;root;System;
-;clone_partitions_recovery.service;root;root;System;
-;connman-vpn.service;network_fw;network_fw;System;
-;connman.service;network_fw;network_fw;System;
-;console-getty.service;root;root;System;
-;console-shell.service;root;root;System;
-;container-getty@.service;root;root;System;
-;contextd.service;service_fw;service_fw;System;
-;csr.service;security_fw;security_fw;System;
-;cynara.service;cynara;cynara;System;
-;data-checkpoint.service;root;root;System;
-;data-provider-master.service;app_fw;app_fw;System;
-;dbus.service;dbus;dbus;System;
-;debug-shell.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;
-;deviced.service;root;root;System::Privileged;
-;deviced-request-shutdown@.service;system_fw;system_fw;System;
-;display-manager.service;root;root;System;
-;display-manager-monitor.service;graphic_fw;graphic_fw;System;
-;dlog_cleanup.service;log;log;System;
-;dlog_logger.service;log;log;System;
-;download-provider.service;web_fw;web_fw;System;
-;dummyasm.service;service_fw;service_fw;System;
-;dumpsys-service.service;log;log;System;
-;dump_systemstate.service;crash_worker;crash_worker;System;
-;edge-orchestration.service;system_fw;system_fw;System;
-;emergency.service;root;root;System;
-;emergency-target-holder.service;system_fw;system_fw;System;
-;emuld.service;root;root;System::Privileged;
-;emul-common-preinit.service;service_fw;service_fw;System;
-;emul-setup-audio-volume.service;service_fw;service_fw;System;
-;engine-loader.service;ui_fw;ui_fw;System;
-;esd.service;app_fw;app_fw;System;
-;faultd.service;root;root;System;
-;feedbackd.service;system_fw;system_fw;System;
-;fido.service;service_fw;service_fw;System;
-;fido-asm.service;service_fw;service_fw;System;
-;fido-bt-roaming-agent.service;service_fw;service_fw;System;
-;focus-server.service;multimedia_fw;multimedia_fw;System;
-;getty@.service;root;root;User::Shell;
-;gumd.service;root;root;System::Privileged;
-;gumd.service;root;root;System;
-;hal-rpmdb-checker.service;system_fw;system_fw;System;
-;init-update.service;root;root;System::Privileged;
-;initrd-cleanup.service;root;root;System;
-;initrd-parse-etc.service;root;root;System;
-;initrd-switch-root.service;root;root;System;
-;initrd-udevadm-cleanup-db.service;root;root;System;
-;inm-manager.service;network_fw;network_fw;System;
-;kmod-static-nodes.service;root;root;System;
-;krate.service;root;root;System;
-;lbs-server.service;location;location;System;
-;ldconfig.service;root;root;System;
-;license-manager-agent.service;security_fw;security_fw;System;
-;log_dump.service;root;root;System;
-;log_dump.service;system_fw;system_fw;System; # conditionaly used
-;mdgd.service;network_fw;network_fw;System;
-;mdnsd.service;network_fw;network_fw;System;
-;media-server.service;multimedia_fw;multimedia_fw;System;
-;mediacontroller.service;multimedia_fw;multimedia_fw;System;
-;mm-resource-managerd.service;multimedia_fw;multimedia_fw;System;
-;mobileap-agent.service;network_fw;network_fw;System;
-;modes.service;system_fw;system_fw;System;
-;msg-server.service;messaging;messaging;System;
-;mtp-responder-dummy.service;network_fw;network_fw;System;
-;murphyd.service;multimedia_fw;multimedia_fw;System;
-;muse-server.service;multimedia_fw;multimedia_fw;System;
-;net-config.service;network_fw;network_fw;System;
-;nether.service;security_fw;security_fw;System;
-;nfc-manager.service;network_fw;network_fw;System;
-;nsjail.service;root;root;System::Privileged;
-;ode.service;root;root;System::Privileged;
-;ode-progress-ui@.service;application;application;System;
-;offline-update.service;root;root;System::Privileged;
-;opt-usr-fsck.service;system_fw;disk;System;
-;package-manager.service;app_fw;app_fw;System::Privileged;
-;package-recovery.service;app_fw;app_fw;System::Privileged;
-;pass.service;system_fw;system_fw;System;
-;peripheral-bus.service;system_fw;system_fw;System;
-;phonenumber-utils.service;service_fw;service_fw;System;
-;pkg-db-recovery.service;root;root;System::Privileged;
-;pkgdir-tool.service;app_fw;app_fw;System;
-;pkgmgr-info.service;app_fw;app_fw;System;
-;privacy-guard-server.service;security_fw;security_fw;System;
-;pulseaudio.service;root;root;System;
-;pushd.service;service_fw;service_fw;System;
-;quotaon.service;root;root;System;
-;ramdisk-flush.service;system_fw;disk;System;
-;recovery.service;root;root;System;
-;recovery-reboot.service;root;root;System;
-;rescue.service;root;root;System;
-;resize2fs@.service;root;root;System;
-;resourced.service;root;root;System;
-;rndis.service;network_fw;network_fw;System;
-;scmirroring.server.service;multimedia_fw;multimedia_fw;System;
-;sdbd.service;sdk;sdk;System;
-;sdbd_tcp.service;sdk;sdk;System;
-;security-config.service;root;root;System::Privileged;
-;security-manager-cleanup.service;root;root;System::Privileged;
-;security-manager-rules-loader.service;root;root;System::Privileged;
-;security-manager.service;root;root;System::Privileged;
-;sensord.service;sensor;input;System;
-;serial-getty@.service;root;root;User::Shell;
-;sessiond.service;root;root;System::Privileged;
-;shutdown-animation.service;application;application;System;
-;sound-server.service;multimedia_fw;multimedia_fw;System;
-;stability-monitor.service;stability_monitor;stability_monitor;System;
-;stc-iptables.service;network_fw;network_fw;System;
-;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;
-;system-update-cleanup.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;
-;systemd-boot-check-no-failures.service;root;root;System;
-;systemd-exit.service;root;root;System;
-;systemd-fsck-root.service;root;root;System;
-;systemd-fsck@.service;root;root;System;
-;systemd-halt.service;root;root;System;
-;systemd-hibernate-resume@.service;root;root;System;
-;systemd-hibernate.service;root;root;System;
-;systemd-hwdb-update.service;root;root;System;
-;systemd-hybrid-sleep.service;root;root;System;
-;systemd-initctl.service;root;root;System;
-;systemd-journal-catalog-update.service;root;root;System;
-;systemd-journal-flush.service;root;root;System;
-;systemd-journald.service;root;root;System;
-;systemd-kexec.service;root;root;System;
-;systemd-localed.service;root;root;System;
-;systemd-logind.service;root;root;System::Privileged;
-;systemd-machine-id-commit.service;root;root;System;
-;systemd-modules-load.service;root;root;System;
-;systemd-nspawn@.service;root;root;System;
-;systemd-poweroff.service;root;root;System;
-;systemd-quotacheck.service;root;root;System;
-;systemd-reboot.service;root;root;System;
-;systemd-remount-fs.service;root;root;System;
-;systemd-suspend.service;root;root;System;
-;systemd-sysctl.service;root;root;System;
-;systemd-tmpfiles-setup-dev.service;root;root;System::Privileged;
-;systemd-tmpfiles-setup.service;root;root;System::Privileged;
-;systemd-udev-settle.service;root;root;System;
-;systemd-udev-trigger.service;root;root;System;
-;systemd-udevd.service;root;root;System::Privileged;
-;systemd-update-done.service;root;root;System;
-;systemd-update-utmp-runlevel.service;root;root;System;
-;systemd-update-utmp.service;root;root;System;
-;systemd-user-sessions.service;root;root;System;
-;systemd-vconsole-setup.service;root;root;System;
-;tef-simulator.service;security_fw;security_fw;System::TEF;
-;telephony-daemon.service;telephony;telephony;System;
-;telephony-dongle.service;telephony;telephony;System;
-;tizen-system-env.service;root;root;System;
-;tizen-theme-manager.service;app_fw;app_fw;System;
-;tizenid.service;system_fw;system_fw;System;
-;tlm.service;root;root;System;
-;ttrace-marker.service;system_fw;system_fw;System;
-;ua-manager.service;network_fw;network_fw;System;
-;udev-sdb-init.service;root;root;System;
-;udev-trigger-dmbow@.service;system_fw;system_fw;System;
-;update-manager.service;root;root;System;
-;update-post.service;root;root;System;
-;update-finalize.service;root;root;System;
-;usb-host-ffs-test-daemon.service;system_fw;system_fw;System;
-;user@.service;%i;users;System::Privileged;
-;user-runtime-dir@.service;root;root;System::Privileged;
-;uwb-manager.service;network_fw;network_fw;System;
-;__user@.service;%i;;User;
-;vmodem-x86.service;root;root;System::Privileged;
-;wait-mount@.service;system_fw;system_fw;System;
-;wait-mount@opt-usr.service;system_fw;system_fw;System;
-;webappenc-initializer.service;security_fw;security_fw;System;
-;wifi-direct-manager.service;network_fw;network_fw;System;
-;wmeshd.service;network_fw;network_fw;System;
-;zigbee-daemon.service;network_fw;network_fw;System;
-# last line
+++ /dev/null
-org.tizen.voice.ttsnotiserver.service
-org.tizen.voice.ttssrserver.service
-org.tizen.voice.ttsinterruptserver.service
-org.tizen.voice.ttsserver.service
-# last line
+++ /dev/null
-;sdbd_tcp.socket;;;;*;@;
-;connman.socket;;;;*;@;
-;systemd-udevd-kernel.socket;;;;;;
-;device-certificate-manager.socket;;;0777;*;@;
-;nfc-manager.socket;;;0777;*;@;
-;cynara-admin.socket;;;0700;@;@;
-;auth-fw-passwd-reset.socket;security_fw;security_fw;0777;*;@;
-;central-key-manager-api-ocsp.socket;;;0777;*;@;
-;msg-server.socket;messaging;messaging;;;;
-;buxton2.socket;;;0777;*;@;
-;device-policy-manager.socket;security_fw;security_fw;0777;*;@;
-;ac.socket;;;0777;;;
-;csr-cs.socket;;;0777;*;@;
-;auth-fw-passwd-check.socket;security_fw;security_fw;0777;*;@;
-;systemd-journald-audit.socket;;;;;;
-;tef-simulator-debugproxy.socket;sdk;security_fw;0660;System::TEF;@;
-;browser-provider.socket;;;0777;;;
-;auth-fw-passwd-policy.socket;security_fw;security_fw;0777;*;@;
-;systemd-udevd-control.socket;;;0600;;;
-;download-provider.socket;;;0777;;;
-;cert-server.socket;security_fw;security_fw;0777;;;
-;ode.socket;;;;*;@;
-;csr-admin.socket;;;0777;*;@;
-;swap_manager.socket;owner;users;;*;@;
-;syslog.socket;;;0666;;;
-;security-manager.socket;;;0777;*;@;
-;tef-simulator.socket;;priv_tee_client;0060;System;@;
-;tef-simulator.socket;;;0770;*;@;
-;systemd-journald-dev-log.socket;;;0666;;;
-;audit-trail.socket;security_fw;security_fw;0755;*;@;
-;auth-fw-passwd-set.socket;security_fw;security_fw;0777;*;@;
-;central-key-manager-api-encryption.socket;;;0777;*;@;
-;sdbd.socket;;;;;;
-;csr-wp.socket;;;0777;*;@;
-;cynara.socket;;;0777;*;@;
-;mediacontroller.socket;multimedia_fw;multimedia_fw;;;;
-;central-key-manager-api-control.socket;;;0777;*;@;
-;usb-host-test.socket;;;;;;
-;systemd-journald.socket;;;0666;;;
-;privacy-guard-server.socket;security_fw;security_fw;0777;;;
-;cynara-monitor-get.socket;;security_fw;0060;@;@;
-;dbus.socket;;;;*;@;
-;cynara-agent.socket;;security_fw;0060;*;@;
-;central-key-manager-api-storage.socket;;;0777;*;@;
-;sensord.socket;sensor;input;0777;*;@;
-;systemd-initctl.socket;;;0600;;;
-;cert-checker.socket;security_fw;security_fw;0777;;;
-;mtp-responder-dummy.socket;;;;;;
-;mdnsd.socket;;;0777;;;
-;pkgmgr-info.socket;;;0666;*;@;
-;resourced.socket;;;0777;*;@;
-# last line
+++ /dev/null
-;ac.service;app_fw;app_fw;System;
-;accounts-service.service;service_fw;service_fw;System;
-;actd.service;root;root;System;
-;alarm-server.service;app_fw;app_fw;System;
-;app2sd-server.service;root;root;System;
-;asp-manager.service;network_fw;network_fw;System;
-;audio-aec.service;multimedia_fw;multimedia_fw;System;
-;audit-trail.service;security_fw;security_fw;System;
-;auth-fw.service;security_fw;security_fw;System;
-;bluetooth-address.service;network_fw;network_fw;System;
-;bluetooth-force-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-frwk.service;network_fw;network_fw;System;
-;bluetooth-frwk-core.service;network_fw;network_fw;System;
-;bluetooth-hci-down.service;network_fw;network_fw;System;
-;bluetooth-hci-dump@.service;network_fw;network_fw;System;
-;bluetooth-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-hci-logger-stop.service;network_fw;network_fw;System;
-;bluetooth-hci-up.service;network_fw;network_fw;System;
-;bluetooth-map-agent.service;network_fw;network_fw;System;
-;bluetooth-pbap-agent.service;network_fw;network_fw;System;
-;bluetooth-share.service;network_fw;network_fw;System;
-;bluetooth-share-start.service;network_fw;network_fw;System;
-;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;root;root;System;
-;boot-animation.service;application;application;System;
-;browser-provider.service;web_fw;web_fw;System;
-;bugreport.service;crash_worker;crash_worker;System::Privileged;
-;buxton2.service;buxton;buxton;System;
-;callmgr.service;telephony;telephony;System;
-;capi-ui-sticker.service;ui_fw;ui_fw;System;
-;capmgr.service;app_fw;app_fw;System;
-;central-key-manager.service;key-manager;security_fw;System;
-;cert-checker.service;security_fw;security_fw;System;
-;cert-server.service;security_fw;security_fw;System;
-;chromium-efl.service;root;root;System::Privileged;
-;chromium-efl-install.service;web_fw;web_fw;System;
-;chromium-efl-update.service;root;root;System::Privileged;
-;clone_partitions.service;root;root;System;
-;clone_partitions_recovery.service;root;root;System;
-;connman-vpn.service;network_fw;network_fw;System;
-;connman.service;network_fw;network_fw;System;
-;console-getty.service;root;root;System;
-;console-shell.service;root;root;System;
-;container-getty@.service;root;root;System;
-;contextd.service;service_fw;service_fw;System;
-;csr.service;security_fw;security_fw;System;
-;cynara.service;cynara;cynara;System;
-;data-checkpoint.service;root;root;System;
-;data-provider-master.service;app_fw;app_fw;System;
-;dbus.service;dbus;dbus;System;
-;debug-shell.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;
-;deviced.service;root;root;System::Privileged;
-;deviced-request-shutdown@.service;system_fw;system_fw;System;
-;display-manager.service;root;root;System;
-;display-manager-monitor.service;graphic_fw;graphic_fw;System;
-;display-manager-ready.service;root;root;System; # Requested for headless profile only
-;dlog_cleanup.service;log;log;System;
-;dlog_logger.service;log;log;System;
-;download-provider.service;web_fw;web_fw;System;
-;dummyasm.service;service_fw;service_fw;System;
-;dumpsys-service.service;log;log;System;
-;dump_systemstate.service;crash_worker;crash_worker;System;
-;edge-orchestration.service;system_fw;system_fw;System;
-;emergency.service;root;root;System;
-;emergency-target-holder.service;system_fw;system_fw;System;
-;emuld.service;root;root;System::Privileged;
-;emul-common-preinit.service;service_fw;service_fw;System;
-;emul-setup-audio-volume.service;service_fw;service_fw;System;
-;engine-loader.service;ui_fw;ui_fw;System;
-;esd.service;app_fw;app_fw;System;
-;faultd.service;root;root;System;
-;feedbackd.service;system_fw;system_fw;System;
-;fido.service;service_fw;service_fw;System;
-;fido-asm.service;service_fw;service_fw;System;
-;fido-bt-roaming-agent.service;service_fw;service_fw;System;
-;focus-server.service;multimedia_fw;multimedia_fw;System;
-;getty@.service;root;root;User::Shell;
-;gumd.service;root;root;System::Privileged;
-;gumd.service;root;root;System;
-;hal-rpmdb-checker.service;system_fw;system_fw;System;
-;init-update.service;root;root;System::Privileged;
-;initrd-cleanup.service;root;root;System;
-;initrd-parse-etc.service;root;root;System;
-;initrd-switch-root.service;root;root;System;
-;initrd-udevadm-cleanup-db.service;root;root;System;
-;inm-manager.service;network_fw;network_fw;System;
-;kmod-static-nodes.service;root;root;System;
-;krate.service;root;root;System;
-;lbs-server.service;location;location;System;
-;ldconfig.service;root;root;System;
-;license-manager-agent.service;security_fw;security_fw;System;
-;log_dump.service;root;root;System;
-;log_dump.service;system_fw;system_fw;System; # conditionaly used
-;mdgd.service;network_fw;network_fw;System;
-;mdnsd.service;network_fw;network_fw;System;
-;media-server.service;multimedia_fw;multimedia_fw;System;
-;mediacontroller.service;multimedia_fw;multimedia_fw;System;
-;mm-resource-managerd.service;multimedia_fw;multimedia_fw;System;
-;mobileap-agent.service;network_fw;network_fw;System;
-;modes.service;system_fw;system_fw;System;
-;msg-server.service;messaging;messaging;System;
-;mtp-responder-dummy.service;network_fw;network_fw;System;
-;murphyd.service;multimedia_fw;multimedia_fw;System;
-;muse-server.service;multimedia_fw;multimedia_fw;System;
-;net-config.service;network_fw;network_fw;System;
-;nether.service;security_fw;security_fw;System;
-;nfc-manager.service;network_fw;network_fw;System;
-;nsjail.service;root;root;System::Privileged;
-;ode.service;root;root;System::Privileged;
-;ode-progress-ui@.service;application;application;System;
-;offline-update.service;root;root;System::Privileged;
-;opt-usr-fsck.service;system_fw;disk;System;
-;package-manager.service;app_fw;app_fw;System::Privileged;
-;package-recovery.service;app_fw;app_fw;System::Privileged;
-;pass.service;system_fw;system_fw;System;
-;peripheral-bus.service;system_fw;system_fw;System;
-;phonenumber-utils.service;service_fw;service_fw;System;
-;pkg-db-recovery.service;root;root;System::Privileged;
-;pkgdir-tool.service;app_fw;app_fw;System;
-;pkgmgr-info.service;app_fw;app_fw;System;
-;privacy-guard-server.service;security_fw;security_fw;System;
-;pulseaudio.service;root;root;System;
-;pushd.service;service_fw;service_fw;System;
-;quotaon.service;root;root;System;
-;ramdisk-flush.service;system_fw;disk;System;
-;recovery.service;root;root;System;
-;recovery-reboot.service;root;root;System;
-;rescue.service;root;root;System;
-;resize2fs@.service;root;root;System;
-;resourced.service;root;root;System;
-;rndis.service;network_fw;network_fw;System;
-;scmirroring.server.service;multimedia_fw;multimedia_fw;System;
-;sdbd.service;sdk;sdk;System;
-;sdbd_tcp.service;sdk;sdk;System;
-;security-config.service;root;root;System::Privileged;
-;security-manager-cleanup.service;root;root;System::Privileged;
-;security-manager-rules-loader.service;root;root;System::Privileged;
-;security-manager.service;root;root;System::Privileged;
-;sensord.service;sensor;input;System;
-;serial-getty@.service;root;root;User::Shell;
-;sessiond.service;root;root;System::Privileged;
-;shutdown-animation.service;application;application;System;
-;sound-server.service;multimedia_fw;multimedia_fw;System;
-;stability-monitor.service;stability_monitor;stability_monitor;System;
-;stc-iptables.service;network_fw;network_fw;System;
-;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;
-;system-update-cleanup.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;
-;systemd-boot-check-no-failures.service;root;root;System;
-;systemd-exit.service;root;root;System;
-;systemd-fsck-root.service;root;root;System;
-;systemd-fsck@.service;root;root;System;
-;systemd-halt.service;root;root;System;
-;systemd-hibernate-resume@.service;root;root;System;
-;systemd-hibernate.service;root;root;System;
-;systemd-hwdb-update.service;root;root;System;
-;systemd-hybrid-sleep.service;root;root;System;
-;systemd-initctl.service;root;root;System;
-;systemd-journal-catalog-update.service;root;root;System;
-;systemd-journal-flush.service;root;root;System;
-;systemd-journald.service;root;root;System;
-;systemd-kexec.service;root;root;System;
-;systemd-localed.service;root;root;System;
-;systemd-logind.service;root;root;System::Privileged;
-;systemd-machine-id-commit.service;root;root;System;
-;systemd-modules-load.service;root;root;System;
-;systemd-nspawn@.service;root;root;System;
-;systemd-poweroff.service;root;root;System;
-;systemd-quotacheck.service;root;root;System;
-;systemd-reboot.service;root;root;System;
-;systemd-remount-fs.service;root;root;System;
-;systemd-suspend.service;root;root;System;
-;systemd-sysctl.service;root;root;System;
-;systemd-tmpfiles-setup-dev.service;root;root;System::Privileged;
-;systemd-tmpfiles-setup.service;root;root;System::Privileged;
-;systemd-udev-settle.service;root;root;System;
-;systemd-udev-trigger.service;root;root;System;
-;systemd-udevd.service;root;root;System::Privileged;
-;systemd-update-done.service;root;root;System;
-;systemd-update-utmp-runlevel.service;root;root;System;
-;systemd-update-utmp.service;root;root;System;
-;systemd-user-sessions.service;root;root;System;
-;systemd-vconsole-setup.service;root;root;System;
-;tef-simulator.service;security_fw;security_fw;System::TEF;
-;telephony-daemon.service;telephony;telephony;System;
-;telephony-dongle.service;telephony;telephony;System;
-;tizen-system-env.service;root;root;System;
-;tizen-theme-manager.service;app_fw;app_fw;System;
-;tizenid.service;system_fw;system_fw;System;
-;tlm.service;root;root;System;
-;ttrace-marker.service;system_fw;system_fw;System;
-;ua-manager.service;network_fw;network_fw;System;
-;udev-sdb-init.service;root;root;System;
-;udev-trigger-dmbow@.service;system_fw;system_fw;System;
-;update-manager.service;root;root;System;
-;update-post.service;root;root;System;
-;update-finalize.service;root;root;System;
-;usb-host-ffs-test-daemon.service;system_fw;system_fw;System;
-;user@.service;%i;users;System::Privileged;
-;user-runtime-dir@.service;root;root;System::Privileged;
-;uwb-manager.service;network_fw;network_fw;System;
-;__user@.service;%i;;User;
-;vmodem-x86.service;root;root;System::Privileged;
-;wait-mount@.service;system_fw;system_fw;System;
-;wait-mount@opt-usr.service;system_fw;system_fw;System;
-;webappenc-initializer.service;security_fw;security_fw;System;
-;wifi-direct-manager.service;network_fw;network_fw;System;
-;wmeshd.service;network_fw;network_fw;System;
-;zigbee-daemon.service;network_fw;network_fw;System;
-# last line
+++ /dev/null
-org.tizen.voice.ttsnotiserver.service
-org.tizen.voice.ttssrserver.service
-org.tizen.voice.ttsinterruptserver.service
-org.tizen.voice.ttsserver.service
-# last line
+++ /dev/null
-;sdbd_tcp.socket;;;;*;@;
-;connman.socket;;;;*;@;
-;systemd-udevd-kernel.socket;;;;;;
-;device-certificate-manager.socket;;;0777;*;@;
-;nfc-manager.socket;;;0777;*;@;
-;cynara-admin.socket;;;0700;@;@;
-;auth-fw-passwd-reset.socket;security_fw;security_fw;0777;*;@;
-;central-key-manager-api-ocsp.socket;;;0777;*;@;
-;msg-server.socket;messaging;messaging;;;;
-;buxton2.socket;;;0777;*;@;
-;device-policy-manager.socket;security_fw;security_fw;0777;*;@;
-;ac.socket;;;0777;;;
-;csr-cs.socket;;;0777;*;@;
-;auth-fw-passwd-check.socket;security_fw;security_fw;0777;*;@;
-;systemd-journald-audit.socket;;;;;;
-;tef-simulator-debugproxy.socket;sdk;security_fw;0660;System::TEF;@;
-;browser-provider.socket;;;0777;;;
-;auth-fw-passwd-policy.socket;security_fw;security_fw;0777;*;@;
-;systemd-udevd-control.socket;;;0600;;;
-;download-provider.socket;;;0777;;;
-;cert-server.socket;security_fw;security_fw;0777;;;
-;ode.socket;;;;*;@;
-;csr-admin.socket;;;0777;*;@;
-;swap_manager.socket;owner;users;;*;@;
-;syslog.socket;;;0666;;;
-;security-manager.socket;;;0777;*;@;
-;tef-simulator.socket;;priv_tee_client;0060;System;@;
-;tef-simulator.socket;;;0770;*;@;
-;systemd-journald-dev-log.socket;;;0666;;;
-;audit-trail.socket;security_fw;security_fw;0755;*;@;
-;auth-fw-passwd-set.socket;security_fw;security_fw;0777;*;@;
-;central-key-manager-api-encryption.socket;;;0777;*;@;
-;sdbd.socket;;;;;;
-;csr-wp.socket;;;0777;*;@;
-;cynara.socket;;;0777;*;@;
-;mediacontroller.socket;multimedia_fw;multimedia_fw;;;;
-;central-key-manager-api-control.socket;;;0777;*;@;
-;usb-host-test.socket;;;;;;
-;systemd-journald.socket;;;0666;;;
-;privacy-guard-server.socket;security_fw;security_fw;0777;;;
-;cynara-monitor-get.socket;;security_fw;0060;@;@;
-;dbus.socket;;;;*;@;
-;cynara-agent.socket;;security_fw;0060;*;@;
-;central-key-manager-api-storage.socket;;;0777;*;@;
-;sensord.socket;sensor;input;0777;*;@;
-;systemd-initctl.socket;;;0600;;;
-;cert-checker.socket;security_fw;security_fw;0777;;;
-;mtp-responder-dummy.socket;;;;;;
-;mdnsd.socket;;;0777;;;
-;pkgmgr-info.socket;;;0666;*;@;
-;resourced.socket;;;0777;*;@;
-# last line
+++ /dev/null
-;ac.service;app_fw;app_fw;System;
-;accounts-service.service;service_fw;service_fw;System;
-;actd.service;root;root;System;
-;alarm-server.service;app_fw;app_fw;System;
-;app2sd-server.service;root;root;System;
-;asp-manager.service;network_fw;network_fw;System;
-;audio-aec.service;multimedia_fw;multimedia_fw;System;
-;audit-trail.service;security_fw;security_fw;System;
-;auth-fw.service;security_fw;security_fw;System;
-;bluetooth-address.service;network_fw;network_fw;System;
-;bluetooth-force-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-frwk.service;network_fw;network_fw;System;
-;bluetooth-frwk-core.service;network_fw;network_fw;System;
-;bluetooth-hci-down.service;network_fw;network_fw;System;
-;bluetooth-hci-dump@.service;network_fw;network_fw;System;
-;bluetooth-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-hci-logger-stop.service;network_fw;network_fw;System;
-;bluetooth-hci-up.service;network_fw;network_fw;System;
-;bluetooth-map-agent.service;network_fw;network_fw;System;
-;bluetooth-pbap-agent.service;network_fw;network_fw;System;
-;bluetooth-share.service;network_fw;network_fw;System;
-;bluetooth-share-start.service;network_fw;network_fw;System;
-;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;root;root;System;
-;boot-animation.service;application;application;System;
-;browser-provider.service;web_fw;web_fw;System;
-;bugreport.service;crash_worker;crash_worker;System::Privileged;
-;buxton2.service;buxton;buxton;System;
-;callmgr.service;telephony;telephony;System;
-;capi-ui-sticker.service;ui_fw;ui_fw;System;
-;capmgr.service;app_fw;app_fw;System;
-;central-key-manager.service;key-manager;security_fw;System;
-;cert-checker.service;security_fw;security_fw;System;
-;cert-server.service;security_fw;security_fw;System;
-;chromium-efl.service;root;root;System::Privileged;
-;chromium-efl-install.service;web_fw;web_fw;System;
-;chromium-efl-update.service;root;root;System::Privileged;
-;clone_partitions.service;root;root;System;
-;clone_partitions_recovery.service;root;root;System;
-;connman-vpn.service;network_fw;network_fw;System;
-;connman.service;network_fw;network_fw;System;
-;console-getty.service;root;root;System;
-;console-shell.service;root;root;System;
-;container-getty@.service;root;root;System;
-;contextd.service;service_fw;service_fw;System;
-;csr.service;security_fw;security_fw;System;
-;cynara.service;cynara;cynara;System;
-;data-checkpoint.service;root;root;System;
-;data-provider-master.service;app_fw;app_fw;System;
-;dbus.service;dbus;dbus;System;
-;debug-shell.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;
-;deviced.service;root;root;System::Privileged;
-;deviced-request-shutdown@.service;system_fw;system_fw;System;
-;display-manager.service;root;root;System;
-;display-manager-monitor.service;graphic_fw;graphic_fw;System;
-;dlog_cleanup.service;log;log;System;
-;dlog_logger.service;log;log;System;
-;download-provider.service;web_fw;web_fw;System;
-;dummyasm.service;service_fw;service_fw;System;
-;dumpsys-service.service;log;log;System;
-;dump_systemstate.service;crash_worker;crash_worker;System;
-;edge-orchestration.service;system_fw;system_fw;System;
-;emergency.service;root;root;System;
-;emergency-target-holder.service;system_fw;system_fw;System;
-;emuld.service;root;root;System::Privileged;
-;emul-common-preinit.service;service_fw;service_fw;System;
-;emul-setup-audio-volume.service;service_fw;service_fw;System;
-;engine-loader.service;ui_fw;ui_fw;System;
-;esd.service;app_fw;app_fw;System;
-;faultd.service;root;root;System;
-;feedbackd.service;system_fw;system_fw;System;
-;fido.service;service_fw;service_fw;System;
-;fido-asm.service;service_fw;service_fw;System;
-;fido-bt-roaming-agent.service;service_fw;service_fw;System;
-;focus-server.service;multimedia_fw;multimedia_fw;System;
-;getty@.service;root;root;User::Shell;
-;gumd.service;root;root;System::Privileged;
-;gumd.service;root;root;System;
-;hal-rpmdb-checker.service;system_fw;system_fw;System;
-;init-update.service;root;root;System::Privileged;
-;initrd-cleanup.service;root;root;System;
-;initrd-parse-etc.service;root;root;System;
-;initrd-switch-root.service;root;root;System;
-;initrd-udevadm-cleanup-db.service;root;root;System;
-;inm-manager.service;network_fw;network_fw;System;
-;kmod-static-nodes.service;root;root;System;
-;krate.service;root;root;System;
-;lbs-server.service;location;location;System;
-;ldconfig.service;root;root;System;
-;license-manager-agent.service;security_fw;security_fw;System;
-;log_dump.service;root;root;System;
-;log_dump.service;system_fw;system_fw;System; # conditionaly used
-;mdgd.service;network_fw;network_fw;System;
-;mdnsd.service;network_fw;network_fw;System;
-;media-server.service;multimedia_fw;multimedia_fw;System;
-;mediacontroller.service;multimedia_fw;multimedia_fw;System;
-;mm-resource-managerd.service;multimedia_fw;multimedia_fw;System;
-;mobileap-agent.service;network_fw;network_fw;System;
-;modes.service;system_fw;system_fw;System;
-;msg-server.service;messaging;messaging;System;
-;mtp-responder-dummy.service;network_fw;network_fw;System;
-;murphyd.service;multimedia_fw;multimedia_fw;System;
-;muse-server.service;multimedia_fw;multimedia_fw;System;
-;net-config.service;network_fw;network_fw;System;
-;nether.service;security_fw;security_fw;System;
-;nfc-manager.service;network_fw;network_fw;System;
-;nsjail.service;root;root;System::Privileged;
-;ode.service;root;root;System::Privileged;
-;ode-progress-ui@.service;application;application;System;
-;offline-update.service;root;root;System::Privileged;
-;opt-usr-fsck.service;system_fw;disk;System;
-;package-manager.service;app_fw;app_fw;System::Privileged;
-;package-recovery.service;app_fw;app_fw;System::Privileged;
-;pass.service;system_fw;system_fw;System;
-;peripheral-bus.service;system_fw;system_fw;System;
-;phonenumber-utils.service;service_fw;service_fw;System;
-;pkg-db-recovery.service;root;root;System::Privileged;
-;pkgdir-tool.service;app_fw;app_fw;System;
-;pkgmgr-info.service;app_fw;app_fw;System;
-;privacy-guard-server.service;security_fw;security_fw;System;
-;pulseaudio.service;root;root;System;
-;pushd.service;service_fw;service_fw;System;
-;quotaon.service;root;root;System;
-;ramdisk-flush.service;system_fw;disk;System;
-;recovery.service;root;root;System;
-;recovery-reboot.service;root;root;System;
-;rescue.service;root;root;System;
-;resize2fs@.service;root;root;System;
-;resourced.service;root;root;System;
-;rndis.service;network_fw;network_fw;System;
-;scmirroring.server.service;multimedia_fw;multimedia_fw;System;
-;sdbd.service;sdk;sdk;System;
-;sdbd_tcp.service;sdk;sdk;System;
-;security-config.service;root;root;System::Privileged;
-;security-manager-cleanup.service;root;root;System::Privileged;
-;security-manager-rules-loader.service;root;root;System::Privileged;
-;security-manager.service;root;root;System::Privileged;
-;sensord.service;sensor;input;System;
-;serial-getty@.service;root;root;User::Shell;
-;sessiond.service;root;root;System::Privileged;
-;shutdown-animation.service;application;application;System;
-;sound-server.service;multimedia_fw;multimedia_fw;System;
-;stability-monitor.service;stability_monitor;stability_monitor;System;
-;stc-iptables.service;network_fw;network_fw;System;
-;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;
-;system-update-cleanup.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;
-;systemd-boot-check-no-failures.service;root;root;System;
-;systemd-exit.service;root;root;System;
-;systemd-fsck-root.service;root;root;System;
-;systemd-fsck@.service;root;root;System;
-;systemd-halt.service;root;root;System;
-;systemd-hibernate-resume@.service;root;root;System;
-;systemd-hibernate.service;root;root;System;
-;systemd-hwdb-update.service;root;root;System;
-;systemd-hybrid-sleep.service;root;root;System;
-;systemd-initctl.service;root;root;System;
-;systemd-journal-catalog-update.service;root;root;System;
-;systemd-journal-flush.service;root;root;System;
-;systemd-journald.service;root;root;System;
-;systemd-kexec.service;root;root;System;
-;systemd-localed.service;root;root;System;
-;systemd-logind.service;root;root;System::Privileged;
-;systemd-machine-id-commit.service;root;root;System;
-;systemd-modules-load.service;root;root;System;
-;systemd-nspawn@.service;root;root;System;
-;systemd-poweroff.service;root;root;System;
-;systemd-quotacheck.service;root;root;System;
-;systemd-reboot.service;root;root;System;
-;systemd-remount-fs.service;root;root;System;
-;systemd-suspend.service;root;root;System;
-;systemd-sysctl.service;root;root;System;
-;systemd-tmpfiles-setup-dev.service;root;root;System::Privileged;
-;systemd-tmpfiles-setup.service;root;root;System::Privileged;
-;systemd-udev-settle.service;root;root;System;
-;systemd-udev-trigger.service;root;root;System;
-;systemd-udevd.service;root;root;System::Privileged;
-;systemd-update-done.service;root;root;System;
-;systemd-update-utmp-runlevel.service;root;root;System;
-;systemd-update-utmp.service;root;root;System;
-;systemd-user-sessions.service;root;root;System;
-;systemd-vconsole-setup.service;root;root;System;
-;tef-simulator.service;security_fw;security_fw;System::TEF;
-;telephony-daemon.service;telephony;telephony;System;
-;telephony-dongle.service;telephony;telephony;System;
-;tizen-system-env.service;root;root;System;
-;tizen-theme-manager.service;app_fw;app_fw;System;
-;tizenid.service;system_fw;system_fw;System;
-;tlm.service;root;root;System;
-;ttrace-marker.service;system_fw;system_fw;System;
-;ua-manager.service;network_fw;network_fw;System;
-;udev-sdb-init.service;root;root;System;
-;udev-trigger-dmbow@.service;system_fw;system_fw;System;
-;update-manager.service;root;root;System;
-;update-post.service;root;root;System;
-;update-finalize.service;root;root;System;
-;usb-host-ffs-test-daemon.service;system_fw;system_fw;System;
-;user@.service;%i;users;System::Privileged;
-;user-runtime-dir@.service;root;root;System::Privileged;
-;__user@.service;%i;;User;
-;vmodem-x86.service;root;root;System::Privileged;
-;wait-mount@.service;system_fw;system_fw;System;
-;wait-mount@opt-usr.service;system_fw;system_fw;System;
-;webappenc-initializer.service;security_fw;security_fw;System;
-;wifi-direct-manager.service;network_fw;network_fw;System;
-;wmeshd.service;network_fw;network_fw;System;
-;zigbee-daemon.service;network_fw;network_fw;System;
-# last line
+++ /dev/null
-org.tizen.voice.ttsnotiserver.service
-org.tizen.voice.ttssrserver.service
-org.tizen.voice.ttsinterruptserver.service
-org.tizen.voice.ttsserver.service
-# last line
+++ /dev/null
-;systemd-initctl.socket;;;0600;;;
-;device-policy-manager.socket;security_fw;security_fw;0777;*;@;
-;syslog.socket;;;0666;;;
-;connman.socket;;;;*;@;
-;cynara-agent.socket;;security_fw;0060;*;@;
-;cynara-monitor-get.socket;;security_fw;0060;@;@;
-;device-certificate-manager.socket;;;0777;*;@;
-;csr-wp.socket;;;0777;*;@;
-;cynara-admin.socket;;;0700;@;@;
-;central-key-manager-api-ocsp.socket;;;0777;*;@;
-;sensord.socket;sensor;input;0777;*;@;
-;central-key-manager-api-control.socket;;;0777;*;@;
-;csr-cs.socket;;;0777;*;@;
-;auth-fw-passwd-reset.socket;security_fw;security_fw;0777;*;@;
-;systemd-journald-audit.socket;;;;;;
-;systemd-udevd-kernel.socket;;;;;;
-;download-provider.socket;;;0777;;;
-;systemd-journald-dev-log.socket;;;0666;;;
-;central-key-manager-api-encryption.socket;;;0777;*;@;
-;ode.socket;;;;*;@;
-;dbus.socket;;;;*;@;
-;auth-fw-passwd-check.socket;security_fw;security_fw;0777;*;@;
-;audit-trail.socket;security_fw;security_fw;0755;*;@;
-;usb-host-test.socket;;;;;;
-;cert-server.socket;security_fw;security_fw;0777;;;
-;systemd-journald.socket;;;0666;;;
-;central-key-manager-api-storage.socket;;;0777;*;@;
-;sdbd.socket;;;;;;
-;nfc-manager.socket;;;0777;*;@;
-;tef-simulator.socket;;priv_tee_client;0060;System;@;
-;tef-simulator.socket;;;0770;*;@;
-;systemd-udevd-control.socket;;;0600;;;
-;buxton2.socket;;;0777;*;@;
-;sdbd_tcp.socket;;;;*;@;
-;tef-simulator-debugproxy.socket;sdk;security_fw;0660;System::TEF;@;
-;ac.socket;;;0777;;;
-;msg-server.socket;messaging;messaging;;;;
-;csr-admin.socket;;;0777;*;@;
-;swap_manager.socket;owner;users;;*;@;
-;cynara.socket;;;0777;*;@;
-;security-manager.socket;;;0777;*;@;
-;auth-fw-passwd-policy.socket;security_fw;security_fw;0777;*;@;
-;mediacontroller.socket;multimedia_fw;multimedia_fw;;;;
-;auth-fw-passwd-set.socket;security_fw;security_fw;0777;*;@;
-;mtp-responder-dummy.socket;;;;;;
-;mdnsd.socket;;;0777;;;
-;pkgmgr-info.socket;;;0666;*;@;
-;resourced.socket;;;0777;*;@;
-# last line
+++ /dev/null
-;ac.service;app_fw;app_fw;System;
-;accounts-service.service;service_fw;service_fw;System;
-;actd.service;root;root;System;
-;alarm-server.service;app_fw;app_fw;System;
-;asp-manager.service;network_fw;network_fw;System;
-;audio-aec.service;multimedia_fw;multimedia_fw;System;
-;audit-trail.service;security_fw;security_fw;System;
-;auth-fw.service;security_fw;security_fw;System;
-;batterymonitor.service;service_fw;service_fw;System;
-;bluetooth-address.service;network_fw;network_fw;System;
-;bluetooth-force-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-frwk.service;network_fw;network_fw;System;
-;bluetooth-frwk-core.service;network_fw;network_fw;System;
-;bluetooth-hci-down.service;network_fw;network_fw;System;
-;bluetooth-hci-dump@.service;network_fw;network_fw;System;
-;bluetooth-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-hci-logger-stop.service;network_fw;network_fw;System;
-;bluetooth-hci-up.service;network_fw;network_fw;System;
-;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;root;root;System;
-;boot-animation.service;application;application;System;
-;bugreport.service;crash_worker;crash_worker;System::Privileged;
-;buxton2.service;buxton;buxton;System;
-;callmgr.service;telephony;telephony;System;
-;capi-ui-sticker.service;ui_fw;ui_fw;System;
-;capmgr.service;app_fw;app_fw;System;
-;central-key-manager.service;key-manager;security_fw;System;
-;cert-server.service;security_fw;security_fw;System;
-;chromium-efl.service;root;root;System::Privileged;
-;chromium-efl-install.service;web_fw;web_fw;System;
-;chromium-efl-update.service;root;root;System::Privileged;
-;clone_partitions.service;root;root;System;
-;clone_partitions_recovery.service;root;root;System;
-;connman.service;network_fw;network_fw;System;
-;console-getty.service;root;root;System;
-;console-shell.service;root;root;System;
-;container-getty@.service;root;root;System;
-;contextd.service;service_fw;service_fw;System;
-;csr.service;security_fw;security_fw;System;
-;cynara.service;cynara;cynara;System;
-;data-checkpoint.service;root;root;System;
-;data-provider-master.service;app_fw;app_fw;System;
-;dbus.service;dbus;dbus;System;
-;debug-shell.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;
-;deviced.service;root;root;System::Privileged;
-;deviced-request-shutdown@.service;system_fw;system_fw;System;
-;display-manager.service;root;root;System;
-;display-manager-monitor.service;graphic_fw;graphic_fw;System;
-;dlog_cleanup.service;log;log;System;
-;dlog_logger.service;log;log;System;
-;download-provider.service;web_fw;web_fw;System;
-;dummyasm.service;service_fw;service_fw;System;
-;dumpsys-service.service;log;log;System;
-;dump_systemstate.service;crash_worker;crash_worker;System;
-;emergency.service;root;root;System;
-;emergency-target-holder.service;system_fw;system_fw;System;
-;emuld.service;root;root;System::Privileged;
-;emul-common-preinit.service;service_fw;service_fw;System;
-;emul-setup-audio-volume.service;service_fw;service_fw;System;
-;engine-loader.service;ui_fw;ui_fw;System;
-;esd.service;app_fw;app_fw;System;
-;faultd.service;root;root;System;
-;feedbackd.service;system_fw;system_fw;System;
-;fido.service;service_fw;service_fw;System;
-;fido-asm.service;service_fw;service_fw;System;
-;fido-bt-roaming-agent.service;service_fw;service_fw;System;
-;focus-server.service;multimedia_fw;multimedia_fw;System;
-;getty@.service;root;root;User::Shell;
-;gumd.service;root;root;System::Privileged;
-;gumd.service;root;root;System;
-;hal-rpmdb-checker.service;system_fw;system_fw;System;
-;init-update.service;root;root;System::Privileged;
-;initrd-cleanup.service;root;root;System;
-;initrd-parse-etc.service;root;root;System;
-;initrd-switch-root.service;root;root;System;
-;initrd-udevadm-cleanup-db.service;root;root;System;
-;inm-manager.service;network_fw;network_fw;System;
-;kmod-static-nodes.service;root;root;System;
-;krate.service;root;root;System;
-;lbs-server.service;location;location;System;
-;ldconfig.service;root;root;System;
-;license-manager-agent.service;security_fw;security_fw;System;
-;log_dump.service;root;root;System;
-;log_dump.service;system_fw;system_fw;System; # conditionaly used
-;mdgd.service;network_fw;network_fw;System;
-;mdnsd.service;network_fw;network_fw;System;
-;media-server.service;multimedia_fw;multimedia_fw;System;
-;mediacontroller.service;multimedia_fw;multimedia_fw;System;
-;mm-resource-managerd.service;multimedia_fw;multimedia_fw;System;
-;mobileap-agent.service;network_fw;network_fw;System;
-;modes.service;system_fw;system_fw;System;
-;msg-server.service;messaging;messaging;System;
-;mtp-initiator.service;network_fw;network_fw;System;
-;mtp-responder.service;network_fw;network_fw;System;
-;mtp-responder-dummy.service;network_fw;network_fw;System;
-;murphyd.service;multimedia_fw;multimedia_fw;System;
-;muse-server.service;multimedia_fw;multimedia_fw;System;
-;net-config.service;network_fw;network_fw;System;
-;nether.service;security_fw;security_fw;System;
-;nfc-manager.service;network_fw;network_fw;System;
-;nsjail.service;root;root;System::Privileged;
-;obex.service;network_fw;network_fw;;
-;ode.service;root;root;System::Privileged;
-;ode-progress-ui@.service;application;application;System;
-;offline-update.service;root;root;System::Privileged;
-;opt-usr-fsck.service;system_fw;disk;System;
-;package-manager.service;app_fw;app_fw;System::Privileged;
-;package-recovery.service;app_fw;app_fw;System::Privileged;
-;pass.service;system_fw;system_fw;System;
-;peripheral-bus.service;system_fw;system_fw;System;
-;phonenumber-utils.service;service_fw;service_fw;System;
-;pkg-db-recovery.service;root;root;System::Privileged;
-;pkgdir-tool.service;app_fw;app_fw;System;
-;pkgmgr-info.service;app_fw;app_fw;System;
-;privacy-guard-server.service;security_fw;security_fw;System;
-;pulseaudio.service;root;root;System;
-;pushd.service;service_fw;service_fw;System;
-;quotaon.service;root;root;System;
-;ramdisk-flush.service;system_fw;disk;System;
-;recovery.service;root;root;System;
-;recovery-reboot.service;root;root;System;
-;rescue.service;root;root;System;
-;resize2fs@.service;root;root;System;
-;resourced.service;root;root;System;
-;rndis.service;network_fw;network_fw;System;
-;scmirroring.server.service;multimedia_fw;multimedia_fw;System;
-;sdbd.service;sdk;sdk;System;
-;sdbd_tcp.service;sdk;sdk;System;
-;security-config.service;root;root;System::Privileged;
-;security-manager-cleanup.service;root;root;System::Privileged;
-;security-manager-rules-loader.service;root;root;System::Privileged;
-;security-manager.service;root;root;System::Privileged;
-;sensord.service;sensor;input;System;
-;serial-getty@.service;root;root;User::Shell;
-;sessiond.service;root;root;System::Privileged;
-;shutdown-animation.service;application;application;System;
-;sound-server.service;multimedia_fw;multimedia_fw;System;
-;stability-monitor.service;stability_monitor;stability_monitor;System;
-;stc-iptables.service;network_fw;network_fw;System;
-;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;
-;system-update-cleanup.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;
-;systemd-boot-check-no-failures.service;root;root;System;
-;systemd-exit.service;root;root;System;
-;systemd-fsck-root.service;root;root;System;
-;systemd-fsck@.service;root;root;System;
-;systemd-halt.service;root;root;System;
-;systemd-hibernate-resume@.service;root;root;System;
-;systemd-hibernate.service;root;root;System;
-;systemd-hostnamed.service;root;root;System;
-;systemd-hwdb-update.service;root;root;System;
-;systemd-hybrid-sleep.service;root;root;System;
-;systemd-initctl.service;root;root;System;
-;systemd-journal-catalog-update.service;root;root;System;
-;systemd-journal-flush.service;root;root;System;
-;systemd-journald.service;root;root;System;
-;systemd-kexec.service;root;root;System;
-;systemd-localed.service;root;root;System;
-;systemd-logind.service;root;root;System::Privileged;
-;systemd-machine-id-commit.service;root;root;System;
-;systemd-modules-load.service;root;root;System;
-;systemd-nspawn@.service;root;root;System;
-;systemd-poweroff.service;root;root;System;
-;systemd-quotacheck.service;root;root;System;
-;systemd-reboot.service;root;root;System;
-;systemd-remount-fs.service;root;root;System;
-;systemd-suspend.service;root;root;System;
-;systemd-sysctl.service;root;root;System;
-;systemd-tmpfiles-setup-dev.service;root;root;System::Privileged;
-;systemd-tmpfiles-setup.service;root;root;System::Privileged;
-;systemd-udev-settle.service;root;root;System;
-;systemd-udev-trigger.service;root;root;System;
-;systemd-udevd.service;root;root;System::Privileged;
-;systemd-update-done.service;root;root;System;
-;systemd-update-utmp-runlevel.service;root;root;System;
-;systemd-update-utmp.service;root;root;System;
-;systemd-user-sessions.service;root;root;System;
-;systemd-vconsole-setup.service;root;root;System;
-;tef-simulator.service;security_fw;security_fw;System::TEF;
-;telephony-daemon.service;telephony;telephony;System;
-;telephony-dongle.service;telephony;telephony;System;
-;tizen-fstrim-user.service;root;root;System;
-;tizen-system-env.service;root;root;System;
-;tizen-theme-manager.service;app_fw;app_fw;System;
-;tizenid.service;system_fw;system_fw;System;
-;tlm.service;root;root;System;
-;ttrace-marker.service;system_fw;system_fw;System;
-;ua-manager.service;network_fw;network_fw;System;
-;udev-sdb-init.service;root;root;System;
-;udev-trigger-dmbow@.service;system_fw;system_fw;System;
-;update-manager.service;root;root;System;
-;update-post.service;root;root;System;
-;update-finalize.service;root;root;System;
-;usb-host-ffs-test-daemon.service;system_fw;system_fw;System;
-;user@.service;%i;users;System::Privileged;
-;user-runtime-dir@.service;root;root;System::Privileged;
-;__user@.service;%i;;User;
-;vmodem-x86.service;root;root;System::Privileged;
-;wait-mount@.service;system_fw;system_fw;System;
-;wait-mount@opt-usr.service;system_fw;system_fw;System;
-;webappenc-initializer.service;security_fw;security_fw;System;
-;wmeshd.service;network_fw;network_fw;System;
-;zigbee-daemon.service;network_fw;network_fw;System;
-# last line
--- /dev/null
+SERVICE_NAME,USER,GROUP,SMACK,COMMON,IOT,WEARABLE,MOBILE,TV,COMMON_EMUL,IOT_EMUL,WEARABLE_EMUL,MOBILE_EMUL,TV_EMUL
+__user@.service,%i,,User,1,1,1,1,1,1,1,1,1,0
+ac.service,app_fw,app_fw,System,1,1,1,1,1,1,1,1,1,0
+accounts-service.service,service_fw,service_fw,System,1,1,1,1,1,1,1,1,1,0
+actd.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+alarm-server.service,app_fw,app_fw,System,1,1,1,1,1,1,1,1,1,0
+app2sd-server.service,root,root,System,1,1,0,1,0,1,1,0,1,0
+asp-manager.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+audio-aec.service,multimedia_fw,multimedia_fw,System,1,1,1,1,1,1,1,1,1,0
+audit-trail.service,security_fw,security_fw,System,1,1,1,1,1,1,1,1,1,0
+auth-fw.service,security_fw,security_fw,System,1,1,1,1,1,1,1,1,1,0
+batterymonitor.service,service_fw,service_fw,System,0,0,1,0,0,0,0,1,0,0
+bluetooth-address.service,network_fw,network_fw,test,1,1,1,1,1,1,1,1,1,0
+bluetooth-ag-agent.service,network_fw,network_fw,System,1,1,1,1,1,0,0,0,0,0
+bluetooth-force-hci-logger.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+bluetooth-frwk-core.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+bluetooth-frwk.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+bluetooth-hci-device.service,root,root,System,1,1,1,1,0,0,0,0,0,0
+bluetooth-hci-down.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+bluetooth-hci-dump@.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+bluetooth-hci-logger-stop.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+bluetooth-hci-logger.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+bluetooth-hci-up.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+bluetooth-hciattach@.service,root,root,System,1,1,1,1,0,0,0,0,0,0
+bluetooth-hf-agent.service,network_fw,network_fw,System,0,0,1,0,0,0,0,0,0,0
+bluetooth-hid-agent.service,network_fw,network_fw,System,0,0,1,0,0,0,0,0,0,0
+bluetooth-map-agent.service,network_fw,network_fw,System,1,1,0,1,0,1,1,0,1,0
+bluetooth-mesh.service,network_fw,network_fw,System,1,1,1,1,1,0,0,0,0,0
+bluetooth-pbap-agent.service,network_fw,network_fw,System,1,1,0,1,0,1,1,0,1,0
+bluetooth-share-start.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+bluetooth-share.service,network_fw,network_fw,System,1,1,0,1,0,1,1,0,1,0
+bluetooth-stack-down-with-radio.service,network_fw,network_fw,System,1,1,0,1,0,1,1,0,1,0
+bluetooth-stack-down.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+bluetooth-stack-up.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+bluetooth.service,network_fw,network_fw,System,0,0,0,0,1,0,0,0,0,0
+bluez-start.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+boot-animation.service,application,application,System,1,1,1,1,0,1,1,1,1,0
+booting-done.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+browser-provider.service,web_fw,web_fw,System,1,1,0,1,1,1,1,0,1,0
+bugreport.service,crash_worker,crash_worker,System::Privileged,1,1,1,1,1,1,1,1,1,0
+buxton2.service,buxton,buxton,System,1,1,1,1,1,1,1,1,1,0
+callmgr.service,telephony,telephony,System,1,1,1,1,0,1,1,1,1,0
+capi-ui-gesture.service,ui_fw,ui_fw,System,0,0,1,0,0,0,0,0,0,0
+capi-ui-sticker.service,ui_fw,ui_fw,System,1,1,1,1,1,1,1,1,1,0
+capmgr.service,app_fw,app_fw,System,1,1,1,1,1,1,1,1,1,0
+central-key-manager.service,key-manager,security_fw,System,1,1,1,1,1,1,1,1,1,0
+cert-checker.service,security_fw,security_fw,System,1,1,0,1,0,1,1,0,1,0
+cert-server.service,security_fw,security_fw,System,1,1,1,1,1,1,1,1,1,0
+chromium-efl-install.service,web_fw,web_fw,System,1,1,1,1,1,1,1,1,1,0
+chromium-efl-update.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+chromium-efl.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+clat.service,network_fw,network_fw,System,1,1,1,1,1,0,0,0,0,0
+clone_partitions_recovery.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+clone_partitions.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+connman-vpn.service,network_fw,network_fw,System,1,1,0,1,1,1,1,0,1,0
+connman.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+console-getty.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+console-shell.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+container-getty@.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+contextd.service,service_fw,service_fw,System,1,1,1,1,0,1,1,1,1,0
+csr.service,security_fw,security_fw,System,1,1,1,1,1,1,1,1,1,0
+cynara.service,cynara,cynara,System,1,1,1,1,1,1,1,1,1,0
+data-checkpoint.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+data-provider-master.service,app_fw,app_fw,System,1,1,1,1,1,1,1,1,1,0
+dbus.service,dbus,dbus,System,1,1,1,1,1,1,1,1,1,0
+debug-shell.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+device-certificate-manager.service,security_fw,security_fw,System,1,1,1,1,1,1,1,1,1,0
+device-policy-manager.service,security_fw,security_fw,System,1,1,1,1,1,1,1,1,1,0
+device-policy-syspopup.service,security_fw,security_fw,System,1,1,1,1,1,1,1,1,1,0
+deviced-request-shutdown@.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+deviced.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+display-manager-monitor.service,graphic_fw,graphic_fw,System,1,1,1,1,1,1,1,1,1,0
+display-manager-ready.service,root,root,System,0,1,0,0,0,0,1,0,0,0
+display-manager.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+dlog_cleanup.service,log,log,System,1,1,1,1,1,1,1,1,1,0
+dlog_logger.service,log,log,System,1,1,1,1,1,1,1,1,1,0
+download-provider.service,web_fw,web_fw,System,1,1,1,1,1,1,1,1,1,0
+dummyasm.service,service_fw,service_fw,System,1,1,1,1,1,1,1,1,1,0
+dump_systemstate.service,crash_worker,crash_worker,System,1,1,1,1,1,1,1,1,1,0
+dumpsys-service.service,log,log,System,1,1,1,1,1,1,1,1,1,0
+edge-orchestration.service,system_fw,system_fw,System,1,1,1,1,1,1,1,0,1,0
+emergency-target-holder.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+emergency.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+emul-common-preinit.service,service_fw,service_fw,System,0,0,0,0,0,1,1,1,1,0
+emul-setup-audio-volume.service,service_fw,service_fw,System,0,0,0,0,0,1,1,1,1,0
+emuld.service,root,root,System::Privileged,0,0,0,0,0,1,1,1,1,0
+engine-loader.service,ui_fw,ui_fw,System,1,1,1,1,1,1,1,1,1,0
+esd.service,app_fw,app_fw,System,1,1,1,1,1,1,1,1,1,0
+factory-reset-launch.service,root,root,System::Privileged,1,1,1,1,1,0,0,0,0,0
+factory-reset.service,root,root,System::Privileged,1,1,1,1,1,0,0,0,0,0
+faultd.service,root,root,System,1,1,1,1,0,1,1,1,1,0
+feedbackd.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+fido-asm.service,service_fw,service_fw,System,1,1,1,1,1,1,1,1,1,0
+fido-bt-roaming-agent.service,service_fw,service_fw,System,1,1,1,1,1,1,1,1,1,0
+fido.service,service_fw,service_fw,System,1,1,1,1,1,1,1,1,1,0
+focus-server.service,multimedia_fw,multimedia_fw,System,1,1,1,1,1,1,1,1,1,0
+getty@.service,root,root,User::Shell,1,1,1,1,1,1,1,1,1,0
+gpsd.service,location,location,System,0,0,1,0,0,0,0,0,0,0
+gumd.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+gumd.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+hal-rpmdb-checker.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+init-update.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+initrd-cleanup.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+initrd-parse-etc.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+initrd-switch-root.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+initrd-udevadm-cleanup-db.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+inm-manager.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+kmod-static-nodes.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+krate.service,root,root,System,1,1,0,1,0,1,1,1,1,0
+lbs-server.service,location,location,System,1,1,1,1,0,1,1,1,1,0
+ldconfig.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+lhd.service,location,location,System,0,0,1,0,0,0,0,0,0,0
+license-manager-agent.service,security_fw,security_fw,System,1,1,1,1,1,1,1,1,1,0
+log_dump.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+log_dump.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+mdgd.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+mdnsd.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+media-server.service,multimedia_fw,multimedia_fw,System,1,1,1,1,1,1,1,1,1,0
+mediacontroller.service,multimedia_fw,multimedia_fw,System,1,1,1,1,1,1,1,1,1,0
+mm-resource-managerd.service,multimedia_fw,multimedia_fw,System,1,1,1,1,1,1,1,1,1,0
+mobileap-agent.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+modemd.service,telephony,telephony,System,1,1,0,1,0,0,0,0,0,0
+modes.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+msg-server.service,messaging,messaging,System,1,1,1,1,0,1,1,1,1,0
+mtp-initiator.service,network_fw,network_fw,System,1,1,0,1,1,0,0,1,0,0
+mtp-responder-dummy.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+mtp-responder.service,network_fw,network_fw,System,1,1,1,1,0,0,0,1,0,0
+murphyd.service,multimedia_fw,multimedia_fw,System,1,1,1,1,1,1,1,1,1,0
+muse-server.service,multimedia_fw,multimedia_fw,System,1,1,1,1,1,1,1,1,1,0
+nan-manager.service,network_fw,network_fw,System,0,1,1,1,1,0,0,0,0,0
+net-config.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+nether.service,security_fw,security_fw,System,1,1,1,1,1,1,1,1,1,0
+nfc-manager.service,network_fw,network_fw,System,0,0,1,0,0,1,1,1,1,0
+nsjail.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+nvitemd.service,telephony,telephony,System,1,1,0,1,0,0,0,0,0,0
+obex.service,network_fw,network_fw,System,1,1,1,1,1,0,0,0,0,0
+obex.service,network_fw,network_fw,System,0,0,0,0,0,0,0,1,0,0
+ode-progress-ui@.service,application,application,System,1,1,1,1,1,1,1,1,1,0
+ode.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+offline-update.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+opt-usr-fsck.service,system_fw,disk,System,1,1,1,1,1,1,1,1,1,0
+package-manager.service,app_fw,app_fw,System::Privileged,1,1,1,1,1,1,1,1,1,0
+package-recovery.service,app_fw,app_fw,System::Privileged,1,1,1,1,1,1,1,1,1,0
+pass.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+peripheral-bus.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+phonenumber-utils.service,service_fw,service_fw,System,1,1,1,1,1,1,1,1,1,0
+pkg-db-recovery.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+pkgdir-tool.service,app_fw,app_fw,System,1,1,1,1,1,1,1,1,1,0
+pkgmgr-info.service,app_fw,app_fw,System,1,1,1,1,1,1,1,1,1,0
+privacy-guard-server.service,security_fw,security_fw,System,1,1,1,1,1,1,1,1,1,0
+pulseaudio.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+pushd.service,service_fw,service_fw,System,1,1,1,1,1,1,1,1,1,0
+quotaon.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+radio-bt-off.service,network_fw,network_fw,System,1,1,0,1,0,0,0,0,0,0
+radio-bt-on-stop.service,root,root,System,1,1,0,1,0,0,0,0,0,0
+radio-bt-on.service,network_fw,network_fw,System,1,1,0,1,0,0,0,0,0,0
+ramdisk-flush.service,system_fw,disk,System,1,1,1,1,1,1,1,1,1,0
+recovery-reboot.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+recovery.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+rescue.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+resize2fs@.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+resourced.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+rndis.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+scmirroring.service,multimedia_fw,multimedia_fw,System,1,1,1,1,1,1,1,1,1,0
+sdbd_tcp.service,sdk,sdk,System,1,1,1,1,1,1,1,1,1,0
+sdbd.service,sdk,sdk,System,1,1,1,1,1,1,1,1,1,0
+security-config.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+security-manager-cleanup.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+security-manager-rules-loader.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+security-manager.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+sensord.service,sensor,input,System,1,1,1,1,0,1,1,1,1,0
+serial-getty@.service,root,root,User::Shell,1,1,1,1,1,1,1,1,1,0
+sessiond.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+setup-adaptor.service,system_fw,system_fw,System,0,1,0,0,0,0,0,0,0,0
+shutdown-animation.service,application,application,System,1,1,1,1,0,1,1,1,1,0
+smartcard-service.service,network_fw,network_fw,System,1,1,1,1,0,0,0,0,0,0
+smartreply.service,ui_fw,ui_fw,System,1,1,1,1,1,0,0,0,0,0
+sound-server.service,multimedia_fw,multimedia_fw,System,1,1,1,1,1,1,1,1,1,0
+stability-monitor.service,stability_monitor,stability_monitor,System,1,1,1,1,1,1,1,1,1,0
+stc-iptables.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+stc-manager.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+storaged.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+swap_manager.service,system_fw,system_fw,System,1,1,1,1,0,1,1,1,1,0
+sys-kernel-tracing.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+system-default-target-done.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+system-delayed-target-done.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+system-delayed-target-trigger.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+system-popup.service,system_fw,system_fw,System,1,1,1,1,0,1,1,1,1,0
+system-update-cleanup.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-ask-password-console.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-ask-password-wall.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-binfmt.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-boot-check-no-failures.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-exit.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-fsck-root.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-fsck@.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-halt.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-hibernate-resume@.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-hibernate.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-hostnamed.service,root,root,System,1,1,1,1,1,0,0,1,0,0
+systemd-hwdb-update.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-hybrid-sleep.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-initctl.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-journal-catalog-update.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-journal-flush.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-journald.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-kexec.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-localed.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-logind.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+systemd-machine-id-commit.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-modules-load.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-nspawn@.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-poweroff.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-quotacheck.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-reboot.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-remount-fs.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-suspend.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-sysctl.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-tmpfiles-setup-dev.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+systemd-tmpfiles-setup.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+systemd-udev-settle.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-udev-trigger.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-udevd.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+systemd-update-done.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-update-utmp-runlevel.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-update-utmp.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-user-sessions.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+systemd-vconsole-setup.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+tef-simulator.service,security_fw,security_fw,System::TEF,0,0,0,0,0,1,1,1,1,0
+telephony-daemon.service,telephony,telephony,System,1,1,1,1,1,1,1,1,1,0
+telephony-dongle.service,telephony,telephony,System,1,1,1,1,1,1,1,1,1,0
+tizen-fstrim-user.service,root,root,System,1,1,0,1,0,0,0,1,0,0
+tizen-system-env.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+tizen-theme-manager.service,app_fw,app_fw,System,1,1,1,1,1,1,1,1,1,0
+tizenid.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+tlm.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+trm.service,system_fw,system_fw,System,1,1,0,1,0,0,0,0,0,0
+ttrace-marker.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+ua-manager.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+udev-sdb-init.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+udev-trigger-dmbow@.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+update-finalize.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+update-manager.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+update-post.service,root,root,System,1,1,1,1,1,1,1,1,1,0
+usb-host-ffs-test-daemon.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+user-runtime-dir@.service,root,root,System::Privileged,1,1,1,1,1,1,1,1,1,0
+user@.service,%i,users,System::Privileged,1,1,1,1,1,1,1,1,1,0
+uwb-manager.service,network_fw,network_fw,System,1,1,0,0,1,1,1,0,0,0
+vmodem-x86.service,root,root,System::Privileged,0,0,0,0,0,1,1,1,1,0
+wait-mount@.service,system_fw,system_fw,System,1,1,1,1,1,1,1,1,1,0
+wait-mount@opt-usr.service,system_fw,system_fw,System,0,0,0,0,0,1,1,1,1,0
+webappenc-initializer.service,security_fw,security_fw,System,1,1,1,1,1,1,1,1,1,0
+wifi-direct-manager.service,network_fw,network_fw,System,1,1,1,1,1,1,1,0,1,0
+wifi-ready.service,network_fw,network_fw,System,1,1,1,1,0,0,0,0,0,0
+wmeshd.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
+zigbee-daemon.service,network_fw,network_fw,System,1,1,1,1,1,1,1,1,1,0
--- /dev/null
+SOCKET_NAME,USER,GROUP,MODE,SMACK_IP_IN,SMACK_IP_OUT,COMMON,IOT,WEARABLE,MOBILE,TV,COMMON_EMUL,IOT_EMUL,WEARABLE_EMUL,MOBILE_EMUL,TV_EMUL
+ac.socket,,,0777,,,1,1,1,1,1,1,1,1,1,0
+central-key-manager-api-control.socket,,,0777,*,@,1,1,1,1,1,1,1,1,1,0
+systemd-journald-audit.socket,,,,,,1,1,1,1,1,1,1,1,1,0
+systemd-udevd-control.socket,,,0600,,,1,1,1,1,1,1,1,1,1,0
+systemd-udevd-kernel.socket,,,,,,1,1,1,1,1,1,1,1,1,0
+systemd-initctl.socket,,,0600,,,1,1,1,1,1,1,1,1,1,0
+cynara-monitor-get.socket,,security_fw,0060,@,@,1,1,1,1,1,1,1,1,1,0
+cynara.socket,,,0777,*,@,1,1,1,1,1,1,1,1,1,0
+audit-trail.socket,security_fw,security_fw,0755,*,@,1,1,1,1,1,1,1,1,1,0
+central-key-manager-api-ocsp.socket,,,0777,*,@,1,1,1,1,1,1,1,1,1,0
+usb-host-test.socket,,,,,,1,1,1,1,1,1,1,1,1,0
+download-provider.socket,,,0777,,,1,1,1,1,1,1,1,1,1,0
+browser-provider.socket,,,0777,,,1,1,0,1,1,1,1,0,1,0
+central-key-manager-api-encryption.socket,,,0777,*,@,1,1,1,1,1,1,1,1,1,0
+auth-fw-passwd-policy.socket,security_fw,security_fw,0777,*,@,1,1,1,1,1,1,1,1,1,0
+msg-server.socket,messaging,messaging,,,,1,1,1,1,0,1,1,1,1,0
+cynara-agent.socket,,security_fw,0060,*,@,1,1,1,1,1,1,1,1,1,0
+cert-checker.socket,security_fw,security_fw,0777,,,1,1,0,1,0,1,1,0,1,0
+security-manager.socket,,,0777,*,@,1,1,1,1,1,1,1,1,1,0
+swap_manager.socket,owner,users,,*,@,1,1,1,1,0,1,1,1,1,0
+csr-admin.socket,,,0777,*,@,1,1,1,1,0,1,1,1,1,0
+sensord.socket,sensor,input,0777,*,@,1,1,1,1,0,1,1,1,1,0
+syslog.socket,,,0666,,,1,1,1,1,1,1,1,1,1,0
+connman.socket,,,,*,@,1,1,1,1,1,1,1,1,1,0
+dbus.socket,,,,*,@,1,1,1,1,1,1,1,1,1,0
+trm.socket,system_fw,system_fw,,*,@,1,1,0,1,0,0,0,0,0,0
+auth-fw-passwd-check.socket,security_fw,security_fw,0777,*,@,1,1,1,1,1,1,1,1,1,0
+ode.socket,,,,*,@,1,1,1,1,1,1,1,1,1,0
+device-certificate-manager.socket,,,0777,*,@,1,1,1,1,1,1,1,1,1,0
+sdbd_tcp.socket,,,,*,@,1,1,1,1,1,1,1,1,1,0
+sdbd.socket,,,,,,1,1,1,1,1,1,1,1,1,0
+cynara-admin.socket,,,0700,@,@,1,1,1,1,1,1,1,1,1,0
+auth-fw-passwd-set.socket,security_fw,security_fw,0777,*,@,1,1,1,1,1,1,1,1,1,0
+buxton2.socket,,,0777,*,@,1,1,1,1,1,1,1,1,1,0
+csr-cs.socket,,,0777,*,@,1,1,1,1,0,1,1,1,1,0
+mediacontroller.socket,multimedia_fw,multimedia_fw,,,,1,1,1,1,1,1,1,1,1,0
+auth-fw-passwd-reset.socket,security_fw,security_fw,0777,*,@,1,1,1,1,1,1,1,1,1,0
+privacy-guard-server.socket,security_fw,security_fw,0777,,,1,1,0,1,0,1,1,0,1,0
+systemd-journald-dev-log.socket,,,0666,,,1,1,1,1,1,1,1,1,1,0
+central-key-manager-api-storage.socket,,,0777,*,@,1,1,1,1,1,1,1,1,1,0
+csr-wp.socket,,,0777,*,@,1,1,1,1,0,1,1,1,1,0
+mtp-responder.socket,,,,,,1,1,1,1,0,0,0,0,0,0
+cert-server.socket,security_fw,security_fw,0777,,,1,1,1,1,1,1,1,1,1,0
+device-policy-manager.socket,security_fw,security_fw,0777,*,@,1,1,1,1,1,1,1,1,1,0
+systemd-journald.socket,,,0666,,,1,1,1,1,1,1,1,1,1,0
+mtp-responder-dummy.socket,,,,,,1,1,1,1,1,1,1,1,1,0
+mdnsd.socket,,,0777,,,1,1,1,1,1,1,1,1,1,0
+pkgmgr-info.socket,,,0666,*,@,1,1,1,1,1,1,1,1,1,0
+nfc-manager.socket,,,0777,*,@,0,0,1,0,0,1,1,1,1,0
+tef-simulator-debugproxy.socket,sdk,security_fw,0660,System::TEF,@,0,0,0,0,0,1,1,1,1,0
+tef-simulator.socket,,priv_tee_client,0060,System,@,0,0,0,0,0,1,1,1,1,0
+tef-simulator.socket,,,0770,*,@,0,0,0,0,0,1,1,1,1,0
+resourced.socket,,,0777,*,@,1,1,1,1,1,1,1,1,1,0
not_permitted_unit_path="/opt/share/security-config/not_permitted_service/"
system_unit_dir="/usr/lib/systemd/system/"
dbus_service_dir="/usr/share/dbus-1/system-services/"
+systemd_service_list_csv="$cur_dir/systemd_service.csv"
+systemd_socket_list_csv="$cur_dir/systemd_socket.csv"
+systemd_service_list="$cur_dir/systemd_service.list"
+systemd_socket_list="$cur_dir/systemd_socket.list"
# function to move service file to another directory. This socket cannot be used.
# $1 : file path, $2 : file name
+++ /dev/null
-org.tizen.voice.ttsnotiserver.service
-org.tizen.voice.ttssrserver.service
-org.tizen.voice.ttsinterruptserver.service
-org.tizen.voice.ttsserver.service
-# last line
+++ /dev/null
-;ac.socket;;;0777;;;
-;central-key-manager-api-control.socket;;;0777;*;@;
-;systemd-journald-audit.socket;;;;;;
-;systemd-udevd-control.socket;;;0600;;;
-;systemd-udevd-kernel.socket;;;;;;
-;systemd-initctl.socket;;;0600;;;
-;cynara-monitor-get.socket;;security_fw;0060;@;@;
-;cynara.socket;;;0777;*;@;
-;audit-trail.socket;security_fw;security_fw;0755;*;@;
-;central-key-manager-api-ocsp.socket;;;0777;*;@;
-;usb-host-test.socket;;;;;;
-;download-provider.socket;;;0777;;;
-;browser-provider.socket;;;0777;;;
-;central-key-manager-api-encryption.socket;;;0777;*;@;
-;auth-fw-passwd-policy.socket;security_fw;security_fw;0777;*;@;
-;msg-server.socket;messaging;messaging;;;;
-;cynara-agent.socket;;security_fw;0060;*;@;
-;cert-checker.socket;security_fw;security_fw;0777;;;
-;security-manager.socket;;;0777;*;@;
-;swap_manager.socket;owner;users;;*;@;
-;csr-admin.socket;;;0777;*;@;
-;sensord.socket;sensor;input;0777;*;@;
-;syslog.socket;;;0666;;;
-;connman.socket;;;;*;@;
-;dbus.socket;;;;*;@;
-;trm.socket;system_fw;system_fw;;*;@;
-;auth-fw-passwd-check.socket;security_fw;security_fw;0777;*;@;
-;ode.socket;;;;*;@;
-;device-certificate-manager.socket;;;0777;*;@;
-;sdbd_tcp.socket;;;;*;@;
-;sdbd.socket;;;;;;
-;cynara-admin.socket;;;0700;@;@;
-;auth-fw-passwd-set.socket;security_fw;security_fw;0777;*;@;
-;buxton2.socket;;;0777;*;@;
-;csr-cs.socket;;;0777;*;@;
-;mediacontroller.socket;multimedia_fw;multimedia_fw;;;;
-;auth-fw-passwd-reset.socket;security_fw;security_fw;0777;*;@;
-;privacy-guard-server.socket;security_fw;security_fw;0777;;;
-;systemd-journald-dev-log.socket;;;0666;;;
-;central-key-manager-api-storage.socket;;;0777;*;@;
-;csr-wp.socket;;;0777;*;@;
-;mtp-responder.socket;;;;;;
-;cert-server.socket;security_fw;security_fw;0777;;;
-;device-policy-manager.socket;security_fw;security_fw;0777;*;@;
-;systemd-journald.socket;;;0666;;;
-;mtp-responder-dummy.socket;;;;;;
-;mdnsd.socket;;;0777;;;
-;pkgmgr-info.socket;;;0666;*;@;
-;resourced.socket;;;0777;*;@;
-# last line
+++ /dev/null
-;ac.service;app_fw;app_fw;System;
-;accounts-service.service;service_fw;service_fw;System;
-;actd.service;root;root;System;
-;alarm-server.service;app_fw;app_fw;System;
-;app2sd-server.service;root;root;System;
-;asp-manager.service;network_fw;network_fw;System;
-;audio-aec.service;multimedia_fw;multimedia_fw;System;
-;audit-trail.service;security_fw;security_fw;System;
-;auth-fw.service;security_fw;security_fw;System;
-;bluetooth-address.service;network_fw;network_fw;System;
-;bluetooth-ag-agent.service;network_fw;network_fw;System;
-;bluetooth-force-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-frwk.service;network_fw;network_fw;System;
-;bluetooth-frwk-core.service;network_fw;network_fw;System;
-;bluetooth-hci-device.service;root;root;System;
-;bluetooth-hci-down.service;network_fw;network_fw;System;
-;bluetooth-hci-dump@.service;network_fw;network_fw;System;
-;bluetooth-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-hci-logger-stop.service;network_fw;network_fw;System;
-;bluetooth-hci-up.service;network_fw;network_fw;System;
-;bluetooth-hciattach@.service;root;root;System;
-;bluetooth-map-agent.service;network_fw;network_fw;System;
-;bluetooth-mesh.service;network_fw;network_fw;System;
-;bluetooth-pbap-agent.service;network_fw;network_fw;System;
-;bluetooth-share.service;network_fw;network_fw;System;
-;bluetooth-share-start.service;network_fw;network_fw;System;
-;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;root;root;System;
-;boot-animation.service;application;application;System;
-;browser-provider.service;web_fw;web_fw;System;
-;buxton2.service;buxton;buxton;System;
-;bugreport.service;crash_worker;crash_worker;System::Privileged;
-;callmgr.service;telephony;telephony;System;
-;capi-ui-sticker.service;ui_fw;ui_fw;System;
-;capmgr.service;app_fw;app_fw;System;
-;central-key-manager.service;key-manager;security_fw;System;
-;cert-checker.service;security_fw;security_fw;System;
-;cert-server.service;security_fw;security_fw;System;
-;chromium-efl.service;root;root;System::Privileged;
-;chromium-efl-install.service;web_fw;web_fw;System;
-;chromium-efl-update.service;root;root;System::Privileged;
-;clat.service;network_fw;network_fw;System;
-;clone_partitions.service;root;root;System;
-;clone_partitions_recovery.service;root;root;System;
-;connman-vpn.service;network_fw;network_fw;System;
-;connman.service;network_fw;network_fw;System;
-;console-getty.service;root;root;System;
-;console-shell.service;root;root;System;
-;container-getty@.service;root;root;System;
-;contextd.service;service_fw;service_fw;System;
-;csr.service;security_fw;security_fw;System;
-;cynara.service;cynara;cynara;System;
-;data-checkpoint.service;root;root;System;
-;data-provider-master.service;app_fw;app_fw;System;
-;dbus.service;dbus;dbus;System;
-;debug-shell.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;
-;deviced.service;root;root;System::Privileged;
-;deviced-request-shutdown@.service;system_fw;system_fw;System;
-;display-manager.service;root;root;System;
-;display-manager-monitor.service;graphic_fw;graphic_fw;System;
-;dlog_cleanup.service;log;log;System;
-;dlog_logger.service;log;log;System;
-;download-provider.service;web_fw;web_fw;System;
-;dummyasm.service;service_fw;service_fw;System;
-;dumpsys-service.service;log;log;System;
-;dump_systemstate.service;crash_worker;crash_worker;System;
-;edge-orchestration.service;system_fw;system_fw;System;
-;emergency.service;root;root;System;
-;emergency-target-holder.service;system_fw;system_fw;System;
-;engine-loader.service;ui_fw;ui_fw;System;
-;esd.service;app_fw;app_fw;System;
-;factory-reset.service;root;root;System::Privileged;
-;factory-reset-launch.service;root;root;System::Privileged;
-;faultd.service;root;root;System;
-;feedbackd.service;system_fw;system_fw;System;
-;fido.service;service_fw;service_fw;System;
-;fido-asm.service;service_fw;service_fw;System;
-;fido-bt-roaming-agent.service;service_fw;service_fw;System;
-;focus-server.service;multimedia_fw;multimedia_fw;System; # need to check by SFV
-;getty@.service;root;root;User::Shell;
-;gumd.service;root;root;System::Privileged;
-;gumd.service;root;root;System;
-;hal-rpmdb-checker.service;system_fw;system_fw;System;
-;init-update.service;root;root;System::Privileged;
-;initrd-cleanup.service;root;root;System;
-;initrd-parse-etc.service;root;root;System;
-;initrd-switch-root.service;root;root;System;
-;initrd-udevadm-cleanup-db.service;root;root;System;
-;inm-manager.service;network_fw;network_fw;System;
-;kmod-static-nodes.service;root;root;System;
-;krate.service;root;root;System;
-;lbs-server.service;location;location;System;
-;ldconfig.service;root;root;System;
-;license-manager-agent.service;security_fw;security_fw;System;
-;log_dump.service;root;root;System;
-;log_dump.service;system_fw;system_fw;System; # conditionaly used
-;mdgd.service;network_fw;network_fw;System;
-;mdnsd.service;network_fw;network_fw;System;
-;media-server.service;multimedia_fw;multimedia_fw;System;
-;mediacontroller.service;multimedia_fw;multimedia_fw;System;
-;mm-resource-managerd.service;multimedia_fw;multimedia_fw;System;
-;mobileap-agent.service;network_fw;network_fw;System;
-;modemd.service;telephony;telephony;System;
-;modes.service;system_fw;system_fw;System;
-;msg-server.service;messaging;messaging;System;
-;mtp-initiator.service;network_fw;network_fw;System;
-;mtp-responder.service;network_fw;network_fw;System;
-;mtp-responder-dummy.service;network_fw;network_fw;System;
-;murphyd.service;multimedia_fw;multimedia_fw;System;
-;muse-server.service;multimedia_fw;multimedia_fw;System;
-;net-config.service;network_fw;network_fw;System;
-;nether.service;security_fw;security_fw;System;
-;nvitemd.service;telephony;telephony;System;
-;nsjail.service;root;root;System::Privileged;
-;obex.service;network_fw;network_fw;System;
-;ode.service;root;root;System::Privileged;
-;ode-progress-ui@.service;application;application;System;
-;offline-update.service;root;root;System::Privileged;
-;opt-usr-fsck.service;system_fw;disk;System;
-;package-manager.service;app_fw;app_fw;System::Privileged;
-;package-recovery.service;app_fw;app_fw;System::Privileged;
-;pass.service;system_fw;system_fw;System;
-;peripheral-bus.service;system_fw;system_fw;System;
-;phonenumber-utils.service;service_fw;service_fw;System;
-;pkg-db-recovery.service;root;root;System::Privileged;
-;pkgdir-tool.service;app_fw;app_fw;System;
-;pkgmgr-info.service;app_fw;app_fw;System;
-;privacy-guard-server.service;security_fw;security_fw;System;
-;pulseaudio.service;root;root;System;
-;pushd.service;service_fw;service_fw;System;
-;quotaon.service;root;root;System;
-;radio-bt-off.service;network_fw;network_fw;System;
-;radio-bt-on.service;network_fw;network_fw;System;
-;radio-bt-on-stop.service;root;root;System;
-;ramdisk-flush.service;system_fw;disk;System;
-;recovery.service;root;root;System;
-;recovery-reboot.service;root;root;System;
-;rescue.service;root;root;System;
-;resize2fs@.service;root;root;System;
-;resourced.service;root;root;System;
-;rndis.service;network_fw;network_fw;System;
-;scmirroring.server.service;multimedia_fw;multimedia_fw;System;
-;sdbd.service;sdk;sdk;System;
-;sdbd_tcp.service;sdk;sdk;System;
-;security-config.service;root;root;System::Privileged;
-;security-manager-cleanup.service;root;root;System::Privileged;
-;security-manager-rules-loader.service;root;root;System::Privileged;
-;security-manager.service;root;root;System::Privileged;
-;sensord.service;sensor;input;System;
-;serial-getty@.service;root;root;User::Shell;
-;sessiond.service;root;root;System::Privileged;
-;shutdown-animation.service;application;application;System;
-;smartcard-service.service;network_fw;network_fw;System;
-;smartreply.service;ui_fw;ui_fw;System;
-;sound-server.service;multimedia_fw;multimedia_fw;System;
-;stability-monitor.service;stability_monitor;stability_monitor;System;
-;stc-iptables.service;network_fw;network_fw;System;
-;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;
-;system-update-cleanup.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;
-;systemd-boot-check-no-failures.service;root;root;System;
-;systemd-exit.service;root;root;System;
-;systemd-fsck-root.service;root;root;System;
-;systemd-fsck@.service;root;root;System;
-;systemd-halt.service;root;root;System;
-;systemd-hibernate-resume@.service;root;root;System;
-;systemd-hibernate.service;root;root;System;
-;systemd-hostnamed.service;root;root;System; # need to be checked whether it is existed
-;systemd-hwdb-update.service;root;root;System;
-;systemd-hybrid-sleep.service;root;root;System;
-;systemd-initctl.service;root;root;System;
-;systemd-journal-catalog-update.service;root;root;System;
-;systemd-journal-flush.service;root;root;System;
-;systemd-journald.service;root;root;System;
-;systemd-kexec.service;root;root;System;
-;systemd-localed.service;root;root;System;
-;systemd-logind.service;root;root;System::Privileged;
-;systemd-machine-id-commit.service;root;root;System;
-;systemd-modules-load.service;root;root;System;
-;systemd-nspawn@.service;root;root;System;
-;systemd-poweroff.service;root;root;System;
-;systemd-quotacheck.service;root;root;System;
-;systemd-reboot.service;root;root;System;
-;systemd-remount-fs.service;root;root;System;
-;systemd-suspend.service;root;root;System;
-;systemd-sysctl.service;root;root;System;
-;systemd-tmpfiles-setup-dev.service;root;root;System::Privileged;
-;systemd-tmpfiles-setup.service;root;root;System::Privileged;
-;systemd-udev-settle.service;root;root;System;
-;systemd-udev-trigger.service;root;root;System;
-;systemd-udevd.service;root;root;System::Privileged;
-;systemd-update-done.service;root;root;System;
-;systemd-update-utmp-runlevel.service;root;root;System;
-;systemd-update-utmp.service;root;root;System;
-;systemd-user-sessions.service;root;root;System;
-;systemd-vconsole-setup.service;root;root;System;
-;telephony-daemon.service;telephony;telephony;System;
-;telephony-dongle.service;telephony;telephony;System;
-;tizen-fstrim-user.service;root;root;System;
-;tizen-system-env.service;root;root;System;
-;tizen-theme-manager.service;app_fw;app_fw;System;
-;tizenid.service;system_fw;system_fw;System;
-;tlm.service;root;root;System;
-;trm.service;system_fw;system_fw;System;
-;ttrace-marker.service;system_fw;system_fw;System;
-;ua-manager.service;network_fw;network_fw;System;
-;udev-sdb-init.service;root;root;System;
-;udev-trigger-dmbow@.service;system_fw;system_fw;System;
-;update-manager.service;root;root;System;
-;update-post.service;root;root;System;
-;update-finalize.service;root;root;System;
-;usb-host-ffs-test-daemon.service;system_fw;system_fw;System;
-;user@.service;%i;users;System::Privileged; # Need to be defined group
-;user-runtime-dir@.service;root;root;System::Privileged;
-;uwb-manager.service;network_fw;network_fw;System;
-;__user@.service;%i;;User; # Need to be defined group
-;wait-mount@.service;system_fw;system_fw;System;
-;webappenc-initializer.service;security_fw;security_fw;System;
-;wifi-direct-manager.service;network_fw;network_fw;System;
-;wifi-ready.service;network_fw;network_fw;System;
-;wmeshd.service;network_fw;network_fw;System; # need to be checked whether it is existed
-;zigbee-daemon.service;network_fw;network_fw;System; # need to be checked whether it is existed
-# last line
+++ /dev/null
-org.tizen.voice.ttsnotiserver.service
-org.tizen.voice.ttssrserver.service
-org.tizen.voice.ttsinterruptserver.service
-org.tizen.voice.ttsserver.service
-# last line
+++ /dev/null
-;ac.socket;;;0777;;;
-;central-key-manager-api-control.socket;;;0777;*;@;
-;systemd-journald-audit.socket;;;;;;
-;systemd-udevd-control.socket;;;0600;;;
-;systemd-udevd-kernel.socket;;;;;;
-;systemd-initctl.socket;;;0600;;;
-;cynara-monitor-get.socket;;security_fw;0060;@;@;
-;cynara.socket;;;0777;*;@;
-;audit-trail.socket;security_fw;security_fw;0755;*;@;
-;central-key-manager-api-ocsp.socket;;;0777;*;@;
-;usb-host-test.socket;;;;;;
-;download-provider.socket;;;0777;;;
-;browser-provider.socket;;;0777;;;
-;central-key-manager-api-encryption.socket;;;0777;*;@;
-;auth-fw-passwd-policy.socket;security_fw;security_fw;0777;*;@;
-;msg-server.socket;messaging;messaging;;;;
-;cynara-agent.socket;;security_fw;0060;*;@;
-;cert-checker.socket;security_fw;security_fw;0777;;;
-;security-manager.socket;;;0777;*;@;
-;swap_manager.socket;owner;users;;*;@;
-;csr-admin.socket;;;0777;*;@;
-;sensord.socket;sensor;input;0777;*;@;
-;syslog.socket;;;0666;;;
-;connman.socket;;;;*;@;
-;dbus.socket;;;;*;@;
-;trm.socket;system_fw;system_fw;;*;@;
-;auth-fw-passwd-check.socket;security_fw;security_fw;0777;*;@;
-;ode.socket;;;;*;@;
-;device-certificate-manager.socket;;;0777;*;@;
-;sdbd_tcp.socket;;;;*;@;
-;sdbd.socket;;;;;;
-;cynara-admin.socket;;;0700;@;@;
-;auth-fw-passwd-set.socket;security_fw;security_fw;0777;*;@;
-;buxton2.socket;;;0777;*;@;
-;csr-cs.socket;;;0777;*;@;
-;mediacontroller.socket;multimedia_fw;multimedia_fw;;;;
-;auth-fw-passwd-reset.socket;security_fw;security_fw;0777;*;@;
-;privacy-guard-server.socket;security_fw;security_fw;0777;;;
-;systemd-journald-dev-log.socket;;;0666;;;
-;central-key-manager-api-storage.socket;;;0777;*;@;
-;csr-wp.socket;;;0777;*;@;
-;mtp-responder.socket;;;;;;
-;cert-server.socket;security_fw;security_fw;0777;;;
-;device-policy-manager.socket;security_fw;security_fw;0777;*;@;
-;systemd-journald.socket;;;0666;;;
-;mtp-responder-dummy.socket;;;;;;
-;mdnsd.socket;;;0777;;;
-;pkgmgr-info.socket;;;0666;*;@;
-;resourced.socket;;;0777;*;@;
-# last line
+++ /dev/null
-;ac.service;app_fw;app_fw;System;
-;accounts-service.service;service_fw;service_fw;System;
-;actd.service;root;root;System;
-;alarm-server.service;app_fw;app_fw;System;
-;app2sd-server.service;root;root;System;
-;asp-manager.service;network_fw;network_fw;System;
-;audio-aec.service;multimedia_fw;multimedia_fw;System;
-;audit-trail.service;security_fw;security_fw;System;
-;auth-fw.service;security_fw;security_fw;System;
-;bluetooth-address.service;network_fw;network_fw;System;
-;bluetooth-ag-agent.service;network_fw;network_fw;System;
-;bluetooth-force-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-frwk.service;network_fw;network_fw;System;
-;bluetooth-frwk-core.service;network_fw;network_fw;System;
-;bluetooth-hci-device.service;root;root;System;
-;bluetooth-hci-down.service;network_fw;network_fw;System;
-;bluetooth-hci-dump@.service;network_fw;network_fw;System;
-;bluetooth-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-hci-logger-stop.service;network_fw;network_fw;System;
-;bluetooth-hci-up.service;network_fw;network_fw;System;
-;bluetooth-hciattach@.service;root;root;System;
-;bluetooth-map-agent.service;network_fw;network_fw;System;
-;bluetooth-mesh.service;network_fw;network_fw;System;
-;bluetooth-pbap-agent.service;network_fw;network_fw;System;
-;bluetooth-share.service;network_fw;network_fw;System;
-;bluetooth-share-start.service;network_fw;network_fw;System;
-;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;root;root;System;
-;boot-animation.service;application;application;System;
-;browser-provider.service;web_fw;web_fw;System;
-;bugreport.service;crash_worker;crash_worker;System::Privileged;
-;buxton2.service;buxton;buxton;System;
-;callmgr.service;telephony;telephony;System;
-;capi-ui-sticker.service;ui_fw;ui_fw;System;
-;capmgr.service;app_fw;app_fw;System;
-;central-key-manager.service;key-manager;security_fw;System;
-;cert-checker.service;security_fw;security_fw;System;
-;cert-server.service;security_fw;security_fw;System;
-;chromium-efl.service;root;root;System::Privileged;
-;chromium-efl-install.service;web_fw;web_fw;System;
-;chromium-efl-update.service;root;root;System::Privileged;
-;clat.service;network_fw;network_fw;System;
-;clone_partitions.service;root;root;System;
-;clone_partitions_recovery.service;root;root;System;
-;connman-vpn.service;network_fw;network_fw;System;
-;connman.service;network_fw;network_fw;System;
-;console-getty.service;root;root;System;
-;console-shell.service;root;root;System;
-;container-getty@.service;root;root;System;
-;contextd.service;service_fw;service_fw;System;
-;csr.service;security_fw;security_fw;System;
-;cynara.service;cynara;cynara;System;
-;data-checkpoint.service;root;root;System;
-;data-provider-master.service;app_fw;app_fw;System;
-;dbus.service;dbus;dbus;System;
-;debug-shell.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;
-;deviced.service;root;root;System::Privileged;
-;deviced-request-shutdown@.service;system_fw;system_fw;System;
-;display-manager.service;root;root;System;
-;display-manager-monitor.service;graphic_fw;graphic_fw;System;
-;display-manager-ready.service;root;root;System; # Requested for headless profile only
-;dlog_cleanup.service;log;log;System;
-;dlog_logger.service;log;log;System;
-;download-provider.service;web_fw;web_fw;System;
-;dummyasm.service;service_fw;service_fw;System;
-;dumpsys-service.service;log;log;System;
-;dump_systemstate.service;crash_worker;crash_worker;System;
-;edge-orchestration.service;system_fw;system_fw;System;
-;emergency.service;root;root;System;
-;emergency-target-holder.service;system_fw;system_fw;System;
-;engine-loader.service;ui_fw;ui_fw;System;
-;esd.service;app_fw;app_fw;System;
-;factory-reset.service;root;root;System::Privileged;
-;factory-reset-launch.service;root;root;System::Privileged;
-;faultd.service;root;root;System;
-;feedbackd.service;system_fw;system_fw;System;
-;fido.service;service_fw;service_fw;System;
-;fido-asm.service;service_fw;service_fw;System;
-;fido-bt-roaming-agent.service;service_fw;service_fw;System;
-;focus-server.service;multimedia_fw;multimedia_fw;System; # need to check by SFV
-;getty@.service;root;root;User::Shell;
-;gumd.service;root;root;System::Privileged;
-;gumd.service;root;root;System;
-;hal-rpmdb-checker.service;system_fw;system_fw;System;
-;init-update.service;root;root;System::Privileged;
-;initrd-cleanup.service;root;root;System;
-;initrd-parse-etc.service;root;root;System;
-;initrd-switch-root.service;root;root;System;
-;initrd-udevadm-cleanup-db.service;root;root;System;
-;inm-manager.service;network_fw;network_fw;System;
-;kmod-static-nodes.service;root;root;System;
-;krate.service;root;root;System;
-;lbs-server.service;location;location;System;
-;ldconfig.service;root;root;System;
-;license-manager-agent.service;security_fw;security_fw;System;
-;log_dump.service;root;root;System;
-;log_dump.service;system_fw;system_fw;System; # conditionaly used
-;mdgd.service;network_fw;network_fw;System;
-;mdnsd.service;network_fw;network_fw;System;
-;media-server.service;multimedia_fw;multimedia_fw;System;
-;mediacontroller.service;multimedia_fw;multimedia_fw;System;
-;mm-resource-managerd.service;multimedia_fw;multimedia_fw;System;
-;mobileap-agent.service;network_fw;network_fw;System;
-;modemd.service;telephony;telephony;System;
-;modes.service;system_fw;system_fw;System;
-;msg-server.service;messaging;messaging;System;
-;mtp-initiator.service;network_fw;network_fw;System;
-;mtp-responder.service;network_fw;network_fw;System;
-;mtp-responder-dummy.service;network_fw;network_fw;System;
-;murphyd.service;multimedia_fw;multimedia_fw;System;
-;muse-server.service;multimedia_fw;multimedia_fw;System;
-;nan-manager.service;network_fw;network_fw;System;
-;net-config.service;network_fw;network_fw;System;
-;nether.service;security_fw;security_fw;System;
-;nsjail.service;root;root;System::Privileged;
-;nvitemd.service;telephony;telephony;System;
-;obex.service;network_fw;network_fw;System;
-;ode.service;root;root;System::Privileged;
-;ode-progress-ui@.service;application;application;System;
-;offline-update.service;root;root;System::Privileged;
-;opt-usr-fsck.service;system_fw;disk;System;
-;package-manager.service;app_fw;app_fw;System::Privileged;
-;package-recovery.service;app_fw;app_fw;System::Privileged;
-;pass.service;system_fw;system_fw;System;
-;peripheral-bus.service;system_fw;system_fw;System;
-;phonenumber-utils.service;service_fw;service_fw;System;
-;pkg-db-recovery.service;root;root;System::Privileged;
-;pkgdir-tool.service;app_fw;app_fw;System;
-;pkgmgr-info.service;app_fw;app_fw;System;
-;privacy-guard-server.service;security_fw;security_fw;System;
-;pulseaudio.service;root;root;System;
-;pushd.service;service_fw;service_fw;System;
-;quotaon.service;root;root;System;
-;radio-bt-off.service;network_fw;network_fw;System;
-;radio-bt-on.service;network_fw;network_fw;System;
-;radio-bt-on-stop.service;root;root;System;
-;ramdisk-flush.service;system_fw;disk;System;
-;recovery.service;root;root;System;
-;recovery-reboot.service;root;root;System;
-;rescue.service;root;root;System;
-;resize2fs@.service;root;root;System;
-;resourced.service;root;root;System;
-;rndis.service;network_fw;network_fw;System;
-;scmirroring.server.service;multimedia_fw;multimedia_fw;System;
-;sdbd.service;sdk;sdk;System;
-;sdbd_tcp.service;sdk;sdk;System;
-;security-config.service;root;root;System::Privileged;
-;security-manager-cleanup.service;root;root;System::Privileged;
-;security-manager-rules-loader.service;root;root;System::Privileged;
-;security-manager.service;root;root;System::Privileged;
-;sensord.service;sensor;input;System;
-;serial-getty@.service;root;root;User::Shell;
-;sessiond.service;root;root;System::Privileged;
-;setup-adaptor.service;system_fw;system_fw;System;
-;shutdown-animation.service;application;application;System;
-;smartcard-service.service;network_fw;network_fw;System;
-;smartreply.service;ui_fw;ui_fw;System;
-;sound-server.service;multimedia_fw;multimedia_fw;System;
-;stability-monitor.service;stability_monitor;stability_monitor;System;
-;stc-iptables.service;network_fw;network_fw;System;
-;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;
-;system-update-cleanup.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;
-;systemd-boot-check-no-failures.service;root;root;System;
-;systemd-exit.service;root;root;System;
-;systemd-fsck-root.service;root;root;System;
-;systemd-fsck@.service;root;root;System;
-;systemd-halt.service;root;root;System;
-;systemd-hibernate-resume@.service;root;root;System;
-;systemd-hibernate.service;root;root;System;
-;systemd-hostnamed.service;root;root;System; # need to be checked whether it is existed
-;systemd-hwdb-update.service;root;root;System;
-;systemd-hybrid-sleep.service;root;root;System;
-;systemd-initctl.service;root;root;System;
-;systemd-journal-catalog-update.service;root;root;System;
-;systemd-journal-flush.service;root;root;System;
-;systemd-journald.service;root;root;System;
-;systemd-kexec.service;root;root;System;
-;systemd-localed.service;root;root;System;
-;systemd-logind.service;root;root;System::Privileged;
-;systemd-machine-id-commit.service;root;root;System;
-;systemd-modules-load.service;root;root;System;
-;systemd-nspawn@.service;root;root;System;
-;systemd-poweroff.service;root;root;System;
-;systemd-quotacheck.service;root;root;System;
-;systemd-reboot.service;root;root;System;
-;systemd-remount-fs.service;root;root;System;
-;systemd-suspend.service;root;root;System;
-;systemd-sysctl.service;root;root;System;
-;systemd-tmpfiles-setup-dev.service;root;root;System::Privileged;
-;systemd-tmpfiles-setup.service;root;root;System::Privileged;
-;systemd-udev-settle.service;root;root;System;
-;systemd-udev-trigger.service;root;root;System;
-;systemd-udevd.service;root;root;System::Privileged;
-;systemd-update-done.service;root;root;System;
-;systemd-update-utmp-runlevel.service;root;root;System;
-;systemd-update-utmp.service;root;root;System;
-;systemd-user-sessions.service;root;root;System;
-;systemd-vconsole-setup.service;root;root;System;
-;telephony-daemon.service;telephony;telephony;System;
-;telephony-dongle.service;telephony;telephony;System;
-;tizen-fstrim-user.service;root;root;System;
-;tizen-system-env.service;root;root;System;
-;tizen-theme-manager.service;app_fw;app_fw;System;
-;tizenid.service;system_fw;system_fw;System;
-;tlm.service;root;root;System;
-;trm.service;system_fw;system_fw;System;
-;ttrace-marker.service;system_fw;system_fw;System;
-;ua-manager.service;network_fw;network_fw;System;
-;udev-sdb-init.service;root;root;System;
-;udev-trigger-dmbow@.service;system_fw;system_fw;System;
-;update-manager.service;root;root;System;
-;update-post.service;root;root;System;
-;update-finalize.service;root;root;System;
-;usb-host-ffs-test-daemon.service;system_fw;system_fw;System;
-;user@.service;%i;users;System::Privileged; # Need to be defined group
-;user-runtime-dir@.service;root;root;System::Privileged;
-;uwb-manager.service;network_fw;network_fw;System;
-;__user@.service;%i;;User; # Need to be defined group
-;wait-mount@.service;system_fw;system_fw;System;
-;webappenc-initializer.service;security_fw;security_fw;System;
-;wifi-direct-manager.service;network_fw;network_fw;System;
-;wifi-ready.service;network_fw;network_fw;System;
-;wmeshd.service;network_fw;network_fw;System; # need to be checked whether it is existed
-;zigbee-daemon.service;network_fw;network_fw;System; # need to be checked whether it is existed
-# last line
+++ /dev/null
-org.tizen.voice.ttsnotiserver.service
-org.tizen.voice.ttssrserver.service
-org.tizen.voice.ttsinterruptserver.service
-org.tizen.voice.ttsserver.service
-# last line
+++ /dev/null
-;ac.socket;;;0777;;;
-;central-key-manager-api-control.socket;;;0777;*;@;
-;systemd-journald-audit.socket;;;;;;
-;systemd-udevd-control.socket;;;0600;;;
-;systemd-udevd-kernel.socket;;;;;;
-;systemd-initctl.socket;;;0600;;;
-;cynara-monitor-get.socket;;security_fw;0060;@;@;
-;cynara.socket;;;0777;*;@;
-;audit-trail.socket;security_fw;security_fw;0755;*;@;
-;central-key-manager-api-ocsp.socket;;;0777;*;@;
-;usb-host-test.socket;;;;;;
-;download-provider.socket;;;0777;;;
-;browser-provider.socket;;;0777;;;
-;central-key-manager-api-encryption.socket;;;0777;*;@;
-;auth-fw-passwd-policy.socket;security_fw;security_fw;0777;*;@;
-;msg-server.socket;messaging;messaging;;;;
-;cynara-agent.socket;;security_fw;0060;*;@;
-;cert-checker.socket;security_fw;security_fw;0777;;;
-;security-manager.socket;;;0777;*;@;
-;swap_manager.socket;owner;users;;*;@;
-;csr-admin.socket;;;0777;*;@;
-;sensord.socket;sensor;input;0777;*;@;
-;syslog.socket;;;0666;;;
-;connman.socket;;;;*;@;
-;dbus.socket;;;;*;@;
-;trm.socket;system_fw;system_fw;;*;@;
-;auth-fw-passwd-check.socket;security_fw;security_fw;0777;*;@;
-;ode.socket;;;;*;@;
-;device-certificate-manager.socket;;;0777;*;@;
-;sdbd_tcp.socket;;;;*;@;
-;sdbd.socket;;;;;;
-;cynara-admin.socket;;;0700;@;@;
-;auth-fw-passwd-set.socket;security_fw;security_fw;0777;*;@;
-;buxton2.socket;;;0777;*;@;
-;csr-cs.socket;;;0777;*;@;
-;mediacontroller.socket;multimedia_fw;multimedia_fw;;;;
-;auth-fw-passwd-reset.socket;security_fw;security_fw;0777;*;@;
-;privacy-guard-server.socket;security_fw;security_fw;0777;;;
-;systemd-journald-dev-log.socket;;;0666;;;
-;central-key-manager-api-storage.socket;;;0777;*;@;
-;csr-wp.socket;;;0777;*;@;
-;mtp-responder.socket;;;;;;
-;cert-server.socket;security_fw;security_fw;0777;;;
-;device-policy-manager.socket;security_fw;security_fw;0777;*;@;
-;systemd-journald.socket;;;0666;;;
-;mtp-responder-dummy.socket;;;;;;
-;mdnsd.socket;;;0777;;;
-;pkgmgr-info.socket;;;0666;*;@;
-;resourced.socket;;;0777;*;@;
-# last line
+++ /dev/null
-;ac.service;app_fw;app_fw;System;
-;accounts-service.service;service_fw;service_fw;System;
-;actd.service;root;root;System;
-;alarm-server.service;app_fw;app_fw;System;
-;app2sd-server.service;root;root;System;
-;asp-manager.service;network_fw;network_fw;System;
-;audio-aec.service;multimedia_fw;multimedia_fw;System;
-;audit-trail.service;security_fw;security_fw;System;
-;auth-fw.service;security_fw;security_fw;System;
-;bluetooth-address.service;network_fw;network_fw;System;
-;bluetooth-ag-agent.service;network_fw;network_fw;System;
-;bluetooth-force-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-frwk.service;network_fw;network_fw;System;
-;bluetooth-frwk-core.service;network_fw;network_fw;System;
-;bluetooth-hci-device.service;root;root;System;
-;bluetooth-hci-down.service;network_fw;network_fw;System;
-;bluetooth-hci-dump@.service;network_fw;network_fw;System;
-;bluetooth-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-hci-logger-stop.service;network_fw;network_fw;System;
-;bluetooth-hci-up.service;network_fw;network_fw;System;
-;bluetooth-hciattach@.service;root;root;System;
-;bluetooth-map-agent.service;network_fw;network_fw;System;
-;bluetooth-mesh.service;network_fw;network_fw;System;
-;bluetooth-pbap-agent.service;network_fw;network_fw;System;
-;bluetooth-share.service;network_fw;network_fw;System;
-;bluetooth-share-start.service;network_fw;network_fw;System;
-;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;root;root;System;
-;boot-animation.service;application;application;System;
-;browser-provider.service;web_fw;web_fw;System;
-;bugreport.service;crash_worker;crash_worker;System::Privileged;
-;buxton2.service;buxton;buxton;System;
-;callmgr.service;telephony;telephony;System;
-;capi-ui-sticker.service;ui_fw;ui_fw;System;
-;capmgr.service;app_fw;app_fw;System;
-;central-key-manager.service;key-manager;security_fw;System;
-;cert-checker.service;security_fw;security_fw;System;
-;cert-server.service;security_fw;security_fw;System;
-;chromium-efl.service;root;root;System::Privileged;
-;chromium-efl-install.service;web_fw;web_fw;System;
-;chromium-efl-update.service;root;root;System::Privileged;
-;clat.service;network_fw;network_fw;System;
-;clone_partitions.service;root;root;System;
-;clone_partitions_recovery.service;root;root;System;
-;connman-vpn.service;network_fw;network_fw;System;
-;connman.service;network_fw;network_fw;System;
-;console-getty.service;root;root;System;
-;console-shell.service;root;root;System;
-;container-getty@.service;root;root;System;
-;contextd.service;service_fw;service_fw;System;
-;csr.service;security_fw;security_fw;System;
-;cynara.service;cynara;cynara;System;
-;data-checkpoint.service;root;root;System;
-;data-provider-master.service;app_fw;app_fw;System;
-;dbus.service;dbus;dbus;System;
-;debug-shell.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;
-;deviced-request-shutdown@.service;system_fw;system_fw;System;
-;deviced.service;root;root;System::Privileged;
-;display-manager.service;root;root;System;
-;display-manager-monitor.service;graphic_fw;graphic_fw;System;
-;dlog_cleanup.service;log;log;System;
-;dlog_logger.service;log;log;System;
-;download-provider.service;web_fw;web_fw;System;
-;dummyasm.service;service_fw;service_fw;System;
-;dumpsys-service.service;log;log;System;
-;dump_systemstate.service;crash_worker;crash_worker;System;
-;edge-orchestration.service;system_fw;system_fw;System;
-;emergency.service;root;root;System;
-;emergency-target-holder.service;system_fw;system_fw;System;
-;engine-loader.service;ui_fw;ui_fw;System;
-;esd.service;app_fw;app_fw;System;
-;factory-reset.service;root;root;System::Privileged;
-;factory-reset-launch.service;root;root;System::Privileged;
-;faultd.service;root;root;System;
-;feedbackd.service;system_fw;system_fw;System;
-;fido.service;service_fw;service_fw;System;
-;fido-asm.service;service_fw;service_fw;System;
-;fido-bt-roaming-agent.service;service_fw;service_fw;System;
-;focus-server.service;multimedia_fw;multimedia_fw;System; # need to check by SFV
-;getty@.service;root;root;User::Shell;
-;gumd.service;root;root;System::Privileged;
-;gumd.service;root;root;System;
-;hal-rpmdb-checker.service;system_fw;system_fw;System;
-;init-update.service;root;root;System::Privileged;
-;initrd-cleanup.service;root;root;System;
-;initrd-parse-etc.service;root;root;System;
-;initrd-switch-root.service;root;root;System;
-;initrd-udevadm-cleanup-db.service;root;root;System;
-;inm-manager.service;network_fw;network_fw;System;
-;kmod-static-nodes.service;root;root;System;
-;krate.service;root;root;System;
-;lbs-server.service;location;location;System;
-;ldconfig.service;root;root;System;
-;license-manager-agent.service;security_fw;security_fw;System;
-;log_dump.service;root;root;System;
-;log_dump.service;system_fw;system_fw;System; # conditionaly used
-;mdgd.service;network_fw;network_fw;System;
-;mdnsd.service;network_fw;network_fw;System;
-;media-server.service;multimedia_fw;multimedia_fw;System;
-;mediacontroller.service;multimedia_fw;multimedia_fw;System;
-;mm-resource-managerd.service;multimedia_fw;multimedia_fw;System;
-;mobileap-agent.service;network_fw;network_fw;System;
-;modemd.service;telephony;telephony;System;
-;modes.service;system_fw;system_fw;System;
-;msg-server.service;messaging;messaging;System;
-;mtp-initiator.service;network_fw;network_fw;System;
-;mtp-responder.service;network_fw;network_fw;System;
-;mtp-responder-dummy.service;network_fw;network_fw;System;
-;murphyd.service;multimedia_fw;multimedia_fw;System;
-;muse-server.service;multimedia_fw;multimedia_fw;System;
-;nan-manager.service;network_fw;network_fw;System;
-;net-config.service;network_fw;network_fw;System;
-;nether.service;security_fw;security_fw;System;
-;nvitemd.service;telephony;telephony;System;
-;nsjail.service;root;root;System::Privileged;
-;obex.service;network_fw;network_fw;System;
-;ode.service;root;root;System::Privileged;
-;ode-progress-ui@.service;application;application;System;
-;offline-update.service;root;root;System::Privileged;
-;opt-usr-fsck.service;system_fw;disk;System;
-;package-manager.service;app_fw;app_fw;System::Privileged;
-;package-recovery.service;app_fw;app_fw;System::Privileged;
-;pass.service;system_fw;system_fw;System;
-;peripheral-bus.service;system_fw;system_fw;System;
-;phonenumber-utils.service;service_fw;service_fw;System;
-;pkg-db-recovery.service;root;root;System::Privileged;
-;pkgdir-tool.service;app_fw;app_fw;System;
-;pkgmgr-info.service;app_fw;app_fw;System;
-;privacy-guard-server.service;security_fw;security_fw;System;
-;pulseaudio.service;root;root;System;
-;pushd.service;service_fw;service_fw;System;
-;quotaon.service;root;root;System;
-;radio-bt-off.service;network_fw;network_fw;System;
-;radio-bt-on.service;network_fw;network_fw;System;
-;radio-bt-on-stop.service;root;root;System;
-;ramdisk-flush.service;system_fw;disk;System;
-;recovery.service;root;root;System;
-;recovery-reboot.service;root;root;System;
-;rescue.service;root;root;System;
-;resize2fs@.service;root;root;System;
-;resourced.service;root;root;System;
-;rndis.service;network_fw;network_fw;System;
-;scmirroring.server.service;multimedia_fw;multimedia_fw;System;
-;sdbd.service;sdk;sdk;System;
-;sdbd_tcp.service;sdk;sdk;System;
-;security-config.service;root;root;System::Privileged;
-;security-manager-cleanup.service;root;root;System::Privileged;
-;security-manager-rules-loader.service;root;root;System::Privileged;
-;security-manager.service;root;root;System::Privileged;
-;sensord.service;sensor;input;System;
-;serial-getty@.service;root;root;User::Shell;
-;sessiond.service;root;root;System::Privileged;
-;shutdown-animation.service;application;application;System;
-;smartcard-service.service;network_fw;network_fw;System;
-;smartreply.service;ui_fw;ui_fw;System;
-;sound-server.service;multimedia_fw;multimedia_fw;System;
-;stability-monitor.service;stability_monitor;stability_monitor;System;
-;stc-iptables.service;network_fw;network_fw;System;
-;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;
-;system-update-cleanup.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;
-;systemd-boot-check-no-failures.service;root;root;System;
-;systemd-exit.service;root;root;System;
-;systemd-fsck-root.service;root;root;System;
-;systemd-fsck@.service;root;root;System;
-;systemd-halt.service;root;root;System;
-;systemd-hibernate-resume@.service;root;root;System;
-;systemd-hibernate.service;root;root;System;
-;systemd-hostnamed.service;root;root;System; # need to be checked whether it is existed
-;systemd-hwdb-update.service;root;root;System;
-;systemd-hybrid-sleep.service;root;root;System;
-;systemd-initctl.service;root;root;System;
-;systemd-journal-catalog-update.service;root;root;System;
-;systemd-journal-flush.service;root;root;System;
-;systemd-journald.service;root;root;System;
-;systemd-kexec.service;root;root;System;
-;systemd-localed.service;root;root;System;
-;systemd-logind.service;root;root;System::Privileged;
-;systemd-machine-id-commit.service;root;root;System;
-;systemd-modules-load.service;root;root;System;
-;systemd-nspawn@.service;root;root;System;
-;systemd-poweroff.service;root;root;System;
-;systemd-quotacheck.service;root;root;System;
-;systemd-reboot.service;root;root;System;
-;systemd-remount-fs.service;root;root;System;
-;systemd-suspend.service;root;root;System;
-;systemd-sysctl.service;root;root;System;
-;systemd-tmpfiles-setup-dev.service;root;root;System::Privileged;
-;systemd-tmpfiles-setup.service;root;root;System::Privileged;
-;systemd-udev-settle.service;root;root;System;
-;systemd-udev-trigger.service;root;root;System;
-;systemd-udevd.service;root;root;System::Privileged;
-;systemd-update-done.service;root;root;System;
-;systemd-update-utmp-runlevel.service;root;root;System;
-;systemd-update-utmp.service;root;root;System;
-;systemd-user-sessions.service;root;root;System;
-;systemd-vconsole-setup.service;root;root;System;
-;telephony-daemon.service;telephony;telephony;System;
-;telephony-dongle.service;telephony;telephony;System;
-;tizen-fstrim-user.service;root;root;System;
-;tizen-system-env.service;root;root;System;
-;tizen-theme-manager.service;app_fw;app_fw;System;
-;tizenid.service;system_fw;system_fw;System;
-;tlm.service;root;root;System;
-;trm.service;system_fw;system_fw;System;
-;ttrace-marker.service;system_fw;system_fw;System;
-;ua-manager.service;network_fw;network_fw;System;
-;udev-sdb-init.service;root;root;System;
-;udev-trigger-dmbow@.service;system_fw;system_fw;System;
-;update-manager.service;root;root;System;
-;update-post.service;root;root;System;
-;update-finalize.service;root;root;System;
-;usb-host-ffs-test-daemon.service;system_fw;system_fw;System;
-;user@.service;%i;users;System::Privileged; # Need to be defined group
-;user-runtime-dir@.service;root;root;System::Privileged;
-;__user@.service;%i;;User; # Need to be defined group
-;wait-mount@.service;system_fw;system_fw;System;
-;webappenc-initializer.service;security_fw;security_fw;System;
-;wifi-direct-manager.service;network_fw;network_fw;System;
-;wifi-ready.service;network_fw;network_fw;System;
-;wmeshd.service;network_fw;network_fw;System; # need to be checked whether it is existed
-;zigbee-daemon.service;network_fw;network_fw;System; # need to be checked whether it is existed
-# last line
+++ /dev/null
-org.tizen.voice.ttsnotiserver.service
-org.tizen.voice.ttssrserver.service
-org.tizen.voice.ttsinterruptserver.service
-org.tizen.voice.ttsserver.service
-# last line
+++ /dev/null
-;ode.socket;;;;*;@;
-;download-provider.socket;;;0777;;;
-;security-manager.socket;;;0777;*;@;
-;cynara.socket;;;0777;*;@;
-;device-policy-manager.socket;security_fw;security_fw;0777;*;@;
-;central-key-manager-api-control.socket;;;0777;*;@;
-;buxton2.socket;;;0777;*;@;
-;syslog.socket;;;0666;;;
-;usb-host-test.socket;;;;;;
-;ac.socket;;;0777;;;
-;auth-fw-passwd-reset.socket;security_fw;security_fw;0777;*;@;
-;systemd-udevd-kernel.socket;;;;;;
-;device-certificate-manager.socket;;;0777;*;@;
-;cert-server.socket;security_fw;security_fw;0777;;;
-;download-provider.socket;;;0777;;;
-;security-manager.socket;;;0777;*;@;
-;cynara.socket;;;0777;*;@;
-;device-policy-manager.socket;security_fw;security_fw;0777;*;@;
-;central-key-manager-api-control.socket;;;0777;*;@;
-;buxton2.socket;;;0777;*;@;
-;ac.socket;;;0777;;;
-;auth-fw-passwd-reset.socket;security_fw;security_fw;0777;*;@;
-;systemd-udevd-kernel.socket;;;;;;
-;device-certificate-manager.socket;;;0777;*;@;
-;cert-server.socket;security_fw;security_fw;0777;;;
-;auth-fw-passwd-set.socket;security_fw;security_fw;0777;*;@;
-;systemd-udevd-control.socket;;;0600;;;
-;auth-fw-passwd-policy.socket;security_fw;security_fw;0777;*;@;
-;connman.socket;;;;*;@;
-;browser-provider.socket;;;0777;;;
-;central-key-manager-api-ocsp.socket;;;0777;*;@;
-;cynara-monitor-get.socket;;security_fw;0060;@;@;
-;systemd-initctl.socket;;;0600;;;
-;dbus.socket;;;;*;@;
-;systemd-journald-dev-log.socket;;;0666;;;
-;central-key-manager-api-encryption.socket;;;0777;*;@;
-;mediacontroller.socket;multimedia_fw;multimedia_fw;;;;
-;cynara-admin.socket;;;0700;@;@;
-;systemd-journald.socket;;;0666;;;
-;sdbd_tcp.socket;;;;*;@;
-;central-key-manager-api-storage.socket;;;0777;*;@;
-;auth-fw-passwd-check.socket;security_fw;security_fw;0777;*;@;
-;systemd-journald-audit.socket;;;;;;
-;cynara-agent.socket;;security_fw;0060;*;@;
-;auth-fw-passwd-set.socket;security_fw;security_fw;0777;*;@;
-;systemd-udevd-control.socket;;;0600;;;
-;dbus.socket;;;;*;@;
-;auth-fw-passwd-policy.socket;security_fw;security_fw;0777;*;@;
-;connman.socket;;;;*;@;
-;browser-provider.socket;;;0777;;;
-;sdbd.socket;;;;;;
-;central-key-manager-api-ocsp.socket;;;0777;*;@;
-;cynara-monitor-get.socket;;security_fw;0060;@;@;
-;systemd-initctl.socket;;;0600;;;
-;dbus.socket;;;;*;@;
-;systemd-journald-dev-log.socket;;;0666;;;
-;central-key-manager-api-encryption.socket;;;0777;*;@;
-;cynara.socket;;;0777;*;@;
-;mediacontroller.socket;multimedia_fw;multimedia_fw;;;;
-;cynara-admin.socket;;;0700;@;@;
-;systemd-journald.socket;;;0666;;;
-;audit-trail.socket;security_fw;security_fw;0755;*;@;
-;sdbd_tcp.socket;;;;*;@;
-;central-key-manager-api-storage.socket;;;0777;*;@;
-;auth-fw-passwd-check.socket;security_fw;security_fw;0777;*;@;
-;systemd-journald-audit.socket;;;;;;
-;cynara-agent.socket;;security_fw;0060;*;@;
-;mtp-responder-dummy.socket;;;;;;
-;mdnsd.socket;;;0777;;;
-;pkgmgr-info.socket;;;0666;*;@;
-;resourced.socket;;;0777;*;@;
-# last line
+++ /dev/null
-;ac.service;app_fw;app_fw;System;
-;accounts-service.service;service_fw;service_fw;System;
-;actd.service;root;root;System;
-;alarm-server.service;app_fw;app_fw;System;
-;asp-manager.service;network_fw;network_fw;System;
-;audio-aec.service;multimedia_fw;multimedia_fw;System;
-;audit-trail.service;security_fw;security_fw;System;
-;auth-fw.service;security_fw;security_fw;System;
-;bluetooth-ag-agent.service;network_fw;network_fw;System;
-;bluetooth.service;network_fw;network_fw;System;
-;bluetooth-address.service;network_fw;network_fw;System;
-;bluetooth-force-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-frwk.service;network_fw;network_fw;System;
-;bluetooth-frwk-core.service;network_fw;network_fw;System;
-;bluetooth-hci-down.service;network_fw;network_fw;System;
-;bluetooth-hci-dump@.service;network_fw;network_fw;System;
-;bluetooth-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-hci-logger-stop.service;network_fw;network_fw;System;
-;bluetooth-hci-up.service;network_fw;network_fw;System;
-;bluetooth-mesh.service;network_fw;network_fw;System;
-;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;root;root;System;
-;browser-provider.service;web_fw;web_fw;System;
-;bugreport.service;crash_worker;crash_worker;System::Privileged;
-;buxton2.service;buxton;buxton;System;
-;capi-ui-sticker.service;ui_fw;ui_fw;System;
-;capmgr.service;app_fw;app_fw;System;
-;central-key-manager.service;key-manager;security_fw;System;
-;cert-server.service;security_fw;security_fw;System;
-;chromium-efl.service;root;root;System::Privileged;
-;chromium-efl-install.service;web_fw;web_fw;System;
-;chromium-efl-update.service;root;root;System::Privileged;
-;clat.service;network_fw;network_fw;System;
-;clone_partitions.service;root;root;System;
-;clone_partitions_recovery.service;root;root;System;
-;connman-vpn.service;network_fw;network_fw;System;
-;connman.service;network_fw;network_fw;System;
-;console-getty.service;root;root;System;
-;console-shell.service;root;root;System;
-;container-getty@.service;root;root;System;
-;csr.service;security_fw;security_fw;System;
-;cynara.service;cynara;cynara;System;
-;data-checkpoint.service;root;root;System;
-;data-provider-master.service;app_fw;app_fw;System;
-;dbus.service;dbus;dbus;System;
-;debug-shell.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;
-;deviced.service;root;root;System::Privileged;
-;deviced-request-shutdown@.service;system_fw;system_fw;System;
-;display-manager.service;root;root;System;
-;display-manager-monitor.service;graphic_fw;graphic_fw;System;
-;dlog_cleanup.service;log;log;System;
-;dlog_logger.service;log;log;System;
-;download-provider.service;web_fw;web_fw;System;
-;dummyasm.service;service_fw;service_fw;System;
-;dumpsys-service.service;log;log;System;
-;dump_systemstate.service;crash_worker;crash_worker;System;
-;edge-orchestration.service;system_fw;system_fw;System;
-;emergency.service;root;root;System;
-;emergency-target-holder.service;system_fw;system_fw;System;
-;engine-loader.service;ui_fw;ui_fw;System;
-;esd.service;app_fw;app_fw;System;
-;factory-reset.service;root;root;System::Privileged;
-;factory-reset-launch.service;root;root;System::Privileged;
-;feedbackd.service;system_fw;system_fw;System;
-;fido.service;service_fw;service_fw;System;
-;fido-asm.service;service_fw;service_fw;System;
-;fido-bt-roaming-agent.service;service_fw;service_fw;System;
-;focus-server.service;multimedia_fw;multimedia_fw;System;
-;getty@.service;root;root;User::Shell;
-;gumd.service;root;root;System::Privileged;
-;gumd.service;root;root;System;
-;hal-rpmdb-checker.service;system_fw;system_fw;System;
-;init-update.service;root;root;System::Privileged;
-;initrd-cleanup.service;root;root;System;
-;initrd-parse-etc.service;root;root;System;
-;initrd-switch-root.service;root;root;System;
-;initrd-udevadm-cleanup-db.service;root;root;System;
-;inm-manager.service;network_fw;network_fw;System;
-;kmod-static-nodes.service;root;root;System;
-;ldconfig.service;root;root;System;
-;license-manager-agent.service;security_fw;security_fw;System;
-;log_dump.service;root;root;System;
-;log_dump.service;system_fw;system_fw;System; # conditionaly used
-;mdgd.service;network_fw;network_fw;System;
-;mdnsd.service;network_fw;network_fw;System;
-;media-server.service;multimedia_fw;multimedia_fw;System;
-;mediacontroller.service;multimedia_fw;multimedia_fw;System;
-;mm-resource-managerd.service;multimedia_fw;multimedia_fw;System;
-;mobileap-agent.service;network_fw;network_fw;System;
-;modes.service;system_fw;system_fw;System;
-;mtp-initiator.service;network_fw;network_fw;System;
-;mtp-responder-dummy.service;network_fw;network_fw;System;
-;murphyd.service;multimedia_fw;multimedia_fw;System;
-;muse-server.service;multimedia_fw;multimedia_fw;System;
-;nan-manager.service;network_fw;network_fw;System;
-;net-config.service;network_fw;network_fw;System;
-;nether.service;security_fw;security_fw;System;
-;nsjail.service;root;root;System::Privileged;
-;obex.service;network_fw;network_fw;System;
-;ode.service;root;root;System::Privileged;
-;ode-progress-ui@.service;application;application;System;
-;offline-update.service;root;root;System::Privileged;
-;opt-usr-fsck.service;system_fw;disk;System;
-;package-manager.service;app_fw;app_fw;System::Privileged;
-;package-recovery.service;app_fw;app_fw;System::Privileged;
-;pass.service;system_fw;system_fw;System;
-;peripheral-bus.service;system_fw;system_fw;System;
-;phonenumber-utils.service;service_fw;service_fw;System;
-;pkg-db-recovery.service;root;root;System::Privileged;
-;pkgdir-tool.service;app_fw;app_fw;System;
-;pkgmgr-info.service;app_fw;app_fw;System;
-;privacy-guard-server.service;security_fw;security_fw;System;
-;pulseaudio.service;root;root;System;
-;pushd.service;service_fw;service_fw;System;
-;quotaon.service;root;root;System;
-;ramdisk-flush.service;system_fw;disk;System;
-;recovery.service;root;root;System;
-;recovery-reboot.service;root;root;System;
-;rescue.service;root;root;System;
-;resize2fs@.service;root;root;System;
-;resourced.service;root;root;System;
-;rndis.service;network_fw;network_fw;System;
-;scmirroring.server.service;multimedia_fw;multimedia_fw;System;
-;sdbd.service;sdk;sdk;System;
-;sdbd_tcp.service;sdk;sdk;System;
-;security-config.service;root;root;System::Privileged;
-;security-manager-cleanup.service;root;root;System::Privileged;
-;security-manager-rules-loader.service;root;root;System::Privileged;
-;security-manager.service;root;root;System::Privileged;
-;serial-getty@.service;root;root;User::Shell;
-;sessiond.service;root;root;System::Privileged;
-;smartreply.service;ui_fw;ui_fw;System;
-;sound-server.service;multimedia_fw;multimedia_fw;System;
-;stability-monitor.service;stability_monitor;stability_monitor;System;
-;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;
-;system-update-cleanup.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;
-;systemd-boot-check-no-failures.service;root;root;System;
-;systemd-exit.service;root;root;System;
-;systemd-fsck-root.service;root;root;System;
-;systemd-fsck@.service;root;root;System;
-;systemd-halt.service;root;root;System;
-;systemd-hibernate-resume@.service;root;root;System;
-;systemd-hibernate.service;root;root;System;
-;systemd-hostnamed.service;root;root;System;
-;systemd-hwdb-update.service;root;root;System;
-;systemd-hybrid-sleep.service;root;root;System;
-;systemd-initctl.service;root;root;System;
-;systemd-journal-catalog-update.service;root;root;System;
-;systemd-journal-flush.service;root;root;System;
-;systemd-journald.service;root;root;System;
-;systemd-kexec.service;root;root;System;
-;systemd-localed.service;root;root;System;
-;systemd-logind.service;root;root;System::Privileged;
-;systemd-machine-id-commit.service;root;root;System;
-;systemd-modules-load.service;root;root;System;
-;systemd-nspawn@.service;root;root;System;
-;systemd-poweroff.service;root;root;System;
-;systemd-quotacheck.service;root;root;System;
-;systemd-reboot.service;root;root;System;
-;systemd-remount-fs.service;root;root;System;
-;systemd-suspend.service;root;root;System;
-;systemd-sysctl.service;root;root;System;
-;systemd-tmpfiles-setup-dev.service;root;root;System::Privileged;
-;systemd-tmpfiles-setup.service;root;root;System::Privileged;
-;systemd-udev-settle.service;root;root;System;
-;systemd-udev-trigger.service;root;root;System;
-;systemd-udevd.service;root;root;System::Privileged;
-;systemd-update-done.service;root;root;System;
-;systemd-update-utmp-runlevel.service;root;root;System;
-;systemd-update-utmp.service;root;root;System;
-;systemd-user-sessions.service;root;root;System;
-;systemd-vconsole-setup.service;root;root;System;
-;telephony-daemon.service;telephony;telephony;System;
-;telephony-dongle.service;telephony;telephony;System;
-;tizen-system-env.service;root;root;System;
-;tizen-theme-manager.service;app_fw;app_fw;System;
-;tizenid.service;system_fw;system_fw;System;
-;tlm.service;root;root;System;
-;ttrace-marker.service;system_fw;system_fw;System;
-;ua-manager.service;network_fw;network_fw;System;
-;udev-sdb-init.service;root;root;System;
-;udev-trigger-dmbow@.service;system_fw;system_fw;System;
-;update-manager.service;root;root;System;
-;update-post.service;root;root;System;
-;update-finalize.service;root;root;System;
-;usb-host-ffs-test-daemon.service;system_fw;system_fw;System;
-;user@.service;%i;users;System::Privileged; # Need to be defined group
-;user-runtime-dir@.service;root;root;System::Privileged;
-;uwb-manager.service;network_fw;network_fw;System;
-;__user@.service;%i;;User; # Need to be defined group
-;wait-mount@.service;system_fw;system_fw;System;
-;webappenc-initializer.service;security_fw;security_fw;System;
-;wifi-direct-manager.service;network_fw;network_fw;System;
-;wmeshd.service;network_fw;network_fw;System;
-;zigbee-daemon.service;network_fw;network_fw;System;
-# last line
+++ /dev/null
-org.tizen.voice.ttsnotiserver.service
-org.tizen.voice.ttssrserver.service
-org.tizen.voice.ttsinterruptserver.service
-org.tizen.voice.ttsserver.service
-# last line
+++ /dev/null
-;syslog.socket;;;0666;;;
-;usb-host-test.socket;;;;;;
-;mediacontroller.socket;multimedia_fw;multimedia_fw;;;;
-;csr-cs.socket;;;0777;*;@;
-;cynara-monitor-get.socket;;security_fw;0060;@;@;
-;auth-fw-passwd-check.socket;security_fw;security_fw;0777;*;@;
-;systemd-journald-audit.socket;;;;;;
-;download-provider.socket;;;0777;;;
-;csr-admin.socket;;;0777;*;@;
-;csr-wp.socket;;;0777;*;@;
-;mtp-responder.socket;;;;;;
-;nfc-manager.socket;;;0777;*;@;
-;cynara.socket;;;0777;*;@;
-;central-key-manager-api-control.socket;;;0777;*;@;
-;systemd-udevd-control.socket;;;0600;;;
-;auth-fw-passwd-reset.socket;security_fw;security_fw;0777;*;@;
-;cynara-agent.socket;;security_fw;0060;*;@;
-;ac.socket;;;0777;;;
-;auth-fw-passwd-set.socket;security_fw;security_fw;0777;*;@;
-;cert-server.socket;security_fw;security_fw;0777;;;
-;msg-server.socket;messaging;messaging;;;;
-;buxton2.socket;;;0777;*;@;
-;security-manager.socket;;;0777;*;@;
-;ode.socket;;;;*;@;
-;device-policy-manager.socket;security_fw;security_fw;0777;*;@;
-;sdbd.socket;;;;;;
-;cynara-admin.socket;;;0700;@;@;
-;central-key-manager-api-storage.socket;;;0777;*;@;
-;systemd-udevd-kernel.socket;;;;;;
-;central-key-manager-api-ocsp.socket;;;0777;*;@;
-;systemd-journald.socket;;;0666;;;
-;systemd-journald-dev-log.socket;;;0666;;;
-;sensord.socket;sensor;input;0777;*;@;
-;connman.socket;;;;*;@;
-;auth-fw-passwd-policy.socket;security_fw;security_fw;0777;*;@;
-;audit-trail.socket;security_fw;security_fw;0755;*;@;
-;sdbd_tcp.socket;;;;*;@;
-;systemd-initctl.socket;;;0600;;;
-;central-key-manager-api-encryption.socket;;;0777;*;@;
-;swap_manager.socket;owner;users;;*;@;
-;device-certificate-manager.socket;;;0777;*;@;
-;dbus.socket;;;;*;@;
-;mtp-responder-dummy.socket;;;;;;
-;mdnsd.socket;;;0777;;;
-;pkgmgr-info.socket;;;0666;*;@;
-;resourced.socket;;;0777;*;@;
-# last line
+++ /dev/null
-;ac.service;app_fw;app_fw;System;
-;actd.service;root;root;System;
-;accounts-service.service;service_fw;service_fw;System;
-;alarm-server.service;app_fw;app_fw;System;
-;asp-manager.service;network_fw;network_fw;System;
-;audio-aec.service;multimedia_fw;multimedia_fw;System;
-;audit-trail.service;security_fw;security_fw;System;
-;auth-fw.service;security_fw;security_fw;System;
-;batterymonitor.service;service_fw;service_fw;System;
-;bluetooth-address.service;network_fw;network_fw;System;
-;bluetooth-ag-agent.service;network_fw;network_fw;System;
-;bluetooth-force-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-frwk.service;network_fw;network_fw;System;
-;bluetooth-frwk-core.service;network_fw;network_fw;System;
-;bluetooth-hci-device.service;root;root;System;
-;bluetooth-hci-down.service;network_fw;network_fw;System;
-;bluetooth-hci-dump@.service;network_fw;network_fw;System;
-;bluetooth-hci-logger.service;network_fw;network_fw;System;
-;bluetooth-hci-logger-stop.service;network_fw;network_fw;System;
-;bluetooth-hci-up.service;network_fw;network_fw;System;
-;bluetooth-hciattach@.service;root;root;System;
-;bluetooth-hf-agent.service;network_fw;network_fw;System;
-;bluetooth-hid-agent.service;network_fw;network_fw;System;
-;bluetooth-mesh.service;network_fw;network_fw;System;
-;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;root;root;System;
-;boot-animation.service;application;application;System;
-;bugreport.service;crash_worker;crash_worker;System::Privileged;
-;buxton2.service;buxton;buxton;System;
-;callmgr.service;telephony;telephony;System;
-;capi-ui-sticker.service;ui_fw;ui_fw;System;
-;capi-ui-gesture.service;ui_fw;ui_fw;System;
-;capmgr.service;app_fw;app_fw;System;
-;central-key-manager.service;key-manager;security_fw;System;
-;cert-server.service;security_fw;security_fw;System;
-;chromium-efl.service;root;root;System::Privileged;
-;chromium-efl-install.service;web_fw;web_fw;System;
-;chromium-efl-update.service;root;root;System::Privileged;
-;clat.service;network_fw;network_fw;System;
-;clone_partitions.service;root;root;System;
-;clone_partitions_recovery.service;root;root;System;
-;connman.service;network_fw;network_fw;System;
-;console-getty.service;root;root;System;
-;console-shell.service;root;root;System;
-;container-getty@.service;root;root;System;
-;contextd.service;service_fw;service_fw;System;
-;csr.service;security_fw;security_fw;System;
-;cynara.service;cynara;cynara;System;
-;data-checkpoint.service;root;root;System;
-;data-provider-master.service;app_fw;app_fw;System;
-;dbus.service;dbus;dbus;System;
-;debug-shell.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;
-;deviced.service;root;root;System::Privileged;
-;deviced-request-shutdown@.service;system_fw;system_fw;System;
-;display-manager.service;root;root;System;
-;display-manager-monitor.service;graphic_fw;graphic_fw;System;
-;dlog_cleanup.service;log;log;System;
-;dlog_logger.service;log;log;System;
-;download-provider.service;web_fw;web_fw;System;
-;dummyasm.service;service_fw;service_fw;System;
-;dumpsys-service.service;log;log;System;
-;dump_systemstate.service;crash_worker;crash_worker;System;
-;edge-orchestration.service;system_fw;system_fw;System;
-;emergency.service;root;root;System;
-;emergency-target-holder.service;system_fw;system_fw;System;
-;engine-loader.service;ui_fw;ui_fw;System;
-;esd.service;app_fw;app_fw;System;
-;factory-reset.service;root;root;System::Privileged;
-;factory-reset-launch.service;root;root;System::Privileged;
-;faultd.service;root;root;System;
-;feedbackd.service;system_fw;system_fw;System;
-;fido.service;service_fw;service_fw;System;
-;fido-asm.service;service_fw;service_fw;System;
-;fido-bt-roaming-agent.service;service_fw;service_fw;System;
-;focus-server.service;multimedia_fw;multimedia_fw;System;
-;getty@.service;root;root;User::Shell;
-;gumd.service;root;root;System::Privileged;
-;gumd.service;root;root;System;
-;hal-rpmdb-checker.service;system_fw;system_fw;System;
-;init-update.service;root;root;System::Privileged;
-;initrd-cleanup.service;root;root;System;
-;initrd-parse-etc.service;root;root;System;
-;initrd-switch-root.service;root;root;System;
-;initrd-udevadm-cleanup-db.service;root;root;System;
-;inm-manager.service;network_fw;network_fw;System;
-;kmod-static-nodes.service;root;root;System;
-;lbs-server.service;location;location;System;
-;ldconfig.service;root;root;System;
-;license-manager-agent.service;security_fw;security_fw;System;
-;log_dump.service;root;root;System;
-;log_dump.service;system_fw;system_fw;System; # conditionaly used
-;mdgd.service;network_fw;network_fw;System;
-;mdnsd.service;network_fw;network_fw;System;
-;media-server.service;multimedia_fw;multimedia_fw;System;
-;mediacontroller.service;multimedia_fw;multimedia_fw;System;
-;mm-resource-managerd.service;multimedia_fw;multimedia_fw;System;
-;mobileap-agent.service;network_fw;network_fw;System;
-;modes.service;system_fw;system_fw;System;
-;msg-server.service;messaging;messaging;System;
-;mtp-responder.service;network_fw;network_fw;System;
-;mtp-responder-dummy.service;network_fw;network_fw;System;
-;murphyd.service;multimedia_fw;multimedia_fw;System;
-;muse-server.service;multimedia_fw;multimedia_fw;System;
-;nan-manager.service;network_fw;network_fw;System;
-;net-config.service;network_fw;network_fw;System;
-;nether.service;security_fw;security_fw;System;
-;nfc-manager.service;network_fw;network_fw;System;
-;nsjail.service;root;root;System::Privileged;
-;obex.service;network_fw;network_fw;System;
-;ode.service;root;root;System::Privileged;
-;ode-progress-ui@.service;application;application;System;
-;offline-update.service;root;root;System::Privileged;
-;opt-usr-fsck.service;system_fw;disk;System;
-;package-manager.service;app_fw;app_fw;System::Privileged;
-;package-recovery.service;app_fw;app_fw;System::Privileged;
-;pass.service;system_fw;system_fw;System;
-;peripheral-bus.service;system_fw;system_fw;System;
-;phonenumber-utils.service;service_fw;service_fw;System;
-;pkg-db-recovery.service;root;root;System::Privileged;
-;pkgdir-tool.service;app_fw;app_fw;System;
-;pkgmgr-info.service;app_fw;app_fw;System;
-;privacy-guard-server.service;security_fw;security_fw;System;
-;pulseaudio.service;root;root;System;
-;pushd.service;service_fw;service_fw;System;
-;quotaon.service;root;root;System;
-;ramdisk-flush.service;system_fw;disk;System;
-;recovery.service;root;root;System;
-;recovery-reboot.service;root;root;System;
-;rescue.service;root;root;System;
-;resize2fs@.service;root;root;System;
-;resourced.service;root;root;System;
-;rndis.service;network_fw;network_fw;System;
-;scmirroring.server.service;multimedia_fw;multimedia_fw;System;
-;sdbd.service;sdk;sdk;System;
-;sdbd_tcp.service;sdk;sdk;System;
-;security-config.service;root;root;System::Privileged;
-;security-manager-cleanup.service;root;root;System::Privileged;
-;security-manager-rules-loader.service;root;root;System::Privileged;
-;security-manager.service;root;root;System::Privileged;
-;sensord.service;sensor;input;System;
-;serial-getty@.service;root;root;User::Shell;
-;sessiond.service;root;root;System::Privileged;
-;shutdown-animation.service;application;application;System;
-;smartcard-service.service;network_fw;network_fw;System;
-;smartreply.service;ui_fw;ui_fw;System;
-;sound-server.service;multimedia_fw;multimedia_fw;System;
-;stability-monitor.service;stability_monitor;stability_monitor;System;
-;stc-iptables.service;network_fw;network_fw;System;
-;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;
-;system-update-cleanup.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;
-;systemd-boot-check-no-failures.service;root;root;System;
-;systemd-exit.service;root;root;System;
-;systemd-fsck-root.service;root;root;System;
-;systemd-fsck@.service;root;root;System;
-;systemd-halt.service;root;root;System;
-;systemd-hibernate-resume@.service;root;root;System;
-;systemd-hibernate.service;root;root;System;
-;systemd-hostnamed.service;root;root;System; # need to be checked whether it is existed
-;systemd-hwdb-update.service;root;root;System;
-;systemd-hybrid-sleep.service;root;root;System;
-;systemd-initctl.service;root;root;System;
-;systemd-journal-catalog-update.service;root;root;System;
-;systemd-journal-flush.service;root;root;System;
-;systemd-journald.service;root;root;System;
-;systemd-kexec.service;root;root;System;
-;systemd-localed.service;root;root;System;
-;systemd-logind.service;root;root;System::Privileged;
-;systemd-machine-id-commit.service;root;root;System;
-;systemd-modules-load.service;root;root;System;
-;systemd-nspawn@.service;root;root;System;
-;systemd-poweroff.service;root;root;System;
-;systemd-quotacheck.service;root;root;System;
-;systemd-reboot.service;root;root;System;
-;systemd-remount-fs.service;root;root;System;
-;systemd-suspend.service;root;root;System;
-;systemd-sysctl.service;root;root;System;
-;systemd-tmpfiles-setup-dev.service;root;root;System::Privileged;
-;systemd-tmpfiles-setup.service;root;root;System::Privileged;
-;systemd-udev-settle.service;root;root;System;
-;systemd-udev-trigger.service;root;root;System;
-;systemd-udevd.service;root;root;System::Privileged;
-;systemd-update-done.service;root;root;System;
-;systemd-update-utmp-runlevel.service;root;root;System;
-;systemd-update-utmp.service;root;root;System;
-;systemd-user-sessions.service;root;root;System;
-;systemd-vconsole-setup.service;root;root;System;
-;telephony-daemon.service;telephony;telephony;System;
-;telephony-dongle.service;telephony;telephony;System;
-;tizen-system-env.service;root;root;System;
-;tizen-theme-manager.service;app_fw;app_fw;System;
-;tizenid.service;system_fw;system_fw;System;
-;tlm.service;root;root;System;
-;ttrace-marker.service;system_fw;system_fw;System;
-;ua-manager.service;network_fw;network_fw;System;
-;udev-sdb-init.service;root;root;System;
-;udev-trigger-dmbow@.service;system_fw;system_fw;System;
-;update-manager.service;root;root;System;
-;update-post.service;root;root;System;
-;update-finalize.service;root;root;System;
-;usb-host-ffs-test-daemon.service;system_fw;system_fw;System;
-;user@.service;%i;users;System::Privileged;
-;user-runtime-dir@.service;root;root;System::Privileged;
-;__user@.service;%i;;User;
-;wait-mount@.service;system_fw;system_fw;System;
-;webappenc-initializer.service;security_fw;security_fw;System;
-;wifi-direct-manager.service;network_fw;network_fw;System;
-;wifi-ready.service;network_fw;network_fw;System;
-;wmeshd.service;network_fw;network_fw;System;
-;zigbee-daemon.service;network_fw;network_fw;System;
-;lhd.service;location;location;System; #prebuilt
-;gpsd.service;location;location;System; #prebuilt
-# last line