mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
* Looking in `git log`, we can see that this isn't needed functionallity, and that all attempts to "read" it in any way can be safely ignored. Change-Id: I1dd6c57f9cec024371cec8f9074b000531514ba9
8 lines
358 B
Plaintext
8 lines
358 B
Plaintext
# Data file accesses.
|
|
allow hal_nfc_default nfc_vendor_data_file:dir create_dir_perms;
|
|
allow hal_nfc_default nfc_vendor_data_file:file create_file_perms;
|
|
|
|
dontaudit hal_nfc_default nxpese_hwservice:hwservice_manager find;
|
|
dontaudit hal_nfc_default nxpnfc_hwservice:hwservice_manager { find add };
|
|
dontaudit hal_nfc_default vendor_nfc_prop:file r_file_perms;
|