UCF STIG Viewer Logo

The /etc/news/infeed.conf (or equivalent) must have mode 0600 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-4274 GEN006280 SV-46145r1_rule Medium
Description
Excessive permissions on the "" file may allow unauthorized modification which could lead to Denial of Service to authorized users or provide access to unauthorized users.
STIG Date
SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide 2018-09-19

Details

Check Text ( C-43407r1_chk )
SUSE ships the InternetNewsDaemon (innd) news server. The file that corresponds to "/etc/news/hosts.nntp.nolimit" is "/etc/news/innfeed.conf". Check the permissions for "/etc/news/innfeed.conf".

# ls -lL /etc/news/innfeed.conf

If "/etc/news/innfeed.conf" has a mode more permissive than 0600, this is a finding.
Fix Text (F-39488r1_fix)
Change the mode of "/etc/news/innfeed.conf" to 0600.
# chmod 0600 /etc/news/infeed.conf