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:
parent
efae553016
commit
e95c5905ba
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue