14 lines
423 B
Plaintext
Raw Normal View History

2022-08-14 15:07:12 +02:00
# ==============================================
# Common SEPolicy Rule
# ==============================================
# HwBinder IPC from clients into server, and callbacks
binder_call(hal_rcs_client, hal_rcs_server)
binder_call(hal_rcs_server, hal_rcs_client)
add_hwservice(hal_rcs_server, volte_rcs_ua_hwservice)
# give permission for hal client
allow hal_rcs_client volte_rcs_ua_hwservice:hwservice_manager find;