platform_system_sepolicy/vendor/hal_nfc_default.te
Alex Klyubin 2e53216b9f Add a TODO for the NFC HAL socket use violation
Test: mmm system/sepolicy -- this is just a comment change
Bug: 37640900
Change-Id: I7c96dde15f74822a19ecc1b28665913b54b3973b
2017-04-24 14:37:53 -07:00

8 lines
345 B
Text

type hal_nfc_default, domain;
hal_server_domain(hal_nfc_default, hal_nfc)
type hal_nfc_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_nfc_default)
# TODO(b/37640900): Remove this one NFC HAL no longer needs access to nfc_data_file:sock_file
typeattribute hal_nfc_default socket_between_core_and_vendor_violators;