|
@@ -998,33 +998,6 @@ function test_stig {
|
998
|
998
|
output "V-38658" $? ${SETLANG}
|
999
|
999
|
################
|
1000
|
1000
|
|
1001
|
|
- ##RHEL-06-000275
|
1002
|
|
- ##The operating system must employ cryptographic mechanisms to protect information in storage.
|
1003
|
|
-
|
1004
|
|
- dmsetup status | grep -i "crypt" >/dev/null 2>&1 &
|
1005
|
|
-
|
1006
|
|
- stig_spinner $!
|
1007
|
|
- output "V-38659" $? ${SETLANG}
|
1008
|
|
- ################
|
1009
|
|
-
|
1010
|
|
- ##RHEL-06-000276
|
1011
|
|
- ##The operating system must protect the confidentiality and integrity of data at rest.
|
1012
|
|
-
|
1013
|
|
- #dmsetup status | grep -i "crypt" >/dev/null 2>&1 &
|
1014
|
|
-
|
1015
|
|
- stig_spinner $!
|
1016
|
|
- output "V-38661" $? ${SETLANG}
|
1017
|
|
- ################
|
1018
|
|
-
|
1019
|
|
- ##RHEL-06-000277
|
1020
|
|
- ##The operating system must employ cryptographic mechanisms to prevent unauthorized disclosure of data at rest unless otherwise protected by alternative physical measures.
|
1021
|
|
-
|
1022
|
|
- #dmsetup status | grep -i "crypt" >/dev/null 2>&1 &
|
1023
|
|
-
|
1024
|
|
- stig_spinner $!
|
1025
|
|
- output "V-38662" $? ${SETLANG}
|
1026
|
|
- ################
|
1027
|
|
-
|
1028
|
1001
|
##RHEL-06-000282
|
1029
|
1002
|
##There must be no world-writable files on the system.
|
1030
|
1003
|
|