summaryrefslogtreecommitdiff
path: root/common/sepolicy/remotecfg.te (plain)
blob: 32116ad72f6f566b2c2e9257c9933562be8dad3d
1# remotecfg seclabel is specified in init.amlogic.rc
2type remotecfg, domain;
3type remotecfg_exec, exec_type, vendor_file_type, file_type;
4
5init_daemon_domain(remotecfg)
6
7allow remotecfg input_device:chr_file { read write open ioctl };
8