pa: sepolicy: Write some missing rules for FOD.
Change-Id: I255a0b5e25461298d19e7f13a24e4262330b83cf
This commit is contained in:
parent
44619177ad
commit
98af27b706
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue