diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2006-08-26 17:59:31 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2006-08-26 17:59:31 +0000 |
commit | 9fe741b8952fbafa26d05bc7b52e1c0ba74b2185 (patch) | |
tree | cf08b4fc9b38ca8232298b00c544efb89faf19b5 /share/man/man4/auditpipe.4 | |
parent | 2374501ca44eb5201c31f2e01daec21a4fba9275 (diff) |
Allow the user process to query the kernel's notion of a maximum
audit record size at run-time, which can be used by the user
process to size the user space buffer it reads into from the audit
pipe.
Perforce change: 105098
Obtained from: TrustedBSD Project
Notes
Notes:
svn path=/head/; revision=161646
Diffstat (limited to 'share/man/man4/auditpipe.4')
-rw-r--r-- | share/man/man4/auditpipe.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/auditpipe.4 b/share/man/man4/auditpipe.4 index 9a7f208865ff..9f77481a981e 100644 --- a/share/man/man4/auditpipe.4 +++ b/share/man/man4/auditpipe.4 @@ -74,7 +74,7 @@ preselection parameters independent of the global audit trail parameters. .Ss Audit Pipe Queue Ioctls The following ioctls retrieve and set various audit pipe record queue properties: -.Bl -tag -width AUDITPIPE_GET_QLIMIT_MIN +.Bl -tag -width AUDITPIPE_GET_MAXAUDITDATA .It AUDITPIPE_GET_QLEN Query the current number of records available for reading on the pipe. .It AUDITPIPE_GET_QLIMIT @@ -95,6 +95,9 @@ reading on the pipe. Flush all outstanding records on the audit pipe; useful after setting initial preselection properties to delete records queued during the configuration process which may not match the interests of the user process. +.It AUDITPIPE_GET_MAXAUDITDATA +Query the maximum size of an audit record, which is a useful minimum size for +a user space buffer intended to hold audit records read from the audit pipe. .El .Ss Audit Pipe Preselection Mode Ioctls By default, the audit pipe facility configures pipes to present records |