commit | a0787ed434022ec3191b0ed20213a56a832ea88a | [log] [tgz] |
---|---|---|
author | HÃ¥kan Kvist <hakan.kvist@sony.com> | Mon Feb 12 12:23:27 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 12 12:23:27 2024 +0000 |
tree | c19d054c6334b7975ab8a79e9f5acde1b3ed7e18 | |
parent | 59bb9008fdd03762cd8013acb69b91fee572b725 [diff] | |
parent | e38af22c5e1ae170e35b9ba0273a1481891a4701 [diff] |
remount: allow bootanimation to run animation from oem am: e38af22c5e Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2953101 Change-Id: Iba084fd08b2d1312d39a21970cccc2894a6e9a1c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/public/bootanim.te b/public/bootanim.te index 9c7a0ee..a9616b7 100644 --- a/public/bootanim.te +++ b/public/bootanim.te
@@ -17,8 +17,7 @@ allow bootanim sysfs_gpu:file r_file_perms; # /oem access -allow bootanim oemfs:dir search; -allow bootanim oemfs:file r_file_perms; +r_dir_file(bootanim, oemfs); allow bootanim audio_device:dir r_dir_perms; allow bootanim audio_device:chr_file rw_file_perms;