diff --git a/config/hooks/live/9999_zzzz.chroot b/config/hooks/live/9999_zzzz.chroot index 72d0318..50f80f9 100644 --- a/config/hooks/live/9999_zzzz.chroot +++ b/config/hooks/live/9999_zzzz.chroot @@ -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 {} +