mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 01:04:13 +00:00
test ctrl alt del disablement in molecule
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
This commit is contained in:
parent
037919e67a
commit
be70a45e27
2 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
os_netrc_enabled: false
|
||||
os_ignore_users: ["shell_sys_acc"]
|
||||
os_ignore_home_folder_users: ["user_with_777_home"]
|
||||
os_ctrlaltdel_disabled: true
|
||||
sysctl_config:
|
||||
net.ipv4.ip_forward: 0
|
||||
net.ipv6.conf.all.forwarding: 0
|
||||
|
|
|
@ -21,3 +21,4 @@
|
|||
os_yum_repo_file_whitelist: ['foo.repo']
|
||||
os_mnt_boot_enabled: true
|
||||
os_mnt_boot_src: "/dev/vda1"
|
||||
os_ctrlaltdel_disabled: true
|
||||
|
|
Loading…
Reference in a new issue