Bug 737 - solaris-audit only relevant for recent versions of Solaris
solaris-audit only relevant for recent versions of Solaris
Status: RESOLVED FIXED
Product: Sudo
Classification: Unclassified
Component: Documentation
1.8.15
All Solaris 2.x
: low low
Assigned To: Todd C. Miller
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-02-18 16:43 MST by erflungued
Modified: 2016-03-17 10:21 MDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description erflungued 2016-02-18 16:43:41 MST
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,
Comment 1 Todd C. Miller 2016-02-19 13:38:29 MST
I've added a note to this effect in https://www.sudo.ws/repos/sudo/rev/6722331c2830
Comment 2 Todd C. Miller 2016-03-17 10:21:11 MDT
Fixed in 1.8.16, available now.