You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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;
|
|
|
|
|