Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud
23f39f1115 Update to 2025-05-20 16:00 2025-05-20 16:00:15 +02:00
Daniel Berteaud
04250e0ba7 Update to 2025-05-20 14:00 2025-05-20 14:00:10 +02:00
3 changed files with 7 additions and 3 deletions

View File

@ -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;

View File

@ -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

View File

@ -1,7 +1,7 @@
# Version of Vault to install
vault_version: 1.19.3
vault_version: 1.19.4
# URL of the archive
vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip
# Expected sha256 of the archive
vault_archive_sha256: 94b1f5059ab7751d2305bd109289d7d6946c8c7e4c5227fd78ab67739fa43be2
vault_archive_sha256: d8621f31427ecb6712923fc2db207b3b3c04711b722b11f34627cd4cf837a9c6