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