15 lines
354 B
Plaintext
Raw Normal View History

2025-05-20 16:00:15 +02:00
module samba-dc 1.1;
2021-12-01 19:13:34 +01:00
require {
type ntpd_var_run_t;
2025-05-20 16:00:15 +02:00
type unconfined_service_t;
2021-12-01 19:13:34 +01:00
type chronyd_t;
class sock_file write;
2025-05-20 16:00:15 +02:00
class unix_stream_socket connectto;
2021-12-01 19:13:34 +01:00
}
#============= chronyd_t ==============
allow chronyd_t ntpd_var_run_t:sock_file write;
2025-05-20 16:00:15 +02:00
allow chronyd_t unconfined_service_t:unix_stream_socket connectto;
2021-12-01 19:13:34 +01:00