d3ce5dc38c
Test: no relevant denials on marlin while booting Test: no relevant denials on angler while booting Bug: 36278706 Change-Id: Ieba79e1c8fca4f74c63bc63e6dd0bdcf59204ca2
12 lines
319 B
Text
12 lines
319 B
Text
###
|
|
### Rules for all domains which offer a HAL service over HwBinder
|
|
###
|
|
|
|
# Register the HAL service with hwservicemanager
|
|
hwbinder_use(halserverdomain)
|
|
|
|
# Find HAL implementations
|
|
allow halserverdomain system_file:dir r_dir_perms;
|
|
|
|
# Used to wait for hwservicemanager
|
|
get_prop(halserverdomain, hwservicemanager_prop)
|