commit | 2ac4d112b8ce51b5a3a4ac2909087ce73753b0c1 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Nov 08 06:30:38 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 08 06:30:38 2023 +0000 |
tree | 9cd3c7d22bed1df9b57a98838abaa32af91104b8 | |
parent | 4bd043ca67831ceaa9bbd55aad1ababa70ab85dd [diff] | |
parent | 87889b6af2363965b9989725f4cfcacf86479aaf [diff] |
Merge "Allow bootanimation to access vendor apex" into main
diff --git a/private/bootanim.te b/private/bootanim.te index 2b3c807..f63a230 100644 --- a/private/bootanim.te +++ b/private/bootanim.te
@@ -18,3 +18,6 @@ # Allow accessing /data/misc/bootanim r_dir_file(bootanim, bootanim_data_file) + +# Allow accessing vendor apex for EGL/GLES +allow bootanim vendor_apex_metadata_file:dir r_dir_perms;