Bugzilla – Bug 737
solaris-audit only relevant for recent versions of Solaris
Last modified: 2016-03-17 10:21:11 MDT
Solaris 10 does not have the headers required to compile solaris-audit. bcm-audit is required to compile solaris-audit Suggest amending the documentation to suit. c893850@ammit:disk2/src/sudo/sudo-1.8.15# rcsdiff -ubw install.txt =================================================================== RCS file: install.txt,v retrieving revision 1.1 diff -ubw -r1.1 install.txt --- /tmp/T0a0aWqP Fri Feb 19 09:43:03 2016 +++ install.txt Fri Feb 19 09:41:01 2016 @@ -437,7 +437,8 @@ principal name. --with-solaris-audit - Enable audit support for Solaris systems. + Enable audit support for recent versions of Solaris systems. + Requires --with-bsm-audit. --with-opie[=DIR] Enable NRL OPIE OTP (One Time Password) support. If specified,
I've added a note to this effect in https://www.sudo.ws/repos/sudo/rev/6722331c2830
Fixed in 1.8.16, available now.