Skip to content
Snippets Groups Projects
Commit a76a4d22 authored by Bob Mottram's avatar Bob Mottram
Browse files

Disk encryption is optional

parent a25037f2
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment