d4785c3707
Sharing data folders by path will be disallowed because it violates the approved API between platform and vendor components tested by VTS. Move all violating permissions from core selinux policy to device specific policy so that we can exempt existing devices from the ban and enforce it on new devices. Bug: 34980020 Test: Move permissions. Build and test wifi, wifi AP, nfc, fingerprint and Play movies on Marlin and Taimen. Test: build on Angler, Bullhead, Dragon, Fugu, Marlin, Walleye Change-Id: Ib6fc9cf1403e74058aaae5a7b0784922f3172b4e
12 lines
398 B
Text
12 lines
398 B
Text
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(hal_nfc_client, hal_nfc_server)
|
|
binder_call(hal_nfc_server, hal_nfc_client)
|
|
|
|
add_hwservice(hal_nfc_server, hal_nfc_hwservice)
|
|
allow hal_nfc_client hal_nfc_hwservice:hwservice_manager find;
|
|
|
|
# Set NFC properties (used by bcm2079x HAL).
|
|
set_prop(hal_nfc, nfc_prop)
|
|
|
|
# NFC device access.
|
|
allow hal_nfc nfc_device:chr_file rw_file_perms;
|