Merge changes from topic "dma-buf-heap-system-uncached"

* changes:
  ueventd.rc: Add /dev/dma_heap/system-uncached permissions
  ueventd.rc: Reduce permissions for /dev/dma_heap/system to 444
This commit is contained in:
Treehugger Robot 2020-12-15 06:16:50 +00:00 committed by Gerrit Code Review
commit 5fa4d4cc44
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ subsystem dma_heap
/dev/vndbinder 0666 root root
/dev/pmsg0 0222 root log
/dev/dma_heap/system 0666 system system
/dev/dma_heap/system 0444 system system
/dev/dma_heap/system-uncached 0444 system system
# kms driver for drm based gpu
/dev/dri/* 0666 root graphics