diff options
author | Zhen Kong <zkong@codeaurora.org> | 2017-10-25 17:06:14 -0700 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:53:11 +0200 |
commit | 001d67ea416497b21e2099e1c9678d5a9309c3fa (patch) | |
tree | ccbd91c1d6d93d8b7649dfe271b8d7697d8b8a27 /rootdir | |
parent | eae5c24ecdb663410fcf41d6236fe964b65c69cc (diff) |
wayne-common: ueventd.qcom.rc: Set permissions of /dev/qce device
To support end-to-end DRM content playback with SG List feature,
android.hardware.drm@1.0-service needs to have access permission
to /dev/qce to map & unmap ION buffer virtual address with HW Crypto
Engine. So, set /dev/qce device permission 0660 and let it be
accessible by user "system" and group "drmrpc".
Change-Id: If9c0ed70acc2bb063344692374f51441fe84eff6
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/ueventd.qcom.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 46d67b5..5247114 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -122,6 +122,7 @@ /dev/v4l-subdev* 0660 system camera /dev/qseecom 0660 system drmrpc /dev/smcinvoke 0660 system system +/dev/qce 0660 system drmrpc /dev/qsee_ipc_irq_spss 0660 system drmrpc /dev/seemplog 0660 system system /dev/pft 0660 system drmrpc |