1# The tzdatacheck command run by init.
2type tzdatacheck, domain, domain_deprecated;
3type tzdatacheck_exec, exec_type, file_type;
4
5init_daemon_domain(tzdatacheck)
6
7allow tzdatacheck zoneinfo_data_file:dir create_dir_perms;
8allow tzdatacheck zoneinfo_data_file:file unlink;
9