summaryrefslogtreecommitdiff
path: root/common/sepolicy/hdmi_cec.te (plain)
blob: 4bdefb9682d55f00de3ab115c9b88944a7c675f4
1type hdmi_cec, domain;
2type hdmi_cec_exec, exec_type, file_type;
3
4init_daemon_domain(hdmi_cec)
5
6binder_use(hdmi_cec);
7binder_call(hdmi_cec, binderservicedomain)
8binder_call(hdmi_cec, appdomain)
9binder_service(hdmi_cec)
10
11allow hdmi_cec system_file:file execute_no_trans;
12allow hdmi_cec hdmi_cec_exec:file { entrypoint read };
13allow hdmi_cec hdmi_cec_service:service_manager add;
14allow hdmi_cec cec_device:chr_file { open read write ioctl };
15