blob: 9586a40a75a850ae3b1f377078f7ce4d6b9c79aa [file] [log] [blame]
# Domain for the Brillo example service.
type brillo_example_service, domain;
type brillo_example_service_exec, exec_type, file_type;
# Allow domain transition from init, and access to D-Bus and Binder.
brillo_domain(brillo_example_service)
# Allow the example service to add itself to service_manager.
allow brillo_example_service brilloexampleservice:service_manager add;
# Allow crash_reporter access to core dump files.
allow_crash_reporter(brillo_example_service)