1type timeservice_app, domain;
2app_domain(timeservice_app);
3
4allow timeservice_app app_api_service:service_manager find;
5allow timeservice_app app_data_file:dir { search getattr };
6allow timeservice_app time_daemon:unix_stream_socket connectto;
7