Merge "Allow authfs to read extra APK mount" am: 70cd2da646
am: 92509fdf37
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1937797 Change-Id: I59d9523d52fb72f142077f1c7f15462dc09a0faa
This commit is contained in:
commit
abf38c159b
1 changed files with 4 additions and 0 deletions
|
@ -17,5 +17,9 @@ allow authfs fuse:filesystem relabelfrom;
|
|||
allow authfs authfs_fuse:filesystem { mount relabelfrom relabelto };
|
||||
allow authfs authfs_data_file:dir { mounton search };
|
||||
|
||||
# Allow authfs to access extra APK mount.
|
||||
allow authfs extra_apk_file:file r_file_perms;
|
||||
allow authfs extra_apk_file:dir search;
|
||||
|
||||
# TODO(195568812): Don't pass FD 0,1,2 unnecessarily.
|
||||
allow authfs authfs_service:fd use;
|
||||
|
|
Loading…
Reference in a new issue