summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-02-14 01:47:30 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2018-02-14 01:47:30 (GMT)
commit751d5d2a8c43f301911e5232470f1d44a078a9e7 (patch)
tree21895fb65b81782e991e1857e7ea7661540123ea
parentcafd45418a04fd9c7b9f5e91bfc3a0b1aae23768 (diff)
downloadcommon-751d5d2a8c43f301911e5232470f1d44a078a9e7.zip
common-751d5d2a8c43f301911e5232470f1d44a078a9e7.tar.gz
common-751d5d2a8c43f301911e5232470f1d44a078a9e7.tar.bz2
HDCPRX22: fix some permission issue [1/1]
PD# 160714 fix some permission issue Change-Id: Ifc591add8ce8aae340d6e18801a6766b5621f439
Diffstat
-rw-r--r--sepolicy/hdcp_rx22.te4
1 files changed, 2 insertions, 2 deletions
diff --git a/sepolicy/hdcp_rx22.te b/sepolicy/hdcp_rx22.te
index 4146ad3..b5075c4 100644
--- a/sepolicy/hdcp_rx22.te
+++ b/sepolicy/hdcp_rx22.te
@@ -9,8 +9,8 @@ init_daemon_domain(hdcp_rx22)
allow hdcp_rx22 param_tv_file:dir { search read write open add_name remove_name rmdir };
allow hdcp_rx22 param_tv_file:file { create open read write setattr getattr lock unlink };
allow hdcp_rx22 hdcprx_device:chr_file { open read write getattr ioctl };
-allow hdcp_rx22 sysfs_cec:dir { search };
-allow hdcp_rx22 sysfs_cec:file { read };
+allow hdcp_rx22 sysfs_cec:dir { search open };
+allow hdcp_rx22 sysfs_cec:file { read open write getattr };
#allow hdcp_rx22 device:dir {write};
allow hdcp_rx22 kmsg_device:chr_file { open write };