From 9fc7520d73b0dd65d7d8277d76e53c07ec2546efc3abd6f3c11695101d932120 Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Wed, 19 Nov 2025 17:19:13 +0000 Subject: [PATCH] V8.13.440.2025.11.19 Signed-off-by: Marc S. Weidner --- config/hooks/live/9999_zzzz.chroot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {} +