V8.13.440.2025.11.19
Some checks failed
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Failing after 42s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-11-19 17:19:13 +00:00
parent 717db7ed58
commit 9fc7520d73

View File

@@ -20,9 +20,9 @@ rm -f /root/ciss_xdg_tmp.sh
rm -fr /root/build
find /etc /home /root /usr /var -type f -name '.keep' -print -delete
### Securing '/.ciss' ----------------------------------------------------------------------------------------------------------
find /.ciss -type d -exec chmod 0700 {} +
find /.ciss -type f -exec chmod 0440 {} +
### Securing '/root/.ciss' ----------------------------------------------------------------------------------------------------------
find /root/.ciss -type d -exec chmod 0700 {} +
find /root/.ciss -type f -exec chmod 0440 {} +
### Securing '/etc/ciss/keys' --------------------------------------------------------------------------------------------------
find /etc/ciss/keys -type f -exec chmod 0440 {} +