|
@@ -154,31 +154,6 @@ function test_stig {
|
154
|
154
|
output "V-38476" $? ${SETLANG}
|
155
|
155
|
################
|
156
|
156
|
|
157
|
|
- ##RHEL-06-000011
|
158
|
|
- ##System security patches and updates must be installed and up-to-date.
|
159
|
|
-
|
160
|
|
- bash $STIG_TESTS_DIR/check-package-up2date.sh >/dev/null 2>&1 &
|
161
|
|
-
|
162
|
|
- stig_spinner $!
|
163
|
|
- output "V-38481" $? ${SETLANG}
|
164
|
|
- ################
|
165
|
|
-
|
166
|
|
- ##RHEL-06-000013
|
167
|
|
- ##The system package management tool must cryptographically verify the authenticity of system software packages during installation.
|
168
|
|
-
|
169
|
|
-
|
170
|
|
- stig_spinner $!
|
171
|
|
- output "V-38483" $? ${SETLANG}
|
172
|
|
- ################
|
173
|
|
-
|
174
|
|
- ##RHEL-06-000015
|
175
|
|
- ##The system package management tool must cryptographically verify the authenticity of all software packages during installation.
|
176
|
|
-
|
177
|
|
-
|
178
|
|
- stig_spinner $!
|
179
|
|
- output "V-38487" $? ${SETLANG}
|
180
|
|
- ################
|
181
|
|
-
|
182
|
157
|
##RHEL-06-000016
|
183
|
158
|
##A file integrity tool must be installed.
|
184
|
159
|
|