summaryrefslogtreecommitdiff
authorRongrong Zhou <rongrong.zhou@amlogic.com>2017-09-07 02:30:20 (GMT)
committer Rongrong Zhou <rongrong.zhou@amlogic.com>2017-09-07 03:01:32 (GMT)
commit930252925c9bc70395cebf4ff444177df9749fb0 (patch)
tree8a1df06a0578b2cdc0e3d0e201cfde6d625ba1fd
parentea71b1940a83d53ec3075b05f0141a9e55caa68b (diff)
downloadamlogic-o-930252925c9bc70395cebf4ff444177df9749fb0.zip
amlogic-o-930252925c9bc70395cebf4ff444177df9749fb0.tar.gz
amlogic-o-930252925c9bc70395cebf4ff444177df9749fb0.tar.bz2
sepolicy: give hal_drm_default access to tee [1/1]
PD#150604 give hal_drm_default access to tee Change-Id: Ie0d92ac7d71b16e61bcfd1ec9cac569d5441e919
Diffstat
-rw-r--r--common/sepolicy/hal_drm_default.te3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/sepolicy/hal_drm_default.te b/common/sepolicy/hal_drm_default.te
index bd87da2..77021b5 100644
--- a/common/sepolicy/hal_drm_default.te
+++ b/common/sepolicy/hal_drm_default.te
@@ -1 +1,2 @@
-allow hal_drm_default vndbinder_device:chr_file { read write open ioctl }; \ No newline at end of file
+allow hal_drm_default vndbinder_device:chr_file { read write open ioctl };
+allow hal_drm_default drm_device:chr_file { read open write ioctl };