[openssh-commits] [openssh] 01/02: Enable BSM audit test on FreeBSD VMs.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 19 04:46:47 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit c9fcea8865b255d4b7566b28dce4af348d2bfbd6
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Wed Feb 18 11:22:37 2026 -0500
Enable BSM audit test on FreeBSD VMs.
---
.github/workflows/vm.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml
index 4bc42ff61..4e0dd4539 100644
--- a/.github/workflows/vm.yml
+++ b/.github/workflows/vm.yml
@@ -125,7 +125,7 @@ jobs:
- name: "PAM: configure"
shell: freebsd {0}
- run: cd $GITHUB_WORKSPACE && sudo -u builder ./configure --with-pam
+ run: cd $GITHUB_WORKSPACE && sudo -u builder ./configure --with-pam --with-audit=bsm
- name: "PAM: make clean"
shell: freebsd {0}
run: cd $GITHUB_WORKSPACE && sudo -u builder make clean
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list