Check: GEN003430
SUSE Linux Enterprise Server v11 for System z STIG:
GEN003430
(in versions v1 r12 through v1 r9)
Title
The atjobs directory must be group-owned by root, bin, daemon, sys, or at. (Cat II impact)
Discussion
If the group of the "atjobs" directory is not root, bin, daemon, sys, or at, unauthorized users could be allowed to view or edit files containing sensitive information within the directory.
Check Content
Check the group ownership of the directory. Procedure: # ls -ld /var/spool/atjobs If the file is not group-owned by root, bin, daemon, sys, or at, this is a finding.
Fix Text
Change the group ownership of the directory to root, bin, sys, daemon or cron. Procedure: # chgrp <root|bin|daemon|sys|at> <"atjobs" directory>
Additional Identifiers
Rule ID: SV-45673r2_rule
Vulnerability ID: V-22396
Group Title: GEN003430
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 |