pa: sepolicy: Write some missing rules for FOD.

Change-Id: I255a0b5e25461298d19e7f13a24e4262330b83cf
This commit is contained in:
Alexander Koskovich 2020-12-16 22:30:54 -07:00
parent 44619177ad
commit 98af27b706
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
# Allow FOD HAL service to be found.
hal_client_domain(platform_app, vendor_fod)
binder_call(platform_app, vendor_fod_aospa)

View File

@ -7,6 +7,7 @@ hal_attribute_hwservice(vendor_fod, vendor_fod_hwservice);
# Allow for transition from init domain to FOD.
init_daemon_domain(vendor_fod_aospa);
# Allow binder communication with platform applications & servicemanager.
# Allow binder communication with platform applications, servicemanager & system server.
binder_call(system_server, vendor_fod_aospa)
binder_call(vendor_fod_aospa, platform_app)
binder_use(vendor_fod_aospa)