mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-06-28 22:13: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 {
|
require {
|
||||||
type ntpd_var_run_t;
|
type ntpd_var_run_t;
|
||||||
|
type unconfined_service_t;
|
||||||
type chronyd_t;
|
type chronyd_t;
|
||||||
class sock_file write;
|
class sock_file write;
|
||||||
|
class unix_stream_socket connectto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#============= chronyd_t ==============
|
#============= chronyd_t ==============
|
||||||
allow chronyd_t ntpd_var_run_t:sock_file write;
|
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'
|
when: samba_role == 'dc' or samba_role == 'rodc'
|
||||||
with_items:
|
with_items:
|
||||||
- samba_domain_controller
|
- samba_domain_controller
|
||||||
|
- rsync_sys_admin
|
||||||
tags: samba
|
tags: samba
|
||||||
|
|
||||||
- name: Copy custom policy
|
- name: Copy custom policy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user