mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 21:38:05 +00:00
Don't enable BSM audit on Solaris 10, it is missing AUE_sudo
This commit is contained in:
parent
ad70fb4f1e
commit
a0aaae5541
@ -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
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user