Rebase secureblue with a new, clean commit history

This commit is contained in:
qoijjj
2023-11-26 16:42:27 -08:00
parent d0af9ce748
commit cb11fbcaae
22 changed files with 578 additions and 101 deletions

14
config/scripts/cron.sh Normal file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
# Tell this script to exit if there are any errors.
# You should have this in every custom script, to ensure that your completed
# builds actually ran successfully without any errors!
set -oue pipefail
# echo "Setting more restrictive file permissions..."
# chmod 700 /etc/cron.d
# chmod 700 /etc/cron.daily/
# chmod 700 /etc/cron.daily
# chmod 700 /etc/cron.hourly
# chmod 700 /etc/cron.weekly
# chmod 700 /etc/cron.monthly