SV-226864r603265_rule
V-226864
SRG-OS-000480
GEN003360
CAT II
10
Remove group-write and world-write permissions from files executed by "at" jobs.
Procedure:
# chmod go-w <file>
List the "at" jobs on the system.
Procedure:
# ls -la /var/spool/cron/atjobs
For each "at" job file, determine which programs are executed.
Procedure:
# more <at job file>
Check each program executed by "at" for group- or world-writable permissions.
Procedure:
# ls -la <at program file>
If "at" executes group- or world-writable programs, this is a finding.
V-226864
False
GEN003360
List the "at" jobs on the system.
Procedure:
# ls -la /var/spool/cron/atjobs
For each "at" job file, determine which programs are executed.
Procedure:
# more <at job file>
Check each program executed by "at" for group- or world-writable permissions.
Procedure:
# ls -la <at program file>
If "at" executes group- or world-writable programs, this is a finding.
M
4060