File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments