The NFS share configuration file must be group-owned by root, bin, sys or other.

From HP-UX 11.31 Security Technical Implementation Guide

Part of GEN005750

Associated with IA controls: ECLP-1

Associated with: CCI-000225

SV-35183r1_rule The NFS share configuration file must be group-owned by root, bin, sys or other.

Vulnerability discussion

Failure to give group ownership of the NFS share configuration file to root, bin, sys or other provides the designated group owner and possible unauthorized users with the potential to change system configuration which could weaken the system's security posture.

Check content

Check the group ownership of the NFS share configuration file. # echo `ls -lL /etc/dfs/dfstab` | tr '\011' ' ' | tr -s ' ' | sed -e 's/^[ \t]*//' | cut -f 4,4 -d " " If the file is not group-owned by root, bin, sys or other, this is a finding.

Fix text

Change the group ownership of the NFS share configuration file. # chgrp root /etc/dfs/dfstab

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