1. Home
  2. Security Hardening
  3. CIS Red Hat Enterprise Linux 5 L2 V2.2 1
  4. Disable Mounting of freevxfs Filesystems – install freevxfs /bin/true’

Disable Mounting of freevxfs Filesystems – install freevxfs /bin/true’

Details

The freevxfs filesystem type is a free version of the Veritas type filesystem. This is the primary filesystem type for HP-UX operating systems.

Rationale:

Removing support for unneeded filesystem types reduces the local attack surface of the server. If this filesystem type is not needed, disable it.

Solution

Edit or create a file in the /etc/modprobe.d/ directory ending in .conf
Example: /etc/modprobe.d/freevxfs.conf
Add the following line:

install freevxfs /bin/true

Default Value:

OS Default: N/A

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles