sepolicy_vndr: Allow bootanim to have read access to vendor_display_prop
Change-Id: Ia8b1a407bc67f812681c5df3209dc8f43b1ab45c
diff --git a/generic/vendor/common/bootanim.te b/generic/vendor/common/bootanim.te
index 21172a6..a24d925 100644
--- a/generic/vendor/common/bootanim.te
+++ b/generic/vendor/common/bootanim.te
@@ -24,6 +24,10 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+# Changes from Qualcomm Innovation Center are provided under the following license:
+# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
+# SPDX-License-Identifier: BSD-3-Clause-Clear
allow bootanim hwservicemanager:binder call;
# TODO(b/62954877). On Android Wear, bootanim reads the time
@@ -32,4 +36,7 @@
# this denial on phones since this functionality is not used.
dontaudit bootanim system_data_file:dir read;
-dontaudit bootanim vendor_hal_qspmhal_hwservice:hwservice_manager find;
\ No newline at end of file
+dontaudit bootanim vendor_hal_qspmhal_hwservice:hwservice_manager find;
+
+#Allow read access to vendor_display_prop
+get_prop(bootanim, vendor_display_prop)
\ No newline at end of file