Merge "Label /data/misc/bootanim with bootanim_data_file." into main
This commit is contained in:
commit
db1535a09b
3 changed files with 3 additions and 3 deletions
|
@ -16,5 +16,5 @@ get_prop(bootanim, bootanim_config_prop)
|
|||
# Allow updating boot animation status.
|
||||
set_prop(bootanim, bootanim_system_prop)
|
||||
|
||||
# Allow accessing /data/bootanim
|
||||
# Allow accessing /data/misc/bootanim
|
||||
r_dir_file(bootanim, bootanim_data_file)
|
||||
|
|
|
@ -98,7 +98,7 @@ type virtualizationservice_data_file, file_type, data_file_type, core_data_file_
|
|||
# /data/system/environ
|
||||
type environ_system_data_file, file_type, data_file_type, core_data_file_type;
|
||||
|
||||
# /data/bootanim
|
||||
# /data/misc/bootanim
|
||||
type bootanim_data_file, file_type, data_file_type, core_data_file_type;
|
||||
|
||||
# /dev/kvm
|
||||
|
|
|
@ -737,7 +737,7 @@
|
|||
/data/incremental/MT_[^/]+/mount/.blocks_written u:object_r:incremental_control_file:s0
|
||||
|
||||
# Boot animation data
|
||||
/data/bootanim(/.*)? u:object_r:bootanim_data_file:s0
|
||||
/data/misc/bootanim(/.*)? u:object_r:bootanim_data_file:s0
|
||||
#############################
|
||||
# Expanded data files
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue