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_motorola_sanders-lin…/sepolicy/vendor/hal_nfc_default.te

6 lines
331 B
Plaintext

#allow hal_nfc_default default_android_hwservice:hwservice_manager { add find };
add_hwservice(hal_nfc_default, hal_nfc_hwservice);
add_hwservice(hal_nfc_default, hal_secure_element_hwservice);
allow hal_nfc_default nfc_vendor_data_file:dir { add_name create search write };
allow hal_nfc_default nfc_vendor_data_file:file create;