2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

Don't enable BSM audit on Solaris 10, it is missing AUE_sudo

This commit is contained in:
Todd C. Miller 2020-06-01 13:56:47 -06:00
parent ad70fb4f1e
commit a0aaae5541

View File

@ -415,8 +415,6 @@ case "$osversion" in
configure_opts="${configure_opts}${configure_opts+$tab}--with-solaris-audit" configure_opts="${configure_opts}${configure_opts+$tab}--with-solaris-audit"
# Encrypted remote I/O log support. # Encrypted remote I/O log support.
with_openssl=true with_openssl=true
elif [ $osrelease -ge 10 ]; then
configure_opts="${configure_opts}${configure_opts+$tab}--with-bsm-audit"
fi fi
;; ;;
*) *)