We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbbad9 commit 0189b45Copy full SHA for 0189b45
1 file changed
acceptance-tests/ipv4director/auditd/smoke_test.go
@@ -60,7 +60,7 @@ var _ = Describe("Auditd", func() {
60
Expect(err).ToNot(HaveOccurred())
61
Expect(exitStatus).To(Equal(0))
62
63
- auditLoginRegexp := `.*type=USER_LOGIN.*exe="/usr/sbin/sshd".*res=success`
+ auditLoginRegexp := `.*type=USER_LOGIN.*exe="/usr/lib/openssh/sshd-session".*res=success`
64
Expect(output).To(MatchRegexp(auditLoginRegexp))
65
})
66
0 commit comments