diff --git a/config/hooks/live/9999_zzzz.chroot b/config/hooks/live/9999_zzzz.chroot index f01a7c9..72d0318 100644 --- a/config/hooks/live/9999_zzzz.chroot +++ b/config/hooks/live/9999_zzzz.chroot @@ -18,7 +18,7 @@ declare var_dm="" var_unit_dir="" var_link="/etc/systemd/system/default.target" ### Remove CDLB artifacts ------------------------------------------------------------------------------------------------------ rm -f /root/ciss_xdg_tmp.sh rm -fr /root/build -find /.ciss /etc /home /root /usr /var -type f -name '.keep' -print -delete +find /etc /home /root /usr /var -type f -name '.keep' -print -delete ### Securing '/.ciss' ---------------------------------------------------------------------------------------------------------- find /.ciss -type d -exec chmod 0700 {} +