Skip to content

Commit 0189b45

Browse files
committed
fix sshd pam for resolute
Ubuntu Resolute moved session handling to sshd-session
1 parent bcbbad9 commit 0189b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acceptance-tests/ipv4director/auditd/smoke_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var _ = Describe("Auditd", func() {
6060
Expect(err).ToNot(HaveOccurred())
6161
Expect(exitStatus).To(Equal(0))
6262

63-
auditLoginRegexp := `.*type=USER_LOGIN.*exe="/usr/sbin/sshd".*res=success`
63+
auditLoginRegexp := `.*type=USER_LOGIN.*exe="/usr/lib/openssh/sshd-session".*res=success`
6464
Expect(output).To(MatchRegexp(auditLoginRegexp))
6565
})
6666
})

0 commit comments

Comments
 (0)