mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
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;
|
|
|