V8.13.132.2025.10.11
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m47s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m47s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -389,20 +389,9 @@ cat << EOF >| /etc/systemd/system/audit-rules.service.d/10-ciss.conf
|
||||
# SPDX-PackageName: CISS.debian.live.builder
|
||||
# SPDX-Security-Contact: security@coresecret.eu
|
||||
|
||||
#[Service]
|
||||
#ExecStart=
|
||||
#ExecStart=/sbin/auditctl -R /etc/audit/audit.rules >/dev/null 2>&1
|
||||
|
||||
[Unit]
|
||||
After=auditd.service
|
||||
ConditionSecurity=audit
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=
|
||||
ExecStartPre=/bin/sh -c '/sbin/auditctl -D >/dev/null 2>&1 || true'
|
||||
ExecStart=/sbin/auditctl -R /etc/audit/audit.rules
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/sbin/auditctl -R /etc/audit/audit.rules >/dev/null 2>&1
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user