5ee61a7628
microdroid's domains have been able to read/write any properties. That's just for convenience while bringing up microdroid. This cleans up such global permission and grants minimal access. Bug: 194447534 Test: atest MicrodroidHostTestCases ComposHostTestCases Test: run microdroid demo app Change-Id: I09ce1174d4af9c228b788a522a6ab845cafd4505
12 lines
356 B
Text
12 lines
356 B
Text
###
|
|
### Rules for all domains which are clients of a HAL
|
|
###
|
|
|
|
# Find out whether a HAL in passthrough/in-process mode or
|
|
# binderized/out-of-process mode
|
|
hwbinder_use(halclientdomain)
|
|
|
|
# Wait for HAL server to be up (used by getService)
|
|
allow halclientdomain hidl_manager_hwservice:hwservice_manager find;
|
|
|
|
get_prop(halclientdomain, hwservicemanager_prop)
|