From 36d5ac6ce0fbbed413c0e6d6d1db898b4cb7a6d4 Mon Sep 17 00:00:00 2001 From: Chenyang Zhong Date: Sun, 25 Apr 2021 18:01:23 -0400 Subject: [PATCH] sepolicy: correctly set flipendo as a client of power HAL ref: hardware/google/pixel-sepolicy/flipendo/flipendo.te Signed-off-by: Chenyang Zhong Change-Id: I05b37fa3c273e6c105fe413568a07a1bdb235613 Signed-off-by: Anushek Prasal --- common/dynamic/flipendo.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/dynamic/flipendo.te b/common/dynamic/flipendo.te index aaa0822..b3df802 100644 --- a/common/dynamic/flipendo.te +++ b/common/dynamic/flipendo.te @@ -25,4 +25,4 @@ allow flipendo fwk_stats_hwservice:hwservice_manager find; allow flipendo color_display_service:service_manager find; # Allow flipendo to find hal_power_service -allow flipendo hal_power_service:service_manager find; \ No newline at end of file +hal_client_domain(flipendo, hal_power);