Merge "Allow bootanimation to access vendor apex" into main

This commit is contained in:
Treehugger Robot 2023-11-08 06:30:38 +00:00 committed by Gerrit Code Review
commit 2ac4d112b8

View file

@ -18,3 +18,6 @@ set_prop(bootanim, bootanim_system_prop)
# 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;