Skip to content

Commit c9fcea8

Browse files
committed
Enable BSM audit test on FreeBSD VMs.
1 parent f1a9628 commit c9fcea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
126126
- name: "PAM: configure"
127127
shell: freebsd {0}
128-
run: cd $GITHUB_WORKSPACE && sudo -u builder ./configure --with-pam
128+
run: cd $GITHUB_WORKSPACE && sudo -u builder ./configure --with-pam --with-audit=bsm
129129
- name: "PAM: make clean"
130130
shell: freebsd {0}
131131
run: cd $GITHUB_WORKSPACE && sudo -u builder make clean

0 commit comments

Comments
 (0)