diff --git a/tracking_denials/platform_app.te b/tracking_denials/platform_app.te deleted file mode 100644 index 3ded10b4..00000000 --- a/tracking_denials/platform_app.te +++ /dev/null @@ -1,2 +0,0 @@ -# b/202906787 -dontaudit platform_app hal_wlc_hwservice:hwservice_manager { find }; diff --git a/whitechapel_pro/platform_app.te b/whitechapel_pro/platform_app.te new file mode 100644 index 00000000..58499c98 --- /dev/null +++ b/whitechapel_pro/platform_app.te @@ -0,0 +1,2 @@ +allow platform_app hal_pixel_display_service:service_manager find; +allow platform_app hal_wlc_hwservice:hwservice_manager find; diff --git a/whitechapel_pro/service.te b/whitechapel_pro/service.te index 9c935e9c..abeeedcd 100644 --- a/whitechapel_pro/service.te +++ b/whitechapel_pro/service.te @@ -1 +1,2 @@ type hal_pixel_display_service, service_manager_type, vendor_service; +type touch_service, service_manager_type, vendor_service; diff --git a/whitechapel_pro/service_contexts b/whitechapel_pro/service_contexts index 9592f86f..cb6af7cc 100644 --- a/whitechapel_pro/service_contexts +++ b/whitechapel_pro/service_contexts @@ -1 +1,2 @@ com.google.hardware.pixel.display.IDisplay/default u:object_r:hal_pixel_display_service:s0 +com.google.input.ITouchContextService/default u:object_r:touch_service:s0