Setup ueventd to support DMA-BUF heaps

Test: tested on cuttelfish with DMA-BUF heaps enabled.
Bug: 168333162
Change-Id: I2e7ed71d329edbb77319ca3cfbc4f0bf6be8fd98
This commit is contained in:
Hridya Valsaraju 2020-09-11 14:42:31 -07:00
parent 3bede4f44f
commit 72a0f10f51

View file

@ -17,6 +17,9 @@ subsystem sound
devname uevent_devpath
dirname /dev/snd
subsystem dma_heap
devname uevent_devpath
dirname /dev/dma_heap
# ueventd can only set permissions on device nodes and their associated
# sysfs attributes, not on arbitrary paths.
#
@ -39,6 +42,7 @@ subsystem sound
/dev/vndbinder 0666 root root
/dev/pmsg0 0222 root log
/dev/dma_heap/system 0666 system system
# kms driver for drm based gpu
/dev/dri/* 0666 root graphics