Merge "Allow bootanimation to access vendor apex" into main
This commit is contained in:
commit
2ac4d112b8
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue