PERFORCE change 205495 for review
Pawel Jakub Dawidek
pjd at FreeBSD.org
Tue Jan 31 19:47:45 UTC 2012
http://p4web.freebsd.org/@@205495?ac=10
Change 205495 by pjd at pjd_anger on 2012/01/31 19:47:30
Document getachost() function.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#15 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#15 (text+ko) ====
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#14 $
+.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#15 $
.\"
.Dd April 19, 2005
.Dt AU_CONTROL 3
@@ -35,6 +35,7 @@
.Nm getacexpire ,
.Nm getacfilesz ,
.Nm getacflg ,
+.Nm getachost ,
.Nm getacmin ,
.Nm getacna ,
.Nm getacpol ,
@@ -58,6 +59,8 @@
.Ft int
.Fn getacflg "char *auditstr" "int len"
.Ft int
+.Fn getachost "char *auditstr" "int len"
+.Ft int
.Fn getacmin "int *min_val"
.Ft int
.Fn getacna "char *auditstr" "int len"
@@ -130,6 +133,15 @@
.Fa len .
.Pp
The
+.Fn getachost
+function
+returns the local systems's audit host information via the the passed character
+buffer
+.Fa auditstr
+of length
+.Fa len .
+.Pp
+The
.Fn getacmin
function
returns the minimum free disk space for the audit log target file system via
@@ -176,6 +188,7 @@
.Fn getacdir ,
.Fn getacexpire ,
.Fn getacflg ,
+.Fn getachost ,
.Fn getacmin ,
.Fn getacna ,
.Fn getacpol ,
More information about the p4-projects
mailing list