parent
edfd77fa31
commit
220e18a83a
2 changed files with 26 additions and 1 deletions
@ -0,0 +1,11 @@ |
|||||||
|
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; |
||||||
|
|
Loading…
Reference in new issue