This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_oneplus_sm7250-common/sepolicy/vendor/hal_nfc_default.te
KakatkarAkshay 044a1120f9 sm7250-common: sepolicy: Address NFC Denials
Change-Id: I67138bb9133d12703445cf3c3010c493eecda1b0
2021-10-10 15:55:38 +02:00

12 lines
457 B
Plaintext

# 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)