1type flipendo, domain, coredomain; 2 3app_domain(flipendo) 4 5# Access to Westworld logging service 6allow flipendo fwk_stats_service:service_manager find; 7binder_use(flipendo) 8 9binder_call(flipendo, gpuservice) 10 11allow flipendo app_api_service:service_manager find; 12 13# Allows Flipendo to change app saturation 14allow flipendo color_display_service:service_manager find; 15 16# Access to PowerHal service 17hal_client_domain(flipendo, hal_power); 18 19dontaudit flipendo vendor_hwservice_type:hwservice_manager find; 20