STIGQter STIGQter: STIG Summary: Oracle Linux 9 Security Technical Implementation Guide Version: 1 Release: 6 Benchmark Date: 01 Jul 2026:

OL 9 must enable kernel parameters to enforce discretionary access control on symlinks.

DISA Rule

SV-271741r1091935_rule

Vulnerability Number

V-271741

Group Title

SRG-OS-000312-GPOS-00123

Rule Version

OL09-00-002402

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure OL 9 to enable DAC on symlinks with the following:

Add or edit the following line in a system configuration file in the "/etc/sysctl.d/" directory:

fs.protected_symlinks = 1

Load settings from all system configuration files with the following command:

$ sudo sysctl --system

Check Contents

Verify that OL 9 is configured to enable DAC on symlinks.

Check the status of the fs.protected_symlinks kernel parameter with the following command:

$ sudo sysctl fs.protected_symlinks
fs.protected_symlinks = 1

If "fs.protected_symlinks " is not set to "1" or is missing, this is a finding.

Vulnerability Number

V-271741

Documentable

False

Rule Version

OL09-00-002402

Severity Override Guidance

Verify that OL 9 is configured to enable DAC on symlinks.

Check the status of the fs.protected_symlinks kernel parameter with the following command:

$ sudo sysctl fs.protected_symlinks
fs.protected_symlinks = 1

If "fs.protected_symlinks " is not set to "1" or is missing, this is a finding.

Check Content Reference

M

Target Key

5680