V8.13.440.2025.11.19
Some checks failed
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Failing after 42s
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:
@@ -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 {} +
|
||||
|
||||
Reference in New Issue
Block a user