Merge "Setup ueventd to support DMA-BUF heaps"
This commit is contained in:
commit
c72df4e2a6
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue