You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
500 B
20 lines
500 B
4 months ago
|
type flipendo, domain, coredomain;
|
||
|
|
||
|
app_domain(flipendo)
|
||
|
|
||
|
# Access to Westworld logging service
|
||
|
allow flipendo fwk_stats_service:service_manager find;
|
||
|
binder_use(flipendo)
|
||
|
|
||
|
binder_call(flipendo, gpuservice)
|
||
|
|
||
|
allow flipendo app_api_service:service_manager find;
|
||
|
|
||
|
# Allows Flipendo to change app saturation
|
||
|
allow flipendo color_display_service:service_manager find;
|
||
|
|
||
|
# Access to PowerHal service
|
||
|
hal_client_domain(flipendo, hal_power);
|
||
|
|
||
|
dontaudit flipendo vendor_hwservice_type:hwservice_manager find;
|