• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Data file accesses.
2allow hal_nfc_default nfc_vendor_data_file:dir create_dir_perms;
3allow hal_nfc_default nfc_vendor_data_file:file create_file_perms;
4
5dontaudit hal_nfc_default debugfs_ipc:dir search;
6
7# TODO(b/36657258): Remove data_between_core_and_vendor_violators once
8# hal_nfc no longer directly accesses /data owned by the nfc app.
9typeattribute hal_nfc_default data_between_core_and_vendor_violators;
10# Data file accesses.
11allow hal_nfc_default nfc_data_file:dir create_dir_perms;
12allow hal_nfc_default nfc_data_file:{ file lnk_file fifo_file } create_file_perms;
13
14dontaudit hal_nfc_default nxpese_hwservice:hwservice_manager find;
15dontaudit hal_nfc_default nxpnfc_hwservice:hwservice_manager add;
16