Setup ueventd to support DMA-BUF system-secure heap
Memory allocated from this heap will be used for secure playback. Test: manual Bug: 175697666 Change-Id: I16275ef0cef39b7b56cdce7c3545622712d438dc
This commit is contained in:
parent
5266e041ef
commit
f7c0f3d830
|
@ -48,6 +48,7 @@ subsystem dma_heap
|
|||
/dev/pmsg0 0222 root log
|
||||
/dev/dma_heap/system 0444 system system
|
||||
/dev/dma_heap/system-uncached 0444 system system
|
||||
/dev/dma_heap/system-secure 0444 system system
|
||||
|
||||
# kms driver for drm based gpu
|
||||
/dev/dri/* 0666 root graphics
|
||||
|
|
Loading…
Reference in New Issue