SV-227775r603266_rule
V-227775
SRG-OS-000312
GEN003440
CAT II
10
Edit "at" jobs or referenced scripts to remove umask commands setting umask to a value less restrictive than 077.
Determine what "at" jobs exist on the system.
Procedure:
# ls /var/spool/cron/atjobs
If there are no "at" jobs present, this is not applicable.
Determine if any of the "at" jobs or any scripts referenced execute the umask command. Check for any umask setting more permissive than 077.
# grep umask <at job or referenced script>
If any "at" job or referenced script sets umask to a value more permissive than 077, this is a finding.
V-227775
False
GEN003440
Determine what "at" jobs exist on the system.
Procedure:
# ls /var/spool/cron/atjobs
If there are no "at" jobs present, this is not applicable.
Determine if any of the "at" jobs or any scripts referenced execute the umask command. Check for any umask setting more permissive than 077.
# grep umask <at job or referenced script>
If any "at" job or referenced script sets umask to a value more permissive than 077, this is a finding.
M
4061