platform_system_sepolicy/public/system_suspend_internal_server.te
Darren Hsu 70ae5f4c34 sepolicy: Create new attribute to serve ISuspendControlServiceInternal
Bug: 178417023
Test: Verified manually
Change-Id: Ie058ecf6b31c260e7788cbf0e74fa4182129d3e1
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2021-02-25 18:04:04 +08:00

11 lines
466 B
Text

# To serve ISuspendControlServiceInternal.
add_service(system_suspend_internal_server, system_suspend_control_internal_service)
neverallow {
domain
-atrace # tracing
-dumpstate # bug reports
-system_suspend_internal_server # implements system_suspend_control_internal_service
-system_server # configures system_suspend via ISuspendControlServiceInternal
-traceur_app # tracing
} system_suspend_control_internal_service:service_manager find;