Merge "Allow /dev/dma_heap directory to be readable" am: 9327c4f1cc
am: 76038444d8
am: 8a6512d43a
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1705996 Change-Id: Ia310905d6fbe399979e148b226e4892f596fc9d1
This commit is contained in:
commit
5f0869cdf5
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ allow domain rootfs:lnk_file { read getattr };
|
|||
allow domain device:dir search;
|
||||
allow domain dev_type:lnk_file r_file_perms;
|
||||
allow domain devpts:dir search;
|
||||
allow domain dmabuf_heap_device:dir search;
|
||||
allow domain dmabuf_heap_device:dir r_dir_perms;
|
||||
allow domain socket_device:dir r_dir_perms;
|
||||
allow domain owntty_device:chr_file rw_file_perms;
|
||||
allow domain null_device:chr_file rw_file_perms;
|
||||
|
|
Loading…
Reference in a new issue