android_mt6572_jiabo/device/qcom/sepolicy/common/usb_uicc_daemon.te
2025-09-05 16:56:03 +08:00

12 lines
462 B
Text

# usb_uicc_daemon
type usb_uicc_daemon, domain, domain_deprecated;
type usb_uicc_daemon_exec, exec_type, file_type;
# Make transition from init to its domain
init_daemon_domain(usb_uicc_daemon)
allow usb_uicc_daemon self:socket create_socket_perms;
allow usb_uicc_daemon usb_uicc_device:chr_file rw_file_perms;
set_prop(usb_uicc_daemon, uicc_prop)
allow usb_uicc_daemon sysfs_usb_uicc:file rw_file_perms;
allow usb_uicc_daemon sysfs_usb_uicc:dir rw_dir_perms;