Disk encryption is optional
This commit is contained in:
parent
a25037f226
commit
a76a4d22f9
|
@ -998,33 +998,6 @@ function test_stig {
|
||||||
output "V-38658" $? ${SETLANG}
|
output "V-38658" $? ${SETLANG}
|
||||||
################
|
################
|
||||||
|
|
||||||
##RHEL-06-000275
|
|
||||||
##The operating system must employ cryptographic mechanisms to protect information in storage.
|
|
||||||
|
|
||||||
dmsetup status | grep -i "crypt" >/dev/null 2>&1 &
|
|
||||||
|
|
||||||
stig_spinner $!
|
|
||||||
output "V-38659" $? ${SETLANG}
|
|
||||||
################
|
|
||||||
|
|
||||||
##RHEL-06-000276
|
|
||||||
##The operating system must protect the confidentiality and integrity of data at rest.
|
|
||||||
|
|
||||||
#dmsetup status | grep -i "crypt" >/dev/null 2>&1 &
|
|
||||||
|
|
||||||
stig_spinner $!
|
|
||||||
output "V-38661" $? ${SETLANG}
|
|
||||||
################
|
|
||||||
|
|
||||||
##RHEL-06-000277
|
|
||||||
##The operating system must employ cryptographic mechanisms to prevent unauthorized disclosure of data at rest unless otherwise protected by alternative physical measures.
|
|
||||||
|
|
||||||
#dmsetup status | grep -i "crypt" >/dev/null 2>&1 &
|
|
||||||
|
|
||||||
stig_spinner $!
|
|
||||||
output "V-38662" $? ${SETLANG}
|
|
||||||
################
|
|
||||||
|
|
||||||
##RHEL-06-000282
|
##RHEL-06-000282
|
||||||
##There must be no world-writable files on the system.
|
##There must be no world-writable files on the system.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue