From 6f1793f2ac0059162136bdba7f1fe1bc73d6ce911a645085888dc16abcefc50c Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Mon, 6 Oct 2025 18:22:28 +0100 Subject: [PATCH] V8.13.048.2025.10.06 Signed-off-by: Marc S. Weidner --- .archive/.0000_lib_usage.sh | 2 +- ...024_git_clone_ciss_debian_installer.chroot | 0 .gitea/ISSUE_TEMPLATE/ISSUE_TEMPLATE.yaml | 2 +- .gitea/TODO/dockerfile | 2 +- .gitea/TODO/render-md-to-html.yaml | 2 +- .../trigger/t_generate_PRIVATE_trixie_0.yaml | 2 +- .../trigger/t_generate_PRIVATE_trixie_1.yaml | 2 +- .gitea/trigger/t_generate_PUBLIC.yaml | 2 +- .gitea/trigger/t_generate_dns.yaml | 2 +- .../workflows/generate_PRIVATE_trixie_0.yaml | 7 +++--- .../workflows/generate_PRIVATE_trixie_1.yaml | 7 +++--- .gitea/workflows/generate_PUBLIC_iso.yaml | 8 ++++--- .gitea/workflows/linter_char_scripts.yaml | 2 +- .gitea/workflows/render-dnssec-status.yaml | 2 +- .gitea/workflows/render-dot-to-png.yaml | 2 +- .version.properties | 2 +- CISS.debian.live.builder.spdx | 2 +- README.md | 7 +++--- config/hooks/live/9910_motd.chroot | 2 +- config/hooks/live/9990_final_purge.chroot | 2 +- .../hooks/live/9991_file_permissions.chroot | 2 +- config/includes.chroot/etc/ssh/sshd_config | 2 +- .../etc/sysctl.d/99_local.hardened | 2 +- .../preseed/.iso/preseed_hash_generator.sh | 2 +- config/includes.chroot/preseed/preseed.cfg | 2 +- docs/AUDIT_DNSSEC.md | 2 +- docs/AUDIT_HAVEGED.md | 2 +- docs/AUDIT_LYNIS.md | 2 +- docs/AUDIT_SSH.md | 2 +- docs/AUDIT_TLS.md | 2 +- docs/BOOTPARAMS.md | 2 +- docs/CHANGELOG.md | 8 ++++++- docs/CNET.md | 2 +- docs/CODING_CONVENTION.md | 2 +- docs/CONTRIBUTING.md | 2 +- docs/CREDITS.md | 2 +- docs/DL_PUB_ISO.md | 2 +- docs/DOCUMENTATION.md | 6 ++--- docs/REFERENCES.md | 2 +- lib/lib_cdi.sh | 2 +- lib/lib_copy_integrity.sh | 4 ++-- lib/lib_provider_netcup.sh | 2 +- lib/lib_usage.sh | 4 ++-- scripts/0010_dhcp_supersede.sh | 2 +- scripts/0100_centurion_dns.sh | 2 +- scripts/9000-cdi-starter | 22 ++++++++++++++----- var/early.var.sh | 2 +- 47 files changed, 84 insertions(+), 63 deletions(-) rename {config/hooks/live => .archive}/1024_git_clone_ciss_debian_installer.chroot (100%) diff --git a/.archive/.0000_lib_usage.sh b/.archive/.0000_lib_usage.sh index 3af51ca..56a6afa 100644 --- a/.archive/.0000_lib_usage.sh +++ b/.archive/.0000_lib_usage.sh @@ -21,7 +21,7 @@ usage() { clear cat << EOF $(echo -e "\e[92mCISS.debian.live.builder\e[0m") -$(echo -e "\e[92mMaster V8.13.032.2025.10.03\e[0m") +$(echo -e "\e[92mMaster V8.13.048.2025.10.06\e[0m") $(echo -e "\e[92mA lightweight Shell Wrapper for building a hardened Debian Live ISO Image.\e[0m") $(echo -e "\e[97m(c) Marc S. Weidner, 2018 - 2025\e[0m") diff --git a/config/hooks/live/1024_git_clone_ciss_debian_installer.chroot b/.archive/1024_git_clone_ciss_debian_installer.chroot similarity index 100% rename from config/hooks/live/1024_git_clone_ciss_debian_installer.chroot rename to .archive/1024_git_clone_ciss_debian_installer.chroot diff --git a/.gitea/ISSUE_TEMPLATE/ISSUE_TEMPLATE.yaml b/.gitea/ISSUE_TEMPLATE/ISSUE_TEMPLATE.yaml index ebe1680..67c3bc8 100644 --- a/.gitea/ISSUE_TEMPLATE/ISSUE_TEMPLATE.yaml +++ b/.gitea/ISSUE_TEMPLATE/ISSUE_TEMPLATE.yaml @@ -25,7 +25,7 @@ body: attributes: label: "Version" description: "Which version are you running? Use `./ciss_live_builder.sh -v`." - placeholder: "e.g., Master V8.13.032.2025.10.03" + placeholder: "e.g., Master V8.13.048.2025.10.06" validations: required: true diff --git a/.gitea/TODO/dockerfile b/.gitea/TODO/dockerfile index fb5fa48..bf5fa01 100644 --- a/.gitea/TODO/dockerfile +++ b/.gitea/TODO/dockerfile @@ -9,7 +9,7 @@ # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu -### Version Master V8.13.032.2025.10.03 +### Version Master V8.13.048.2025.10.06 FROM debian:bookworm diff --git a/.gitea/TODO/render-md-to-html.yaml b/.gitea/TODO/render-md-to-html.yaml index b79c3d2..d00bbbc 100644 --- a/.gitea/TODO/render-md-to-html.yaml +++ b/.gitea/TODO/render-md-to-html.yaml @@ -9,7 +9,7 @@ # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu -### Version Master V8.13.032.2025.10.03 +### Version Master V8.13.048.2025.10.06 name: ๐Ÿ” Render README.md to README.html. diff --git a/.gitea/trigger/t_generate_PRIVATE_trixie_0.yaml b/.gitea/trigger/t_generate_PRIVATE_trixie_0.yaml index ce18224..4888026 100644 --- a/.gitea/trigger/t_generate_PRIVATE_trixie_0.yaml +++ b/.gitea/trigger/t_generate_PRIVATE_trixie_0.yaml @@ -11,5 +11,5 @@ build: counter: 1023 - version: V8.13.032.2025.10.03 + version: V8.13.048.2025.10.06 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml diff --git a/.gitea/trigger/t_generate_PRIVATE_trixie_1.yaml b/.gitea/trigger/t_generate_PRIVATE_trixie_1.yaml index ce18224..4888026 100644 --- a/.gitea/trigger/t_generate_PRIVATE_trixie_1.yaml +++ b/.gitea/trigger/t_generate_PRIVATE_trixie_1.yaml @@ -11,5 +11,5 @@ build: counter: 1023 - version: V8.13.032.2025.10.03 + version: V8.13.048.2025.10.06 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml diff --git a/.gitea/trigger/t_generate_PUBLIC.yaml b/.gitea/trigger/t_generate_PUBLIC.yaml index da1ee5d..f5d522a 100644 --- a/.gitea/trigger/t_generate_PUBLIC.yaml +++ b/.gitea/trigger/t_generate_PUBLIC.yaml @@ -11,5 +11,5 @@ build: counter: 1023 - version: V8.13.032.2025.10.03 + version: V8.13.048.2025.10.06 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml diff --git a/.gitea/trigger/t_generate_dns.yaml b/.gitea/trigger/t_generate_dns.yaml index da1ee5d..f5d522a 100644 --- a/.gitea/trigger/t_generate_dns.yaml +++ b/.gitea/trigger/t_generate_dns.yaml @@ -11,5 +11,5 @@ build: counter: 1023 - version: V8.13.032.2025.10.03 + version: V8.13.048.2025.10.06 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml diff --git a/.gitea/workflows/generate_PRIVATE_trixie_0.yaml b/.gitea/workflows/generate_PRIVATE_trixie_0.yaml index 8b3f2f9..15025e2 100644 --- a/.gitea/workflows/generate_PRIVATE_trixie_0.yaml +++ b/.gitea/workflows/generate_PRIVATE_trixie_0.yaml @@ -9,7 +9,7 @@ # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu -### Version Master V8.13.032.2025.10.03 +### Version Master V8.13.048.2025.10.06 name: ๐Ÿ” Generating a Private Live ISO TRIXIE. @@ -188,11 +188,12 @@ jobs: set -euo pipefail chmod 0755 ciss_live_builder.sh timestamp=$(date -u +"%Y_%m_%dT%H_%M_%SZ") - ### Change "--autobuild=" to the specific kernel version you need: '6.12.48+deb13-amd64'. + ### Change "--autobuild=" to the specific kernel version you need: '6.16.3+deb13-amd64'. ./ciss_live_builder.sh \ - --autobuild=6.12.48+deb13-amd64 \ + --autobuild=6.16.3+deb13-amd64 \ --architecture amd64 \ --build-directory /opt/livebuild \ + --cdi \ --control "${timestamp}" \ --debug \ --dhcp-centurion \ diff --git a/.gitea/workflows/generate_PRIVATE_trixie_1.yaml b/.gitea/workflows/generate_PRIVATE_trixie_1.yaml index dce2d43..5f47862 100644 --- a/.gitea/workflows/generate_PRIVATE_trixie_1.yaml +++ b/.gitea/workflows/generate_PRIVATE_trixie_1.yaml @@ -9,7 +9,7 @@ # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu -### Version Master V8.13.032.2025.10.03 +### Version Master V8.13.048.2025.10.06 name: ๐Ÿ” Generating a Private Live ISO TRIXIE. @@ -188,11 +188,12 @@ jobs: set -euo pipefail chmod 0755 ciss_live_builder.sh timestamp=$(date -u +"%Y_%m_%dT%H_%M_%SZ") - ### Change "--autobuild=" to the specific kernel version you need: '6.12.41+deb13-amd64'. + ### Change "--autobuild=" to the specific kernel version you need: '6.16.3+deb13-amd64'. ./ciss_live_builder.sh \ - --autobuild=6.12.48+deb13-amd64 \ + --autobuild=6.16.3+deb13-amd64 \ --architecture amd64 \ --build-directory /opt/livebuild \ + --cdi \ --control "${timestamp}" \ --jump-host ${{ secrets.CISS_DLB_JUMP_HOSTS_1 }} \ --root-password-file /opt/config/password.txt \ diff --git a/.gitea/workflows/generate_PUBLIC_iso.yaml b/.gitea/workflows/generate_PUBLIC_iso.yaml index 31dad13..005c69c 100644 --- a/.gitea/workflows/generate_PUBLIC_iso.yaml +++ b/.gitea/workflows/generate_PUBLIC_iso.yaml @@ -9,7 +9,7 @@ # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu -### Version Master V8.13.032.2025.10.03 +### Version Master V8.13.048.2025.10.06 name: ๐Ÿ’™ Generating a PUBLIC Live ISO. @@ -143,12 +143,14 @@ jobs: sed -i '/^hardening_ssh.*/d' ciss_live_builder.sh chmod 0755 ciss_live_builder.sh timestamp=$(date -u +"%Y_%m_%dT%H_%M_%SZ") - ### Change "--autobuild=" to the specific kernel version you need: 6.12.22+bpo-amd64. + ### Change "--autobuild=" to the specific kernel version you need: '6.16.3+deb13-amd64'. ./ciss_live_builder.sh \ - --autobuild=6.12.48+deb13-amd64 \ + --autobuild=6.16.3+deb13-amd64 \ --architecture amd64 \ --build-directory /opt/livebuild \ + --cdi \ --control "${timestamp}" \ + --debug \ --root-password-file /opt/config/password.txt \ --ssh-port 42137 \ --ssh-pubkey /opt/config \ diff --git a/.gitea/workflows/linter_char_scripts.yaml b/.gitea/workflows/linter_char_scripts.yaml index a52678f..48a4ae7 100644 --- a/.gitea/workflows/linter_char_scripts.yaml +++ b/.gitea/workflows/linter_char_scripts.yaml @@ -9,7 +9,7 @@ # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu -### Version Master V8.13.032.2025.10.03 +### Version Master V8.13.048.2025.10.06 # Gitea Workflow: Shell-Script Linting # diff --git a/.gitea/workflows/render-dnssec-status.yaml b/.gitea/workflows/render-dnssec-status.yaml index 43401dc..d9ea57a 100644 --- a/.gitea/workflows/render-dnssec-status.yaml +++ b/.gitea/workflows/render-dnssec-status.yaml @@ -9,7 +9,7 @@ # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu -### Version Master V8.13.032.2025.10.03 +### Version Master V8.13.048.2025.10.06 name: ๐Ÿ›ก๏ธ Retrieve DNSSEC status of coresecret.dev. diff --git a/.gitea/workflows/render-dot-to-png.yaml b/.gitea/workflows/render-dot-to-png.yaml index d0476f4..6c2befe 100644 --- a/.gitea/workflows/render-dot-to-png.yaml +++ b/.gitea/workflows/render-dot-to-png.yaml @@ -9,7 +9,7 @@ # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu -### Version Master V8.13.032.2025.10.03 +### Version Master V8.13.048.2025.10.06 name: ๐Ÿ” Render Graphviz Diagrams. diff --git a/.version.properties b/.version.properties index 38e772c..6a92690 100644 --- a/.version.properties +++ b/.version.properties @@ -15,5 +15,5 @@ properties_SPDX-License-Identifier="EUPL-1.2 OR LicenseRef-CCLA-1.0" properties_SPDX-LicenseComment="This file is part of the CISS.debian.installer.secure framework." properties_SPDX-PackageName="CISS.debian.live.builder" properties_SPDX-Security-Contact="security@coresecret.eu" -properties_version="V8.13.032.2025.10.03" +properties_version="V8.13.048.2025.10.06" # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=conf diff --git a/CISS.debian.live.builder.spdx b/CISS.debian.live.builder.spdx index c047af5..5d6019a 100644 --- a/CISS.debian.live.builder.spdx +++ b/CISS.debian.live.builder.spdx @@ -6,7 +6,7 @@ Creator: Person: Marc S. Weidner (Centurion Intelligence Consulting Agency) Created: 2025-05-07T12:00:00Z Package: CISS.debian.live.builder PackageName: CISS.debian.live.builder -PackageVersion: Master V8.13.032.2025.10.03 +PackageVersion: Master V8.13.048.2025.10.06 PackageSupplier: Organization: Centurion Intelligence Consulting Agency PackageDownloadLocation: https://git.coresecret.dev/msw/CISS.debian.live.builder PackageHomePage: https://git.coresecret.dev/msw/CISS.debian.live.builder diff --git a/README.md b/README.md index cc90ee5..25a787a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ gitea: none include_toc: true --- -[![Static Badge](https://badges.coresecret.dev/badge/Release-V8.13.032.2025.10.03-white?style=plastic&logo=linux&logoColor=white&logoSize=auto&label=Release&color=%23FCC624)](https://git.coresecret.dev/msw/CISS.debian.live.builder) +[![Static Badge](https://badges.coresecret.dev/badge/Release-V8.13.048.2025.10.06-white?style=plastic&logo=linux&logoColor=white&logoSize=auto&label=Release&color=%23FCC624)](https://git.coresecret.dev/msw/CISS.debian.live.builder)   [![Static Badge](https://badges.coresecret.dev/badge/Licence-EUPL1.2-white?style=plastic&logo=europeanunion&logoColor=white&logoSize=auto&label=Licence&color=%23003399)](https://eupl.eu/1.2/en/)   [![Static Badge](https://badges.coresecret.dev/badge/opensourceinitiative-Compliant-white?style=plastic&logo=opensourceinitiative&logoColor=white&logoSize=auto&label=OSI&color=%233DA639)](https://opensource.org/license/eupl-1-2)   @@ -26,7 +26,7 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
This shell wrapper automates the creation of a Debian Bookworm live ISO hardened according to the latest best practices in server and service security. It integrates into your build pipeline to deliver an isolated, robust environment suitable for @@ -151,7 +151,7 @@ This means function status of the **CISS.2025.debian.live.builder** ISO after d- This project adheres strictly to a structured versioning scheme following the pattern x.y.z-Date. -Example: `V8.13.032.2025.10.03` +Example: `V8.13.048.2025.10.06` `x.y.z` represents major (x), minor (y), and patch (z) version increments. @@ -453,6 +453,7 @@ predictable script behavior. --build-directory /opt/livebuild \ --change-splash hexagon \ --control "${timestamp}" \ + --cdi \ --debug \ --dhcp-centurion \ --jump-host 10.0.0.128 [c0de:4711:0815:4242::1] [2abc:4711:0815:4242::1]/64 \ diff --git a/config/hooks/live/9910_motd.chroot b/config/hooks/live/9910_motd.chroot index e357573..f495728 100644 --- a/config/hooks/live/9910_motd.chroot +++ b/config/hooks/live/9910_motd.chroot @@ -24,7 +24,7 @@ EOF chmod 0755 /etc/update-motd.d/10-uname -printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successful applied. \e[0m\n" "${0}" +printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successfully applied. \e[0m\n" "${0}" # sleep 1 exit 0 diff --git a/config/hooks/live/9990_final_purge.chroot b/config/hooks/live/9990_final_purge.chroot index cb93e74..0bfffdd 100644 --- a/config/hooks/live/9990_final_purge.chroot +++ b/config/hooks/live/9990_final_purge.chroot @@ -52,7 +52,7 @@ apt-get autopurge -y updatedb -printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successful applied. \e[0m\n" "${0}" +printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successfully applied. \e[0m\n" "${0}" # sleep 1 exit 0 diff --git a/config/hooks/live/9991_file_permissions.chroot b/config/hooks/live/9991_file_permissions.chroot index 18925d4..8fa62e7 100644 --- a/config/hooks/live/9991_file_permissions.chroot +++ b/config/hooks/live/9991_file_permissions.chroot @@ -99,7 +99,7 @@ for bin in as gcc g++ cc clang; do done unset bin target -printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successful applied. \e[0m\n" "${0}" +printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successfully applied. \e[0m\n" "${0}" # sleep 1 exit 0 diff --git a/config/includes.chroot/etc/ssh/sshd_config b/config/includes.chroot/etc/ssh/sshd_config index 8d82c8b..ac7ff39 100644 --- a/config/includes.chroot/etc/ssh/sshd_config +++ b/config/includes.chroot/etc/ssh/sshd_config @@ -9,7 +9,7 @@ # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu -### Version Master V8.13.032.2025.10.03 +### Version Master V8.13.048.2025.10.06 ### https://www.ssh-audit.com/ ### ssh -Q cipher | cipher-auth | compression | kex | kex-gss | key | key-cert | key-plain | key-sig | mac | protocol-version | sig diff --git a/config/includes.chroot/etc/sysctl.d/99_local.hardened b/config/includes.chroot/etc/sysctl.d/99_local.hardened index db7d67f..fdfc185 100644 --- a/config/includes.chroot/etc/sysctl.d/99_local.hardened +++ b/config/includes.chroot/etc/sysctl.d/99_local.hardened @@ -9,7 +9,7 @@ # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu -### Version Master V8.13.032.2025.10.03 +### Version Master V8.13.048.2025.10.06 ### https://docs.kernel.org/ ### https://github.com/a13xp0p0v/kernel-hardening-checker/ diff --git a/config/includes.chroot/preseed/.iso/preseed_hash_generator.sh b/config/includes.chroot/preseed/.iso/preseed_hash_generator.sh index fe21f0d..79360b0 100644 --- a/config/includes.chroot/preseed/.iso/preseed_hash_generator.sh +++ b/config/includes.chroot/preseed/.iso/preseed_hash_generator.sh @@ -10,7 +10,7 @@ # SPDX-PackageName: CISS.debian.live.builder # SPDX-Security-Contact: security@coresecret.eu -declare -gr VERSION="Master V8.13.032.2025.10.03" +declare -gr VERSION="Master V8.13.048.2025.10.06" ### VERY EARLY CHECK FOR DEBUGGING if [[ $* == *" --debug "* ]]; then diff --git a/config/includes.chroot/preseed/preseed.cfg b/config/includes.chroot/preseed/preseed.cfg index 839c873..601453b 100644 --- a/config/includes.chroot/preseed/preseed.cfg +++ b/config/includes.chroot/preseed/preseed.cfg @@ -112,4 +112,4 @@ d-i preseed/late_command string sh /preseed/.ash/3_di_preseed_late_command.sh # Please consider donating to my work at: https://coresecret.eu/spenden/ ########################################################################################### -# Written by: ./preseed_hash_generator.sh Version: Master V8.13.032.2025.10.03 at: 10:18:37.9542 +# Written by: ./preseed_hash_generator.sh Version: Master V8.13.048.2025.10.06 at: 10:18:37.9542 diff --git a/docs/AUDIT_DNSSEC.md b/docs/AUDIT_DNSSEC.md index 4436ea9..42c862c 100644 --- a/docs/AUDIT_DNSSEC.md +++ b/docs/AUDIT_DNSSEC.md @@ -8,7 +8,7 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2. DNSSEC Status diff --git a/docs/AUDIT_HAVEGED.md b/docs/AUDIT_HAVEGED.md index 4aa91bd..afd4883 100644 --- a/docs/AUDIT_HAVEGED.md +++ b/docs/AUDIT_HAVEGED.md @@ -8,7 +8,7 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2. Haveged Audit on Netcup RS 2000 G11 diff --git a/docs/AUDIT_LYNIS.md b/docs/AUDIT_LYNIS.md index 896fd0e..ab14352 100644 --- a/docs/AUDIT_LYNIS.md +++ b/docs/AUDIT_LYNIS.md @@ -8,7 +8,7 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2. Lynis Audit: diff --git a/docs/AUDIT_SSH.md b/docs/AUDIT_SSH.md index f2580a4..b2a1828 100644 --- a/docs/AUDIT_SSH.md +++ b/docs/AUDIT_SSH.md @@ -8,7 +8,7 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2. SSH Audit by ssh-audit.com diff --git a/docs/AUDIT_TLS.md b/docs/AUDIT_TLS.md index d6ee107..04dd600 100644 --- a/docs/AUDIT_TLS.md +++ b/docs/AUDIT_TLS.md @@ -8,7 +8,7 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2. TLS Audit: ````text diff --git a/docs/BOOTPARAMS.md b/docs/BOOTPARAMS.md index 515d7dd..362c9c3 100644 --- a/docs/BOOTPARAMS.md +++ b/docs/BOOTPARAMS.md @@ -8,7 +8,7 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2. Hardened Kernel Boot Parameters diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2412e20..eabbb13 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,10 +8,16 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2. Changelog +## V8.13.048.2025.10.06 +* **Updated**: Debian 13 LIVE ISO workflows to use Kernel: ``6.16.3+deb13-amd64`` +* **Updated**: Debian 13 LIVE ISO workflows to use argument: ``--cdi`` +* **Updated**: [9000-cdi-starter](../scripts/9000-cdi-starter) +* **Removed**: [1024_git_clone_ciss_debian_installer.chroot](../.archive/1024_git_clone_ciss_debian_installer.chroot) + ## V8.13.032.2025.10.03 * **Added**: Internal Gitea Action Runner switch for static SSHFP records. diff --git a/docs/CNET.md b/docs/CNET.md index 79b886e..0625883 100644 --- a/docs/CNET.md +++ b/docs/CNET.md @@ -8,7 +8,7 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2. Centurion Net - Developer Branch Overview diff --git a/docs/CODING_CONVENTION.md b/docs/CODING_CONVENTION.md index 2360693..971c588 100644 --- a/docs/CODING_CONVENTION.md +++ b/docs/CODING_CONVENTION.md @@ -8,7 +8,7 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2. Coding Style diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 88e6bf4..e0f0667 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -8,7 +8,7 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2. Contributing / participating diff --git a/docs/CREDITS.md b/docs/CREDITS.md index 2eadfa3..7368338 100644 --- a/docs/CREDITS.md +++ b/docs/CREDITS.md @@ -8,7 +8,7 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2. Credits diff --git a/docs/DL_PUB_ISO.md b/docs/DL_PUB_ISO.md index e854f68..bd40ffe 100644 --- a/docs/DL_PUB_ISO.md +++ b/docs/DL_PUB_ISO.md @@ -8,7 +8,7 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2. Download the latest PUBLIC CISS.debian.live.ISO diff --git a/docs/DOCUMENTATION.md b/docs/DOCUMENTATION.md index c48494d..9bed0ef 100644 --- a/docs/DOCUMENTATION.md +++ b/docs/DOCUMENTATION.md @@ -8,12 +8,12 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2.1. Usage ````text CISS.debian.live.builder -Master V8.13.032.2025.10.03 +Master V8.13.048.2025.10.06 A lightweight Shell Wrapper for building a hardened Debian Bookworm Live ISO Image. (c) Marc S. Weidner, 2018 - 2025 @@ -136,7 +136,7 @@ A lightweight Shell Wrapper for building a hardened Debian Bookworm Live ISO Ima # 2.2. Contact ````text CISS.debian.live.builder -Master V8.13.032.2025.10.03 +Master V8.13.048.2025.10.06 A lightweight Shell Wrapper for building a hardened Debian Bookworm Live ISO Image. (c) Marc S. Weidner, 2018 - 2025 diff --git a/docs/REFERENCES.md b/docs/REFERENCES.md index 86d2015..0a6b55a 100644 --- a/docs/REFERENCES.md +++ b/docs/REFERENCES.md @@ -8,7 +8,7 @@ include_toc: true **Centurion Intelligence Consulting Agency Information Security Standard**
*Debian Live Build Generator for hardened live environment and CISS Debian Installer*
**Master Version**: 8.13
-**Build**: V8.13.032.2025.10.03
+**Build**: V8.13.048.2025.10.06
# 2. Resources diff --git a/lib/lib_cdi.sh b/lib/lib_cdi.sh index d3dbc2a..fcb0db2 100644 --- a/lib/lib_cdi.sh +++ b/lib/lib_cdi.sh @@ -59,6 +59,6 @@ EOF # shellcheck disable=SC1003 sed -i '/#MUST_BE_REPLACED/c\\' "${VAR_HANDLER_BUILD_DIR}/config/bootloaders/grub-efi/grub.cfg" fi - printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… %s successful applied. \e[0m\n" "${BASH_SOURCE[0]}" + printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… %s successfully applied. \e[0m\n" "${BASH_SOURCE[0]}" } # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh diff --git a/lib/lib_copy_integrity.sh b/lib/lib_copy_integrity.sh index 5abbd7f..3811b8c 100644 --- a/lib/lib_copy_integrity.sh +++ b/lib/lib_copy_integrity.sh @@ -31,10 +31,10 @@ copy_db() { if cp -p "${VAR_HANDLER_BUILD_DIR}/chroot/var/lib/aide/"* "${VAR_HANDLER_BUILD_DIR}/.integrity/"; then chmod 0400 "${VAR_HANDLER_BUILD_DIR}/.integrity/"* - # printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successful applied. \e[0m\n" "${BASH_SOURCE[0]}" + # printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successfully applied. \e[0m\n" "${BASH_SOURCE[0]}" return 0 else - printf "\e[91m++++ ++++ ++++ ++++ ++++ ++++ ++ โŒ '%s' NOT successful applied. \e[0m\n" "${BASH_SOURCE[0]}" + printf "\e[91m++++ ++++ ++++ ++++ ++++ ++++ ++ โŒ '%s' NOT successfully applied. \e[0m\n" "${BASH_SOURCE[0]}" fi } # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh diff --git a/lib/lib_provider_netcup.sh b/lib/lib_provider_netcup.sh index 2aca1bc..e507294 100644 --- a/lib/lib_provider_netcup.sh +++ b/lib/lib_provider_netcup.sh @@ -41,7 +41,7 @@ EOF cp "${VAR_WORKDIR}/scripts/etc/network/9999_interfaces_update_netcup.chroot" "${VAR_HANDLER_BUILD_DIR}/config/hooks/live/9999_interfaces_update.chroot" chmod 0755 "${VAR_HANDLER_BUILD_DIR}/config/hooks/live/9999_interfaces_update.chroot" - printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… %s successful applied. \e[0m\n" "${BASH_SOURCE[0]}" + printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… %s successfully applied. \e[0m\n" "${BASH_SOURCE[0]}" fi } # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh diff --git a/lib/lib_usage.sh b/lib/lib_usage.sh index 75a9da6..dbf2e02 100644 --- a/lib/lib_usage.sh +++ b/lib/lib_usage.sh @@ -35,13 +35,13 @@ usage() { # shellcheck disable=SC2155 declare var_header=$(center "CLB(1) CISS.debian.live.builder CLB(1)" "${var_cols}") # shellcheck disable=SC2155 - declare var_footer=$(center "V8.13.032.2025.10.03 2025-08-11 CLB(1)" "${var_cols}") + declare var_footer=$(center "V8.13.048.2025.10.06 2025-08-11 CLB(1)" "${var_cols}") { echo -e "\e[1;97m${var_header}\e[0m" echo echo -e "\e[92mCISS.debian.live.builder from https://git.coresecret.dev/msw \e[0m" - echo -e "\e[92mMaster V8.13.032.2025.10.03\e[0m" + echo -e "\e[92mMaster V8.13.048.2025.10.06\e[0m" echo -e "\e[92mA lightweight Shell Wrapper for building a hardened Debian Live ISO Image.\e[0m" echo echo -e "\e[97m(c) Marc S. Weidner, 2018 - 2025 \e[0m" diff --git a/scripts/0010_dhcp_supersede.sh b/scripts/0010_dhcp_supersede.sh index c36f85e..a1a95be 100644 --- a/scripts/0010_dhcp_supersede.sh +++ b/scripts/0010_dhcp_supersede.sh @@ -84,7 +84,7 @@ options edns0 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=conf EOF -printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successful applied. \e[0m\n" "${0}" +printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successfully applied. \e[0m\n" "${0}" exit 0 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh diff --git a/scripts/0100_centurion_dns.sh b/scripts/0100_centurion_dns.sh index 52787e5..e91c928 100644 --- a/scripts/0100_centurion_dns.sh +++ b/scripts/0100_centurion_dns.sh @@ -46,7 +46,7 @@ fi EOF chmod +x "${HANDLER_BUILD_DIR}"/config/includes.binary/hooks/live-bottom/10-set-resolvconf -printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successful applied. \e[0m\n" "${0}" +printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successfully applied. \e[0m\n" "${0}" # sleep 1 exit 0 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh diff --git a/scripts/9000-cdi-starter b/scripts/9000-cdi-starter index 41e6aa3..a065fcd 100644 --- a/scripts/9000-cdi-starter +++ b/scripts/9000-cdi-starter @@ -14,17 +14,27 @@ set -Ceuo pipefail printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ ๐Ÿงช '%s' starting ... \e[0m\n" "${0}" [[ ! -d /root/.cdi/log ]] && mkdir -p /root/.cdi/log -printf "CISS.debian.installer Master V8.13.032.2025.10.03 is up! \n" >| /root/.cdi/log/boot_finished_"$(date +"%Y-%m-%d_%H-%M-%S")".log +printf "CISS.debian.installer Master V8.13.048.2025.10.06 is up! \n" \ + >| /root/.cdi/log/boot_finished_"$(date +"%Y-%m-%d_%H-%M-%S")".log -if [[ -f /root/git/CISS.debian.installer/ciss_debian_installer.sh ]]; then +cd /root/git - chmod 0700 /root/git/CISS.debian.installer/ciss_debian_installer.sh +git clone https://git.coresecret.dev/msw/CISS.debian.installer.git -fi +chmod 0700 /root/git/CISS.debian.installer/ciss_debian_installer.sh -printf "CISS.debian.installer Master V8.13.032.2025.10.03 successfully executed! \n" >| /root/.cdi/log/boot_finished_"$(date +"%Y-%m-%d_%H-%M-%S")".log +cd /root/git/CISS.debian.installer -printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successful applied. \e[0m\n" "${0}" +#./ciss_debian_installer.sh \ +# --autoinstall \ +# --debug XTRACE \ +# --log debug \ +# --reionice-priority 1 0 \ +# --renice-priority "-19" + +printf "CISS.debian.installer Master V8.13.048.2025.10.06 successfully executed! \n" >| /root/.cdi/log/boot_finished_"$(date +"%Y-%m-%d_%H-%M-%S")".log + +printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ โœ… '%s' successfully applied. \e[0m\n" "${0}" exit 0 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh diff --git a/var/early.var.sh b/var/early.var.sh index 2580aca..15d4b82 100644 --- a/var/early.var.sh +++ b/var/early.var.sh @@ -14,7 +14,7 @@ # shellcheck disable=SC2155 declare -grx VAR_CONTACT="security@coresecret.eu" -declare -grx VAR_VERSION="Master V8.13.032.2025.10.03" +declare -grx VAR_VERSION="Master V8.13.048.2025.10.06" declare -grx VAR_SYSTEM="$(uname -a)" declare -gx VAR_EARLY_DEBUG="false" declare -gx VAR_HANDLER_AUTOBUILD="false"