halclientdomain.te 392 B

12345678910111213
  1. ###
  2. ### Rules for all domains which are clients of a HAL
  3. ###
  4. # Find out whether a HAL in passthrough/in-process mode or
  5. # binderized/out-of-process mode
  6. hwbinder_use(halclientdomain)
  7. # Used to wait for hwservicemanager
  8. get_prop(halclientdomain, hwservicemanager_prop)
  9. # Wait for HAL server to be up (used by getService)
  10. allow halclientdomain hidl_manager_hwservice:hwservice_manager find;