diff --git a/private/system_server.te b/private/system_server.te index 6341017695ab48b85a3472a6b51adfe66e67de12..cf9370235fc78bf4e7f5930fa9ce2293b2de3da8 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 b13f75c4105afde78e5d05717706e3e177442faf..90740d456e98b6361cedd5ba70b0a99c542af72c 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)