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:
Puneet Mishra 2015-08-25 19:53:00 +03:00 committed by Alexander Koskovich
parent 1d358b4560
commit 4e19732c40
No known key found for this signature in database
GPG Key ID: F1107C9A417AC130
1 changed files with 3 additions and 0 deletions

View File

@ -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;