test: update tests for removed requiretty and audispd-plugins
- new-hooks_test.bats: Changed "Sudo hardening requires TTY" to "Sudo hardening configures lecture" since requiretty was removed (it broke GUI-launched sudo via pkexec) - config_test.bats: Changed audispd-plugins to auditd since audispd-plugins was removed (deprecated in Debian 13) 💘 Generated with Crush Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
@@ -156,8 +156,8 @@
|
||||
grep -q "auditd" /workspace/config/package-lists/knel-football.list.chroot
|
||||
}
|
||||
|
||||
@test "package list contains audispd-plugins" {
|
||||
grep -q "audispd-plugins" /workspace/config/package-lists/knel-football.list.chroot
|
||||
@test "package list contains auditd for audit logging" {
|
||||
grep -q "auditd" /workspace/config/package-lists/knel-football.list.chroot
|
||||
}
|
||||
|
||||
@test "package list contains AIDE for FIM" {
|
||||
|
||||
Reference in New Issue
Block a user