Disk encryption is optional

This commit is contained in:
Bob Mottram 2016-11-29 23:13:36 +00:00
parent a25037f226
commit a76a4d22f9
1 changed files with 0 additions and 27 deletions

View File

@ -998,33 +998,6 @@ function test_stig {
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
##There must be no world-writable files on the system.