xref: /aosp_15_r20/system/sepolicy/prebuilts/api/31.0/public/hal_nfc.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# HwBinder IPC from client to server, and callbacks
2binder_call(hal_nfc_client, hal_nfc_server)
3binder_call(hal_nfc_server, hal_nfc_client)
4
5hal_attribute_hwservice(hal_nfc, hal_nfc_hwservice)
6
7# Set NFC properties (used by bcm2079x HAL).
8set_prop(hal_nfc, nfc_prop)
9
10# NFC device access.
11allow hal_nfc nfc_device:chr_file rw_file_perms;
12