pa: sepolicy: fix themed boot animation
W BootAnimation: type=1400 audit(0.0:42): avc: denied { open } for uid=1003 path="/data/system/theme/bootanimation.zip" dev="mmcblk0p42" ino=1657697 scontext=u:r:bootanim:s0 tcontext=u:object_r:system_data_file:s0 tclass=file permissive=0 W : Unable to open '/data/system/theme/bootanimation.zip': Permission denied W zipro : Error opening archive /data/system/theme/bootanimation.zip: I/O Error Change-Id: I1440bd967d7a06ee64ea861a2544b54caf909f23
This commit is contained in:
parent
2ef1577fda
commit
1727ae20f8
|
@ -1,3 +1,4 @@
|
|||
# Themed resources (bootanimation)
|
||||
allow bootanim theme_data_file:dir search;
|
||||
allow bootanim theme_data_file:file r_file_perms;
|
||||
allow bootanim system_data_file:file open;
|
||||
|
|
Loading…
Reference in New Issue