diff --git a/private/system_server.te b/private/system_server.te index c5185fbda24c1a469981e1cdf0c1786f824cb8a2..0226186101013e45724f42f6c9a326c5c57d2983 100644 --- a/private/system_server.te +++ b/private/system_server.te @@ -186,6 +186,7 @@ allow system_server hal_omx_hwservice:hwservice_manager find; allow system_server hidl_token_hwservice:hwservice_manager find; hal_client_domain(system_server, hal_power) hal_client_domain(system_server, hal_sensors) +hal_client_domain(system_server, hal_tetheroffload) hal_client_domain(system_server, hal_thermal) hal_client_domain(system_server, hal_tv_cec) hal_client_domain(system_server, hal_tv_input) diff --git a/public/attributes b/public/attributes index c0b4646a063149aee3f1cbdb78cea6742b483370..6df62c9e0b8edceeff6c8c639d440c38a0f5951b 100644 --- a/public/attributes +++ b/public/attributes @@ -234,6 +234,9 @@ attribute hal_sensors_server; attribute hal_telephony; attribute hal_telephony_client; attribute hal_telephony_server; +attribute hal_tetheroffload; +attribute hal_tetheroffload_client; +attribute hal_tetheroffload_server; attribute hal_thermal; attribute hal_thermal_client; attribute hal_thermal_server; diff --git a/public/hal_tetheroffload.te b/public/hal_tetheroffload.te new file mode 100644 index 0000000000000000000000000000000000000000..a4c21fcdf507997a0621008de364f16a7ecc5381 --- /dev/null +++ b/public/hal_tetheroffload.te @@ -0,0 +1,3 @@ +## HwBinder IPC from client to server, and callbacks +binder_call(hal_tetheroffload_client, hal_tetheroffload_server) +binder_call(hal_tetheroffload_server, hal_tetheroffload_client)