diff --git a/src/freedombone-tests b/src/freedombone-tests index f06fc0752c9f8f9356b64899f3841ee07cadb348..2cec1b25421c0a137aa5372ecf958471beb42f29 100755 --- a/src/freedombone-tests +++ b/src/freedombone-tests @@ -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.