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:
Treehugger Robot 2022-01-13 01:39:15 +00:00 committed by Automerger Merge Worker
commit abf38c159b

View file

@ -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;