Merge "Allow authfs to read extra APK mount"
This commit is contained in:
commit
70cd2da646
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