]> git.ipfire.org Git - people/stevee/selinux-policy.git/blame - refpolicy/policy/modules/services/ntp.fc
add ddclient, bug 1523
[people/stevee/selinux-policy.git] / refpolicy / policy / modules / services / ntp.fc
CommitLineData
b11a75a5 1
e02c61cf 2/etc/ntp(d)?\.conf.* -- gen_context(system_u:object_r:net_conf_t,s0)
b11a75a5 3
e02c61cf
CP
4/etc/cron\.(daily|weekly)/ntp-simple -- gen_context(system_u:object_r:ntpd_exec_t,s0)
5/etc/cron\.(daily|weekly)/ntp-server -- gen_context(system_u:object_r:ntpd_exec_t,s0)
b11a75a5 6
e02c61cf
CP
7/etc/ntp/step-tickers.* -- gen_context(system_u:object_r:net_conf_t,s0)
8/etc/ntp/data(/.*)? gen_context(system_u:object_r:ntp_drift_t,s0)
b11a75a5 9
e02c61cf
CP
10/usr/sbin/ntpd -- gen_context(system_u:object_r:ntpd_exec_t,s0)
11/usr/sbin/ntpdate -- gen_context(system_u:object_r:ntpdate_exec_t,s0)
b11a75a5 12
e02c61cf 13/var/lib/ntp(/.*)? gen_context(system_u:object_r:ntp_drift_t,s0)
b11a75a5 14
e02c61cf
CP
15/var/log/ntp.* -- gen_context(system_u:object_r:ntpd_log_t,s0)
16/var/log/ntpstats(/.*)? gen_context(system_u:object_r:ntpd_log_t,s0)
17/var/log/xntpd.* -- gen_context(system_u:object_r:ntpd_log_t,s0)
b11a75a5 18
e02c61cf 19/var/run/ntpd\.pid -- gen_context(system_u:object_r:ntpd_var_run_t,s0)