forked from ansible-lockdown/RHEL9-CIS
section1 v2 initial
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
cf4376f1f7
commit
8b58d71e4b
47 changed files with 2181 additions and 1707 deletions
|
|
@ -0,0 +1,6 @@
|
|||
# This is a subpolicy dropping the SHA1 hash and signature support
|
||||
# Carried out as part of CIS Benchmark
|
||||
|
||||
hash = -SHA1
|
||||
sign = -*-SHA1
|
||||
sha1_in_certs = 0
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# This is a subpolicy to disable all CBC mode ciphers
|
||||
# for the SSH protocol (libssh and OpenSSH)
|
||||
# Carried out as part of CIS Benchmark
|
||||
|
||||
cipher@SSH = -*-CBC
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# This is a subpolicy to disable the chacha20-poly1305 ciphers
|
||||
# for the SSH protocol (libssh and OpenSSH)
|
||||
# Carried out as part of CIS Benchmark
|
||||
|
||||
cipher@SSH = -CHACHA20-POLY1305
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# This is a subpolicy to disable Encrypt then MAC
|
||||
# for the SSH protocol (libssh and OpenSSH)
|
||||
# Carried out as part of CIS Benchmark
|
||||
|
||||
etm@SSH = DISABLE_ETM
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
# This is a subpolicy to disable weak macs
|
||||
# Carried out as part of CIS Benchmark
|
||||
|
||||
mac = -*-64
|
||||
Loading…
Add table
Add a link
Reference in a new issue