summaryrefslogtreecommitdiff
path: root/common/sepolicy/hdcp_rx22.te (plain)
blob: af1b729c511f15210ac764718f39dc592aacd8ea
1type hdcp_rx22, domain;
2type hdcp_rx22_exec, exec_type, vendor_file_type, file_type;
3init_daemon_domain(hdcp_rx22)
4
5#allow hdcp_rx22 system_file:file execute_no_trans;
6
7#allow hdcp_rx22 sysfs:file rw_file_perms;
8
9#allow hdcp_rx22 param_tv_file:dir { search read write open add_name remove_name rmdir };
10#allow hdcp_rx22 param_tv_file:file { create open read write setattr getattr lock unlink };
11
12#allow hdcp_rx22 device:dir {write};
13#allow hdcp_rx22 kmsg_device:chr_file { open write };
14
15