aboutsummaryrefslogtreecommitdiffstats
path: root/tzdatacheck.te
blob: a95dc0d2a3f5f0f52a4d7ca8eb739e838e4503b1 (plain)
1
2
3
4
5
6
7
8
# The tzdatacheck command run by init.
type tzdatacheck, domain;
type tzdatacheck_exec, exec_type, file_type;

init_daemon_domain(tzdatacheck)

allow tzdatacheck zoneinfo_data_file:dir create_dir_perms;
allow tzdatacheck zoneinfo_data_file:file unlink;