diff options
Diffstat (limited to 'contrib/openbsm/man/audit.log.5')
-rw-r--r-- | contrib/openbsm/man/audit.log.5 | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/contrib/openbsm/man/audit.log.5 b/contrib/openbsm/man/audit.log.5 index 143936c..fd52896 100644 --- a/contrib/openbsm/man/audit.log.5 +++ b/contrib/openbsm/man/audit.log.5 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit.log.5#23 $ +.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit.log.5#26 $ .\" .Dd November 5, 2006 .Dt AUDIT.LOG 5 @@ -83,7 +83,7 @@ token can be created using .It "Token ID 1 byte Token ID" .It "Seconds 4 bytes File time stamp" .It "Microseconds 4 bytes File time stamp" -.It "File name lengh 2 bytes File name of audit trail" +.It "File name length 2 bytes File name of audit trail" .It "File pathname N bytes + 1 NUL File name of audit trail" .El .Ss Header Token @@ -157,7 +157,7 @@ The .Dq arbitrary data token contains a byte stream of opaque (untyped) data. The size of the data is calculated as the size of each unit of data -multipled by the number of units of data. +multiplied by the number of units of data. A .Dq How to print field is present to specify how to print the data, but interpretation of @@ -183,7 +183,6 @@ An token can be created using .Xr au_to_in_addr 3 for an IPv4 address. -.Pp .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" .It Sy "Field Bytes Description" .It "Token ID 1 byte Token ID" @@ -486,13 +485,13 @@ A System V IPC permission token may be created using .It Li "Creator user ID" Ta "4 bytes" Ta "User ID of IPC creator" .It Li "Creator group ID" Ta "4 bytes" Ta "Group ID of IPC creator" .It Li "Access mode" Ta "4 bytes" Ta "Access mode" -.It Li "Sequnce number" Ta "4 bytes" Ta "Sequnce number" +.It Li "Sequence number" Ta "4 bytes" Ta "Sequence number" .It Li "Key" Ta "4 bytes" Ta "IPC key" .El .Ss Arg Token The .Dq arg -token contains informations about arguments of the system call. +token contains information about arguments of the system call. Depending on the size of the desired argument value, an Arg token may be created using .Xr au_to_arg32 3 @@ -509,7 +508,7 @@ or .Ss exec_args Token The .Dq exec_args -token contains informations about arguements of the exec() system call. +token contains information about arguments of the exec() system call. An exec_args token may be created using .Xr au_to_exec_args 3 . .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" @@ -521,7 +520,7 @@ An exec_args token may be created using .Ss exec_env Token The .Dq exec_env -token contains current eviroment variables to an exec() system call. +token contains current environment variables to an exec() system call. An exec_args token may be created using .Xr au_to_exec_env 3 . .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" @@ -551,7 +550,7 @@ token contains information about UNIX domain and Internet sockets. Each token has four or eight fields. Depending on the type of socket, a socket token may be created using .Xr au_to_sock_unix 3 , -.Xr au_to_sock_inet32 3 +.Xr au_to_sock_inet32 3 or .Xr au_to_sock_inet128 3 . .Bl -column -offset 3n ".Sy Field Name Width XX" ".Sy XX Bytes XXXX" ".Sy Description" @@ -598,7 +597,6 @@ token ... .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" .It Sy "Field Bytes Description" .It "Token ID 1 byte Token ID" -.It XXXXX .El .Ss Use-of-auth Token The @@ -607,7 +605,6 @@ token ... .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" .It Sy "Field Bytes Description" .It "Token ID 1 byte Token ID" -.It XXXXX .El .Ss Command Token The @@ -616,7 +613,6 @@ token ... .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" .It Sy "Field Bytes Description" .It "Token ID 1 byte Token ID" -.It XXXXX .El .Ss ACL Token The @@ -625,7 +621,6 @@ token ... .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" .It Sy "Field Bytes Description" .It "Token ID 1 byte Token ID" -.It XXXXX .El .Ss Zonename Token The @@ -633,10 +628,9 @@ The token holds a NUL-terminated string with the name of the zone or jail from which the record originated. A -.Dz zonename +.Dq zonename token can be created using .Xr au_to_zonename 3 . -.Pp .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" .It Sy "Field Bytes Description" .It "Token ID 1 byte Token ID" |