Skip to content

Commit

Permalink
Fix getpwnam() failed (aws-samples#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
littlejo authored Sep 12, 2022
1 parent 023bb98 commit 0975b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cis-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ aide --init
mv /var/lib/aide/aide.db.new.gz /var/lib/aide/aide.db.gz

echo "1.3.2 - ensure filesystem integrity is regularly checked"
echo "0 5 * * * /usr/sbin/aide --check" > /etc/cron.d/aide
echo "0 5 * * * root /usr/sbin/aide --check" > /etc/cron.d/aide

echo "1.4.1 - ensure permissions on bootloader config are configured"
chown root:root /boot/grub2/grub.cfg
Expand Down

0 comments on commit 0975b6e

Please sign in to comment.