From 18d2a96a115b42c6da7f964b3126642dcf8f4e97 Mon Sep 17 00:00:00 2001 From: Michael Ayoubi Date: Thu, 11 Nov 2021 00:02:08 +0000 Subject: [PATCH] Allow uwb_vendor_app to get SE properties Bug: 205770401 Test: Build and flash on device. Change-Id: Ic98f394434fad12e7d8ef804ecfd694a55ee8190 --- whitechapel/vendor/google/uwb_vendor_app.te | 1 + 1 file changed, 1 insertion(+) diff --git a/whitechapel/vendor/google/uwb_vendor_app.te b/whitechapel/vendor/google/uwb_vendor_app.te index 675ecdb6..8822343c 100644 --- a/whitechapel/vendor/google/uwb_vendor_app.te +++ b/whitechapel/vendor/google/uwb_vendor_app.te @@ -17,6 +17,7 @@ allow uwb_vendor_app uwb_vendor_data_file:dir create_dir_perms; allow hal_uwb_vendor_default self:global_capability_class_set { sys_nice }; allow hal_uwb_vendor_default kernel:process { setsched }; +get_prop(uwb_vendor_app, vendor_secure_element_prop) binder_call(uwb_vendor_app, hal_uwb_vendor_default) ')