All network services daemon files must have mode 0755 or less permissive.

From SUSE Linux Enterprise Server v11 for System z

Part of GEN001180

Associated with: CCI-000225

SV-44931r1_rule All network services daemon files must have mode 0755 or less permissive.

Vulnerability discussion

Restricting permission on daemons will protect them from unauthorized modification and possible system compromise.

Check content

Check the mode of network services daemons. # find /usr/sbin -type f -perm +022 -exec stat -c %a:%n {} \; This will return the octal permissions and name of all files that are group or world writable. If any network services daemon listed is world or group writable (either or both of the 2 lowest order digits contain a 2, 3 or 6), this is a finding. Note: Network daemons not residing in these directories (such as httpd or sshd) must also be checked for the correct permissions.

Fix text

Change the mode of the network services daemon. # chmod go-w

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer