Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc01a02a authored by John Stultz's avatar John Stultz
Browse files

ueventd.rc: Reduce permissions for /dev/dma_heap/system to 444



Jeffrey Vander Stoep noted the permissions for the system dmabuf
heap should be 444 instead of 666, as we only need to open and
call ioctl on the device.

Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
Change-Id: I650c9fabfffd1eac5f59bbc7fa1e0ae1f5646bd9
parent 5a611cb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ 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

# kms driver for drm based gpu
/dev/dri/*                0666   root       graphics