Merge "sepolicy_vndr: Allow bootanim to have read access to vendor_display_prop"
diff --git a/qva/vendor/bengal/hal_gnss_qti.te b/qva/vendor/bengal/hal_gnss_qti.te
new file mode 100644
index 0000000..3d3e293
--- /dev/null
+++ b/qva/vendor/bengal/hal_gnss_qti.te
@@ -0,0 +1,5 @@
+#Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
+#SPDX-License-Identifier: BSD-3-Clause-Clear
+
+# allow to read aon related properties
+get_prop(vendor_hal_gnss_qti, vendor_qc_aon_prop)
diff --git a/qva/vendor/bengal/init_shell.te b/qva/vendor/bengal/init_shell.te
new file mode 100644
index 0000000..5dc71c0
--- /dev/null
+++ b/qva/vendor/bengal/init_shell.te
@@ -0,0 +1,5 @@
+#Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
+#SPDX-License-Identifier: BSD-3-Clause-Clear
+
+# allow to read aon related properties
+get_prop(vendor_qti_init_shell, vendor_qc_aon_prop)