SV-227770r603266_rule
V-227770
SRG-OS-000480
GEN003380
CAT II
10
Remove the world-writable permission from directories containing programs executed by "at".
Procedure:
# chmod o-w <at program directory>
List any "at" jobs on the system.
Procedure:
# ls /var/spool/cron/atjobs
For each "at" job, determine which programs are executed.
Procedure:
# more <at job file>
Check the directory containing each program executed by "at" for world-writable permissions.
Procedure:
# ls -la <at program file directory>
If "at" executes programs in world-writable directories, this is a finding.
V-227770
False
GEN003380
List any "at" jobs on the system.
Procedure:
# ls /var/spool/cron/atjobs
For each "at" job, determine which programs are executed.
Procedure:
# more <at job file>
Check the directory containing each program executed by "at" for world-writable permissions.
Procedure:
# ls -la <at program file directory>
If "at" executes programs in world-writable directories, this is a finding.
M
4061