nougat_device_meizu_m2note/sepolicy/muxreport.te

13 lines
537 B
Plaintext

type muxreport_exec, exec_type, file_type;
type muxreport, domain, domain_deprecated;
init_daemon_domain(muxreport)
allow muxreport ccci_device:chr_file { read write ioctl open };
allow muxreport ril_mux_report_case_prop:property_service set;
allow muxreport init:unix_stream_socket connectto;
allow muxreport property_socket:sock_file write;
allow muxreport devpts:chr_file { read write getattr ioctl };
allow muxreport self:capability dac_override;
allow muxreport sysfs_ccci:dir search;
allow muxreport sysfs_ccci:file r_file_perms;