Merge "Define persist.bootanim.color in platform policy" into main
This commit is contained in:
commit
8372e1fd71
1 changed files with 6 additions and 2 deletions
|
@ -1201,8 +1201,12 @@ ro.property_service.async_persist_writes u:object_r:build_config_prop:s0 exact b
|
|||
|
||||
ro.vendor.redirect_socket_calls u:object_r:vendor_socket_hook_prop:s0 exact bool
|
||||
|
||||
service.bootanim.exit u:object_r:bootanim_system_prop:s0 exact int
|
||||
service.bootanim.progress u:object_r:bootanim_system_prop:s0 exact int
|
||||
service.bootanim.exit u:object_r:bootanim_system_prop:s0 exact int
|
||||
service.bootanim.progress u:object_r:bootanim_system_prop:s0 exact int
|
||||
persist.bootanim.color1 u:object_r:bootanim_system_prop:s0 exact int
|
||||
persist.bootanim.color2 u:object_r:bootanim_system_prop:s0 exact int
|
||||
persist.bootanim.color3 u:object_r:bootanim_system_prop:s0 exact int
|
||||
persist.bootanim.color4 u:object_r:bootanim_system_prop:s0 exact int
|
||||
|
||||
sys.init.userspace_reboot.in_progress u:object_r:userspace_reboot_exported_prop:s0 exact bool
|
||||
sys.use_memfd u:object_r:use_memfd_prop:s0 exact bool
|
||||
|
|
Loading…
Reference in a new issue