Merge "Update SEPolicy apexd for API 32" am: 9984dcb28e
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1976997 Change-Id: I85bd1c4b700b95d17ff25b73779f5fa7f4d2f8bf
This commit is contained in:
commit
64a1571f5d
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ allow apexd apex_mnt_dir:file { create_file_perms relabelfrom mounton };
|
|||
allow apexd apex_info_file:file relabelto;
|
||||
# apexd needs to update /apex/apex-info-list.xml after non-staged APEX update.
|
||||
allow apexd apex_info_file:file rw_file_perms;
|
||||
allow apexd apex_info_file:file mounton;
|
||||
|
||||
# allow apexd to unlink apex files in /data/apex/active
|
||||
# note that apexd won't be able to unlink files in /data/app-staging/session_XXXX,
|
||||
|
|
Loading…
Reference in a new issue