Deleted Added
full compact
getauid.2 (155364) getauid.2 (168777)
1.\"-
2.\" Copyright (c) 2005 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
1.\"-
2.\" Copyright (c) 2005 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\"
13.\"
14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $P4: //depot/projects/trustedbsd/openbsm/man/getauid.2#5 $
26.\" $P4: //depot/projects/trustedbsd/openbsm/man/getauid.2#7 $
27.\"
28.Dd April 19, 2005
29.Dt GETAUID 2
30.Os
31.Sh NAME
32.Nm getauid
27.\"
28.Dd April 19, 2005
29.Dt GETAUID 2
30.Os
31.Sh NAME
32.Nm getauid
33.Nd "Retrieve audit session ID"
33.Nd "retrieve audit session ID"
34.Sh SYNOPSIS
35.In bsm/audit.h
36.Ft int
37.Fn getauid "au_id_t *auid"
38.Sh DESCRIPTION
34.Sh SYNOPSIS
35.In bsm/audit.h
36.Ft int
37.Fn getauid "au_id_t *auid"
38.Sh DESCRIPTION
39.Nm
39The
40.Fn getauid
41system call
40retrieves the active audit session ID for the current process via the
41.Vt au_id_t
42pointed to by
42retrieves the active audit session ID for the current process via the
43.Vt au_id_t
44pointed to by
43.Va auid .
45.Fa auid .
44.Pp
46.Pp
45This system call requires appropriate privilege to complete.
47This system call requires an appropriate privilege to complete.
46.Sh RETURN VALUES
48.Sh RETURN VALUES
47.Nm
48returns 0 on success, or returns -1 on failure, providing additional error
49information via
50.Va errno .
49.Rv -std
51.Sh SEE ALSO
52.Xr audit 2 ,
53.Xr auditon 2 ,
50.Sh SEE ALSO
51.Xr audit 2 ,
52.Xr auditon 2 ,
54.Xr setauid 2 ,
55.Xr getaudit 2 ,
53.Xr getaudit 2 ,
56.Xr setaudit 2 ,
57.Xr getaudit_addr 2 ,
54.Xr getaudit_addr 2 ,
55.Xr setaudit 2 ,
58.Xr setaudit_addr 2 ,
56.Xr setaudit_addr 2 ,
57.Xr setauid 2 ,
59.Xr libbsm 3
58.Xr libbsm 3
59.Sh HISTORY
60The OpenBSM implementation was created by McAfee Research, the security
61division of McAfee Inc., under contract to Apple Computer Inc.\& in 2004.
62It was subsequently adopted by the TrustedBSD Project as the foundation for
63the OpenBSM distribution.
60.Sh AUTHORS
64.Sh AUTHORS
65.An -nosplit
61This software was created by McAfee Research, the security research division
62of McAfee, Inc., under contract to Apple Computer Inc.
66This software was created by McAfee Research, the security research division
67of McAfee, Inc., under contract to Apple Computer Inc.
63Additional authors include Wayne Salamon, Robert Watson, and SPARTA Inc.
68Additional authors include
69.An Wayne Salamon ,
70.An Robert Watson ,
71and SPARTA Inc.
64.Pp
65The Basic Security Module (BSM) interface to audit records and audit event
66stream format were defined by Sun Microsystems.
67.Pp
68This manual page was written by
69.An Robert Watson Aq rwatson@FreeBSD.org .
72.Pp
73The Basic Security Module (BSM) interface to audit records and audit event
74stream format were defined by Sun Microsystems.
75.Pp
76This manual page was written by
77.An Robert Watson Aq rwatson@FreeBSD.org .
70.Sh HISTORY
71The OpenBSM implementation was created by McAfee Research, the security
72division of McAfee Inc., under contract to Apple Computer Inc. in 2004.
73It was subsequently adopted by the TrustedBSD Project as the foundation for
74the OpenBSM distribution.