From 07798a5cc5730b2c8412ddc59e2c7884477db3ab Mon Sep 17 00:00:00 2001 From: "Isaac J. Manjarres" Date: Thu, 6 Aug 2020 16:56:10 -0700 Subject: [PATCH] sdm660-common: ueventd.qcom.rc: Add permissions to /dev/membuf The Trusted UI HAL will need to access /dev/membuf, so allow system access to /dev/membuf. Change-Id: I906b856e153f44b11a8b8aa8456080e803495fec --- rootdir/etc/ueventd.qcom.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 98e5b11c..0df8c733 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -41,6 +41,7 @@ firmware_directories /vendor/firmware_mnt/image/ /dev/kgsl-2d0 0666 root root /dev/kgsl-2d1 0666 root root /dev/ion 0664 system system +/dev/membuf 0664 system system /dev/rtc0 0660 system system /dev/smd0 0660 system system /dev/smd4 0660 system system