Merge "Label /data/misc/bootanim with bootanim_data_file." into main am: db1535a09b
am: a348e5c69a
am: 03cf825b41
am: c729875189
am: 481a88b242
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2676595 Change-Id: I7941cfb91b57bcd622ecde8d78c5c8951db1a53e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
fe23e7f871
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
|
||||
|
|
|
@ -738,7 +738,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