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