This only applies in a typical server scenario where there are lots of users on one machine
This commit is contained in:
parent
22a7378852
commit
05a6efe365
|
@ -1071,15 +1071,6 @@ function test_stig {
|
|||
output "V-38691" $? ${SETLANG}
|
||||
################
|
||||
|
||||
##RHEL-06-000335
|
||||
##The operating system must manage information system identifiers for users and devices by disabling the user identifier after an organization defined time period of inactivity.
|
||||
|
||||
bash $STIG_TESTS_DIR/check-inactive.sh >/dev/null 2>&1 &
|
||||
|
||||
stig_spinner $!
|
||||
output "V-38694" $? ${SETLANG}
|
||||
################
|
||||
|
||||
##RHEL-06-000336
|
||||
##The sticky bit must be set on all public directories.
|
||||
|
||||
|
|
Loading…
Reference in New Issue