Closed Bialogs closed 4 years ago
Yes on the regex change and agreed that only one superuser should be allowed. That said, root
is an arbitrary name in this case so I'm not sure how logical this actually is.
Actually.... @trevor-vaughan do you know why this control looks in user.cfg
? The STIG is mostly concerned about grub.cfg
.
V-71961 uses the Regex
/^\s*password_pbkdf2\s+#{user}/
to examineuser.cfg
files. However, the syntax ofuser.cfg
files are typicallyGRUB2_PASSWORD=grub.pbkdf2.$digest
etc.Also, I'm not sure if any additional superusers are allowed per this requirement? The way the STIG reads it seems like other superusers besides
root
are not allowed.