From: Darren Tucker Date: Wed, 18 Feb 2026 14:48:55 +0000 (-0500) Subject: Add test coverage for all of the --audit= configs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0463306174941274a1f96eb705618e036832920;p=thirdparty%2Fopenssh-portable.git Add test coverage for all of the --audit= configs. --- 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