Verify Group Who Owns /etc/shells File
An XCCDF Rule
Description
To properly set the group owner of/etc/shells
, run the command:
$ sudo chgrp root /etc/shells
Rationale
The /etc/shells
file contains the list of full pathnames to shells on the system.
Since this file is used by many system programs this file should be protected.