pa: sepolicy: Allow platform apps to find the NFC service.
* Several APIs on NFC require platform permissions, therefore, NFC test applications are equipped with them. Change-Id: I35435b4aac0b0153c7847a8e02ab36985f54e774
This commit is contained in:
parent
1d358b4560
commit
4e19732c40
|
@ -1,3 +1,6 @@
|
|||
# Allow FOD HAL service to be found.
|
||||
hal_client_domain(platform_app, vendor_fod)
|
||||
binder_call(platform_app, vendor_fod_aospa)
|
||||
|
||||
# Allow platform applications to find the NFC service.
|
||||
allow platform_app nfc_service:service_manager find;
|
||||
|
|
Loading…
Reference in New Issue