PERFORCE change 75413 for review
Wayne Salamon
wsalamon at FreeBSD.org
Sun Apr 17 21:07:32 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=75413
Change 75413 by wsalamon at rickenbacker on 2005/04/17 21:07:09
Change the description of the arguments to be what is really passed
into the kernel on the uap pointer.
Affected files ...
.. //depot/projects/trustedbsd/audit3/lib/libc/sys/auditon.2#3 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/lib/libc/sys/auditon.2#3 (text+ko) ====
@@ -36,16 +36,19 @@
.In sys/param.h
.In bsm/audit.h
.Ft int
-.Fn auditon "struct thread *td, struct auditon_args *uap"
+.Fn auditon "int cmd, void *data, int length"
.Sh DESCRIPTION
The
.Nm
system call is used to manipulate various audit control operations.
-The
-.Ft *uap
-bit should always point to a an
-.Em audit command
-which may be any of the following:
+.Ft *data
+should point to a structure whose type depends on the command.
+.Ft length
+specifies the size of the
+.Em data
+in bytes.
+.Ft cmd
+may be any of the following:
.Bl -tag -width ".It Dv A_GETPINFO_ADDR"
.It Dv A_SETPOLICY
Set audit policy flags.
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list