android_device_tecno_LG8n/sepolicy/vendor/nfc.te
Shirayuki39 34bf33e05b LG8n: Kang sepolicy from pre-Reboot branch
* Wouldn't kanging be faster

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
2024-07-17 14:58:40 +08:00

6 lines
300 B
Plaintext

# allow NFC process to call into the NFC HAL
allow nfc nfc_data_file:dir create_dir_perms;
allow nfc nxpnfc_hwservice:hwservice_manager find;
allow nfc nfc_vendor_data_file:dir { create_dir_perms add_name search read write create remove_name };
allow nfc nfc_vendor_data_file:file create_file_perms;