[sepolicy] allow installd to query apps installed on Incremental File System am: f1a60ca2fe

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1734272

Change-Id: I10d5f61ba54877b462c9261653dc2a7f0c49741b
This commit is contained in:
Songchun Fan 2021-06-12 10:16:34 +00:00 committed by Automerger Merge Worker
commit 87b1f6ad2b

View file

@ -160,6 +160,10 @@ allow installd proc_filesystems:file r_file_perms;
#add for move app to sd card
get_prop(installd, storage_config_prop)
# Allow installd to access apps installed on the Incremental File System
# Accessing files on the Incremental File System uses fds opened in the context of vold.
allow installd vold:fd use;
###
### Neverallow rules
###