/system/bin/mcDriverDaemon u:object_r:tee_exec:s0
/system/bin/modemloader u:object_r:modemloader_exec:s0
-/system/bin/sensorhubservice u:object_r:sensorhubservice_exec:s0
/system/bin/wifiloader u:object_r:wifiloader_exec:s0
/system/bin/cbd u:object_r:cpboot-daemon_exec:s0
+++ /dev/null
-#### sensorhubservice
-#
-type sensorhubservice, domain;
-type sensorhubservice_exec, exec_type, file_type;
-type sensorhubservice_service, app_api_service, system_server_service, service_manager_type;
-
-init_daemon_domain(sensorhubservice)
-
-# /dev/input[0-9]*
-allow sensorhubservice input_device:dir r_dir_perms;
-allow sensorhubservice { input_device sensor_device }:chr_file rw_file_perms;
-
-# binder call
-allow sensorhubservice servicemanager:binder { call transfer };