V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m51s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-23 13:37:10 +01:00
parent a0a04173ab
commit 947458d174
4 changed files with 149 additions and 5 deletions

View File

@@ -14,9 +14,12 @@
### Master V8.00.000.2025.06.17
### YAML specification: 1.2
installer:
preseed:
created_at: "2025-10-23"
created_for: "host_domain_tld"
name: "CISS.debian.installer"
version: "V8.00.000.2025.06.17"
description: "Configuration values for automated installation of encrypted systems on this host via primordial-workflow™."
################################################################################################################################
# APT settings
@@ -133,7 +136,7 @@ grub_parameter:
# undetected. During boot if audit=1, then the backlog will hold 64 records. If more than 64 records are created during boot,
# auditd records will be lost, and potential malicious activity could go undetected.
##############################################################################################################################
- "audit_backlog_limit=16384"
- "audit_backlog_limit=262144"
- "audit=1"
##############################################################################################################################