Skip to content

Commit b046330

Browse files
committed
Add test coverage for all of the --audit= configs.
1 parent 84206bd commit b046330

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/configs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ case "$config" in
134134
CONFIGFLAGS="--with-kerberos5 --with-libedit --with-pam"
135135
CONFIGFLAGS="${CONFIGFLAGS} --with-security-key-builtin --with-selinux"
136136
CONFIGFLAGS="${CONFIGFLAGS} --with-linux-memlock-onfault"
137+
CONFIGFLAGS="${CONFIGFLAGS} --with-audit=debug"
137138
CFLAGS="-DSK_DEBUG -DSANDBOX_SECCOMP_FILTER_DEBUG"
138139
EXTRA_TESTS="gss-auth"
139140
;;
@@ -198,7 +199,7 @@ case "$config" in
198199
fi
199200
;;
200201
selinux)
201-
CONFIGFLAGS="--with-selinux"
202+
CONFIGFLAGS="--with-selinux --with-audit=linux"
202203
;;
203204
sk)
204205
CONFIGFLAGS="--with-security-key-builtin --with-security-key-standalone"

.github/workflows/vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
357357
- name: "PAM: configure"
358358
shell: solaris {0}
359-
run: cd $GITHUB_WORKSPACE && sudo -u builder ./configure --with-pam
359+
run: cd $GITHUB_WORKSPACE && sudo -u builder ./configure --with-pam --with-audit=bsm
360360
- name: "PAM: make clean"
361361
shell: solaris {0}
362362
run: cd $GITHUB_WORKSPACE && sudo -u builder make clean

0 commit comments

Comments
 (0)