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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-31 22:01:19 +02:00
parent 8fb9a227e9
commit b55ef42ea5
5 changed files with 12 additions and 12 deletions

View File

@@ -64,13 +64,8 @@ Pin-Priority: -1
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=conf
EOF
chroot_script "${TARGET}" "
systemctl mask dropbear.service dropbear.socket
"
do_log "info" "file_only" "4133() Masked: [dropbear.service dropbear.socket]"
chroot_script "${TARGET}" "systemctl mask dropbear.service dropbear.socket"
do_log "info" "file_only" "4311() Masked: [dropbear.service dropbear.socket]"
guard_dir && return 0
}