ansible-roles/roles/samba/files/samba-dc.te

12 lines
208 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
module samba-dc 1.0;
require {
type ntpd_var_run_t;
type chronyd_t;
class sock_file write;
}
#============= chronyd_t ==============
allow chronyd_t ntpd_var_run_t:sock_file write;