mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-06-27 21:43:14 +02:00
Update to 2025-05-20 16:00
This commit is contained in:
parent
04250e0ba7
commit
23f39f1115
@ -1,11 +1,14 @@
|
||||
module samba-dc 1.0;
|
||||
module samba-dc 1.1;
|
||||
|
||||
require {
|
||||
type ntpd_var_run_t;
|
||||
type unconfined_service_t;
|
||||
type chronyd_t;
|
||||
class sock_file write;
|
||||
class unix_stream_socket connectto;
|
||||
}
|
||||
|
||||
#============= chronyd_t ==============
|
||||
allow chronyd_t ntpd_var_run_t:sock_file write;
|
||||
allow chronyd_t unconfined_service_t:unix_stream_socket connectto;
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
when: samba_role == 'dc' or samba_role == 'rodc'
|
||||
with_items:
|
||||
- samba_domain_controller
|
||||
- rsync_sys_admin
|
||||
tags: samba
|
||||
|
||||
- name: Copy custom policy
|
||||
|
Loading…
x
Reference in New Issue
Block a user