sepolicy: mediaserver.te: Add read permission to dmabuf_system_heap_device am: 83ae7e71f9
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1431706 Change-Id: Ifa8885fb5ffd267c139228facf0cff3cc598b67a
This commit is contained in:
commit
17460d2111
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ allow mediaserver media_rw_data_file:file create_file_perms;
|
|||
allow mediaserver preloads_media_file:file { getattr read ioctl };
|
||||
|
||||
allow mediaserver ion_device:chr_file r_file_perms;
|
||||
allow mediaserver dmabuf_system_heap_device:chr_file r_file_perms;
|
||||
allow mediaserver hal_graphics_allocator:fd use;
|
||||
allow mediaserver hal_graphics_composer:fd use;
|
||||
allow mediaserver hal_camera:fd use;
|
||||
|
|
Loading…
Reference in a new issue