[openssh-commits] [openssh] branch master updated: Add test coverage for all of the --audit= configs.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 19 01:50:25 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new b04633061 Add test coverage for all of the --audit= configs.
b04633061 is described below
commit b0463306174941274a1f96eb705618e036832920
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Wed Feb 18 09:48:55 2026 -0500
Add test coverage for all of the --audit= configs.
---
.github/configs | 3 ++-
.github/workflows/vm.yml | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/configs b/.github/configs
index 7e16a8c9a..ef9262615 100755
--- a/.github/configs
+++ b/.github/configs
@@ -134,6 +134,7 @@ case "$config" in
CONFIGFLAGS="--with-kerberos5 --with-libedit --with-pam"
CONFIGFLAGS="${CONFIGFLAGS} --with-security-key-builtin --with-selinux"
CONFIGFLAGS="${CONFIGFLAGS} --with-linux-memlock-onfault"
+ CONFIGFLAGS="${CONFIGFLAGS} --with-audit=debug"
CFLAGS="-DSK_DEBUG -DSANDBOX_SECCOMP_FILTER_DEBUG"
EXTRA_TESTS="gss-auth"
;;
@@ -198,7 +199,7 @@ case "$config" in
fi
;;
selinux)
- CONFIGFLAGS="--with-selinux"
+ CONFIGFLAGS="--with-selinux --with-audit=linux"
;;
sk)
CONFIGFLAGS="--with-security-key-builtin --with-security-key-standalone"
diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml
index 4bc42ff61..2de6abe59 100644
--- a/.github/workflows/vm.yml
+++ b/.github/workflows/vm.yml
@@ -356,7 +356,7 @@ jobs:
- name: "PAM: configure"
shell: solaris {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: solaris {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