Check: GEN003420
SUSE Linux Enterprise Server v11 for System z STIG:
GEN003420
(in versions v1 r12 through v1 r9)
Title
The atjobs directory must be owned by root, bin, daemon or at. (Cat II impact)
Discussion
If the owner of the "atjobs" directory is not root, bin, daemon or at, unauthorized users could be allowed to view or edit files containing sensitive information within the directory.
Check Content
Check the ownership of the "at" directory: Procedure: # ls -ld /var/spool/atjobs If the directory is not owned by root, bin, daemon, or at, this is a finding.
Fix Text
Change the owner of the "atjobs" directory to root, bin, daemon or at. Procedure: # chown <root|bin|daemon|at> <"atjobs" directory>
Additional Identifiers
Rule ID: SV-45672r2_rule
Vulnerability ID: V-4365
Group Title: GEN003420
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000225 |
The organization employs the concept of least privilege, allowing only authorized accesses for users (and processes acting on behalf of users) which are necessary to accomplish assigned tasks in accordance with organizational missions and business functions. |
Controls
Number | Title |
---|---|
AC-6 |
Least Privilege |