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
2022-03-28 23:51:39 +05:30

12 lines
453 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:file create_file_perms;
allow hal_nfc_default vendor_nfc_vendor_data_file:dir rw_dir_perms;
# Allow hal_nfc_default to get vendor_nfc_prop
get_prop(hal_nfc_default, vendor_nfc_prop)