sm7250-common: sepolicy: Address NFC Denials

Change-Id: I67138bb9133d12703445cf3c3010c493eecda1b0
This commit is contained in:
KakatkarAkshay
2021-08-23 02:26:32 +02:00
parent e1f4ee1aed
commit 044a1120f9
5 changed files with 16 additions and 0 deletions

View File

@@ -1,2 +1,11 @@
# Allow access to the HALs
hal_client_domain(hal_nfc_default, hal_secure_element)
# Allow hal_nfc_default to find hal_secure_element_hwservice
allow hal_nfc_default hal_secure_element_hwservice:hwservice_manager find;
allow hal_nfc_default vendor_nfc_vendor_data_file:dir create_dir_perms;
allow hal_nfc_default vendor_nfc_vendor_data_file:file create_file_perms;
# Allow hal_nfc_default to get vendor_nfc_prop
get_prop(hal_nfc_default, vendor_nfc_prop)