Skip to content
Snippets Groups Projects
Commit a1c06508 authored by Shubang Lu's avatar Shubang Lu Committed by Android (Google) Code Review
Browse files

Merge "Add sepolicy for tv.input" into oc-dev

parents ed82acb9 c76e158c
No related branches found
No related tags found
No related merge requests found
...@@ -183,6 +183,7 @@ hal_client_domain(system_server, hal_power) ...@@ -183,6 +183,7 @@ hal_client_domain(system_server, hal_power)
hal_client_domain(system_server, hal_sensors) hal_client_domain(system_server, hal_sensors)
binder_call(system_server, hal_thermal) binder_call(system_server, hal_thermal)
hal_client_domain(system_server, hal_thermal) hal_client_domain(system_server, hal_thermal)
hal_client_domain(system_server, hal_tv_input)
binder_call(system_server, hal_usb) binder_call(system_server, hal_usb)
hal_client_domain(system_server, hal_usb) hal_client_domain(system_server, hal_usb)
binder_call(system_server, hal_vibrator) binder_call(system_server, hal_vibrator)
......
...@@ -218,6 +218,9 @@ attribute hal_telephony_server; ...@@ -218,6 +218,9 @@ attribute hal_telephony_server;
attribute hal_thermal; attribute hal_thermal;
attribute hal_thermal_client; attribute hal_thermal_client;
attribute hal_thermal_server; attribute hal_thermal_server;
attribute hal_tv_input;
attribute hal_tv_input_client;
attribute hal_tv_input_server;
attribute hal_usb; attribute hal_usb;
attribute hal_usb_client; attribute hal_usb_client;
attribute hal_usb_server; attribute hal_usb_server;
......
# HwBinder IPC from clients into server, and callbacks
binder_call(hal_tv_input_client, hal_tv_input_server)
binder_call(hal_tv_input_server, hal_tv_input_client)
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
/(vendor|system/vendor)/bin/hw/android\.hardware\.sensors@1\.0-service u:object_r:hal_sensors_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.sensors@1\.0-service u:object_r:hal_sensors_default_exec:s0
/(vendor|system/vendor)/bin/hw/rild u:object_r:rild_exec:s0 /(vendor|system/vendor)/bin/hw/rild u:object_r:rild_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.thermal@1\.0-service u:object_r:hal_thermal_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.thermal@1\.0-service u:object_r:hal_thermal_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.tv\.input@1\.0-service u:object_r:hal_tv_input_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.usb@1\.0-service u:object_r:hal_usb_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.usb@1\.0-service u:object_r:hal_usb_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.vibrator@1\.0-service u:object_r:hal_vibrator_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.vibrator@1\.0-service u:object_r:hal_vibrator_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.vr@1\.0-service u:object_r:hal_vr_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.vr@1\.0-service u:object_r:hal_vr_default_exec:s0
......
type hal_tv_input_default, domain;
hal_server_domain(hal_tv_input_default, hal_tv_input)
type hal_tv_input_default_exec, exec_type, file_type;
init_daemon_domain(hal_tv_input_default)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment