sdm660-common: rootdit: ueventd: Add support for DMA-BUF heaps

Give access to /dev/dma_heap, with the same permissions given to
/dev/ion.

Change-Id: I4516f8771a65ee799b0ad033c37368970221325c
Signed-off-by: clarencelol <clarencekuiek@icloud.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Chris Goldsworthy 2020-11-04 13:10:43 -08:00 committed by pix106
parent efae553016
commit e95c5905ba

View file

@ -30,6 +30,10 @@
# be added to search path for firmware loading
firmware_directories /vendor/firmware_mnt/image/
subsystem dma_heap
devname uevent_devpath
dirname /dev/dma_heap
# the DIAG device node is not world writable/readable.
/dev/diag 0660 system oem_2901
/dev/mhi_*_pipe_4 0660 system system
@ -42,6 +46,7 @@ firmware_directories /vendor/firmware_mnt/image/
/dev/kgsl-2d1 0666 root root
/dev/ion 0664 system system
/dev/membuf 0664 system system
/dev/dma_heap/* 0664 system system
/dev/rtc0 0660 system system
/dev/smd0 0660 system system
/dev/smd4 0660 system system