1type shsusrd, domain; 2type shsusrd_exec, exec_type, vendor_file_type, file_type; 3 4init_daemon_domain(shsusrd) 5 6allow shsusrd sysfs_soc:dir search; 7allow shsusrd sysfs_soc:file r_file_perms; 8allow shsusrd sysfs_ssr:file r_file_perms; 9allow shsusrd sysfs_msm_subsys:dir r_dir_perms; 10 11allow shsusrd proc_shs:file rw_file_perms; 12allow shsusrd proc_shs:dir r_dir_perms; 13allow shsusrd self:netlink_generic_socket create_socket_perms_no_ioctl; 14allow shsusrd self:qipcrtr_socket create_socket_perms_no_ioctl; 15 16allow shsusrd shsusr_data_file:dir rw_dir_perms; 17allow shsusrd shsusr_data_file:file create_file_perms; 18