LLNL / toss-stig

Source code repository for TOSS operating system STIG
Apache License 2.0
4 stars 0 forks source link

TOSS-04-020300 #36

Open cdefrates opened 11 months ago

cdefrates commented 11 months ago

The current find command will hit some home directories in /etc/passwd that might not be mounted on the system and will cause errors. The find command in the check text should be updated to ignore these errors. find $(awk -F: '($3>=1000)&&($7 !~ /nologin/){print $6}' /etc/passwd) -maxdepth 0 -not -perm 770 -ls 2> /dev/null

cdefrates commented 3 weeks ago

Addressed in the TOSS5 STIG