1185573Srwatson/*-
2191270Srwatson * Copyright (c) 2005-2009 Apple Inc.
3155191Srwatson * All rights reserved.
4155191Srwatson *
5155191Srwatson * Redistribution and use in source and binary forms, with or without
6155191Srwatson * modification, are permitted provided that the following conditions
7155191Srwatson * are met:
8155191Srwatson *
9155191Srwatson * 1.  Redistributions of source code must retain the above copyright
10155191Srwatson *     notice, this list of conditions and the following disclaimer.
11155191Srwatson * 2.  Redistributions in binary form must reproduce the above copyright
12155191Srwatson *     notice, this list of conditions and the following disclaimer in the
13155191Srwatson *     documentation and/or other materials provided with the distribution.
14181053Srwatson * 3.  Neither the name of Apple Inc. ("Apple") nor the names of
15155191Srwatson *     its contributors may be used to endorse or promote products derived
16155191Srwatson *     from this software without specific prior written permission.
17155191Srwatson *
18155191Srwatson * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
19155191Srwatson * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20155191Srwatson * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21155191Srwatson * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
22155191Srwatson * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23155191Srwatson * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24155191Srwatson * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25155191Srwatson * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26155191Srwatson * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27155191Srwatson * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28155191Srwatson *
29191270Srwatson * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_record.h#10
30155191Srwatson * $FreeBSD$
31155191Srwatson */
32155191Srwatson
33155191Srwatson#ifndef _BSM_AUDIT_RECORD_H_
34155191Srwatson#define _BSM_AUDIT_RECORD_H_
35155191Srwatson
36160084Srwatson#include <sys/time.h>			/* struct timeval */
37255219Spjd#include <sys/caprights.h>		/* cap_rights_t */
38160084Srwatson
39155191Srwatson/*
40159257Srwatson * Token type identifiers.
41155191Srwatson */
42155191Srwatson#define	AUT_INVALID		0x00
43155191Srwatson#define	AUT_OTHER_FILE32	0x11
44155191Srwatson#define	AUT_OHEADER		0x12
45155191Srwatson#define	AUT_TRAILER		0x13
46155191Srwatson#define	AUT_HEADER32		0x14
47155191Srwatson#define	AUT_HEADER32_EX		0x15
48155191Srwatson#define	AUT_DATA		0x21
49155191Srwatson#define	AUT_IPC			0x22
50155191Srwatson#define	AUT_PATH		0x23
51155191Srwatson#define	AUT_SUBJECT32		0x24
52185573Srwatson#define	AUT_XATPATH		0x25
53155191Srwatson#define	AUT_PROCESS32		0x26
54155191Srwatson#define	AUT_RETURN32		0x27
55155191Srwatson#define	AUT_TEXT		0x28
56155191Srwatson#define	AUT_OPAQUE		0x29
57155191Srwatson#define	AUT_IN_ADDR		0x2a
58155191Srwatson#define	AUT_IP			0x2b
59155191Srwatson#define	AUT_IPORT		0x2c
60155191Srwatson#define	AUT_ARG32		0x2d
61155191Srwatson#define	AUT_SOCKET		0x2e
62155191Srwatson#define	AUT_SEQ			0x2f
63155191Srwatson#define	AUT_ACL			0x30
64155191Srwatson#define	AUT_ATTR		0x31
65155191Srwatson#define	AUT_IPC_PERM		0x32
66155191Srwatson#define	AUT_LABEL		0x33
67155191Srwatson#define	AUT_GROUPS		0x34
68185573Srwatson#define	AUT_ACE			0x35
69155191Srwatson#define	AUT_PRIV		0x38
70155191Srwatson#define	AUT_UPRIV		0x39
71155191Srwatson#define	AUT_LIAISON		0x3a
72155191Srwatson#define	AUT_NEWGROUPS		0x3b
73155191Srwatson#define	AUT_EXEC_ARGS		0x3c
74155191Srwatson#define	AUT_EXEC_ENV		0x3d
75155191Srwatson#define	AUT_ATTR32		0x3e
76185573Srwatson#define	AUT_UNAUTH		0x3f
77155191Srwatson#define	AUT_XATOM		0x40
78155191Srwatson#define	AUT_XOBJ		0x41
79155191Srwatson#define	AUT_XPROTO		0x42
80155191Srwatson#define	AUT_XSELECT		0x43
81185573Srwatson#define	AUT_XCOLORMAP		0x44
82185573Srwatson#define	AUT_XCURSOR		0x45
83185573Srwatson#define	AUT_XFONT		0x46
84185573Srwatson#define	AUT_XGC			0x47
85185573Srwatson#define	AUT_XPIXMAP		0x48
86185573Srwatson#define	AUT_XPROPERTY		0x49
87185573Srwatson#define	AUT_XWINDOW		0x4a
88185573Srwatson#define	AUT_XCLIENT		0x4b
89155191Srwatson#define	AUT_CMD			0x51
90155191Srwatson#define	AUT_EXIT		0x52
91168765Scsjp#define	AUT_ZONENAME		0x60
92185573Srwatson#define	AUT_HOST		0x70
93155191Srwatson#define	AUT_ARG64		0x71
94155191Srwatson#define	AUT_RETURN64		0x72
95155191Srwatson#define	AUT_ATTR64		0x73
96155191Srwatson#define	AUT_HEADER64		0x74
97155191Srwatson#define	AUT_SUBJECT64		0x75
98155191Srwatson#define	AUT_PROCESS64		0x77
99155191Srwatson#define	AUT_OTHER_FILE64	0x78
100155191Srwatson#define	AUT_HEADER64_EX		0x79
101155191Srwatson#define	AUT_SUBJECT32_EX	0x7a
102155191Srwatson#define	AUT_PROCESS32_EX	0x7b
103155191Srwatson#define	AUT_SUBJECT64_EX	0x7c
104155191Srwatson#define	AUT_PROCESS64_EX	0x7d
105155191Srwatson#define	AUT_IN_ADDR_EX		0x7e
106155191Srwatson#define	AUT_SOCKET_EX		0x7f
107155191Srwatson
108155191Srwatson/*
109155191Srwatson * Pre-64-bit BSM, 32-bit tokens weren't explicitly named as '32'.  We have
110155191Srwatson * compatibility defines.
111155191Srwatson */
112155191Srwatson#define	AUT_HEADER		AUT_HEADER32
113155191Srwatson#define	AUT_ARG			AUT_ARG32
114155191Srwatson#define	AUT_RETURN		AUT_RETURN32
115155191Srwatson#define	AUT_SUBJECT		AUT_SUBJECT32
116155191Srwatson#define	AUT_PROCESS		AUT_PROCESS32
117155191Srwatson#define	AUT_OTHER_FILE		AUT_OTHER_FILE32
118155191Srwatson
119155191Srwatson/*
120155191Srwatson * The values for the following token ids are not defined by BSM.
121155191Srwatson *
122155191Srwatson * XXXRW: Not sure how to handle these in OpenBSM yet, but I'll give them
123155191Srwatson * names more consistent with Sun's BSM.  These originally came from Apple's
124155191Srwatson * BSM.
125155191Srwatson */
126155191Srwatson#define	AUT_SOCKINET32		0x80		/* XXX */
127155191Srwatson#define	AUT_SOCKINET128		0x81		/* XXX */
128155191Srwatson#define	AUT_SOCKUNIX		0x82		/* XXX */
129155191Srwatson
130255219Spjd#define	AUT_RIGHTS		0x83
131255219Spjd
132155191Srwatson/* print values for the arbitrary token */
133155191Srwatson#define AUP_BINARY      0
134155191Srwatson#define AUP_OCTAL       1
135155191Srwatson#define AUP_DECIMAL     2
136155191Srwatson#define AUP_HEX         3
137155191Srwatson#define AUP_STRING      4
138155191Srwatson
139155191Srwatson/* data-types for the arbitrary token */
140155191Srwatson#define AUR_BYTE        0
141159257Srwatson#define AUR_CHAR        AUR_BYTE
142155191Srwatson#define AUR_SHORT       1
143159257Srwatson#define AUR_INT32       2
144161635Srwatson#define AUR_INT         AUR_INT32
145159257Srwatson#define AUR_INT64       3
146155191Srwatson
147155191Srwatson/* ... and their sizes */
148155191Srwatson#define AUR_BYTE_SIZE       sizeof(u_char)
149159257Srwatson#define AUR_CHAR_SIZE       AUR_BYTE_SIZE
150155191Srwatson#define AUR_SHORT_SIZE      sizeof(uint16_t)
151159257Srwatson#define AUR_INT32_SIZE      sizeof(uint32_t)
152159257Srwatson#define AUR_INT_SIZE        AUR_INT32_SIZE
153159257Srwatson#define AUR_INT64_SIZE      sizeof(uint64_t)
154155191Srwatson
155155191Srwatson/* Modifiers for the header token */
156155191Srwatson#define PAD_NOTATTR  0x4000   /* nonattributable event */
157155191Srwatson#define PAD_FAILURE  0x8000   /* fail audit event */
158155191Srwatson
159161635Srwatson#define AUDIT_MAX_GROUPS      16
160155191Srwatson
161161635Srwatson/*
162161635Srwatson * A number of BSM versions are floating around and defined.  Here are
163161635Srwatson * constants for them.  OpenBSM uses the same token types, etc, used in the
164161635Srwatson * Solaris BSM version, but has a separate version number in order to
165161635Srwatson * identify a potentially different event identifier name space.
166161635Srwatson */
167161635Srwatson#define	AUDIT_HEADER_VERSION_OLDDARWIN	1	/* In retrospect, a mistake. */
168161635Srwatson#define	AUDIT_HEADER_VERSION_SOLARIS	2
169161635Srwatson#define	AUDIT_HEADER_VERSION_TSOL25	3
170161635Srwatson#define	AUDIT_HEADER_VERSION_TSOL	4
171186647Srwatson#define	AUDIT_HEADER_VERSION_OPENBSM10	10
172186647Srwatson#define	AUDIT_HEADER_VERSION_OPENBSM11	11
173186647Srwatson#define	AUDIT_HEADER_VERSION_OPENBSM	AUDIT_HEADER_VERSION_OPENBSM11
174155191Srwatson
175155191Srwatson#define	AUT_TRAILER_MAGIC	0xb105
176155191Srwatson
177155191Srwatson/* BSM library calls */
178155191Srwatson
179155191Srwatson__BEGIN_DECLS
180155191Srwatson
181155191Srwatsonstruct in_addr;
182155191Srwatsonstruct in6_addr;
183155191Srwatsonstruct ip;
184155191Srwatsonstruct ipc_perm;
185155191Srwatsonstruct kevent;
186186647Srwatsonstruct sockaddr;
187155191Srwatsonstruct sockaddr_in;
188155191Srwatsonstruct sockaddr_in6;
189155191Srwatsonstruct sockaddr_un;
190155191Srwatson#if defined(_KERNEL) || defined(KERNEL)
191155191Srwatsonstruct vnode_au_info;
192155191Srwatson#endif
193155191Srwatson
194155191Srwatsonint	 au_open(void);
195155191Srwatsonint	 au_write(int d, token_t *m);
196155191Srwatsonint	 au_close(int d, int keep, short event);
197155191Srwatsonint	 au_close_buffer(int d, short event, u_char *buffer, size_t *buflen);
198159257Srwatsonint	 au_close_token(token_t *tok, u_char *buffer, size_t *buflen);
199155191Srwatson
200185573Srwatsontoken_t	*au_to_file(const char *file, struct timeval tm);
201155191Srwatson
202159257Srwatsontoken_t	*au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
203155191Srwatson	    struct timeval tm);
204184856Scsjptoken_t	*au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
205184856Scsjp	    struct timeval tm, struct auditinfo_addr *aia);
206168782Srwatsontoken_t	*au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
207168782Srwatson	    struct timeval tm);
208159257Srwatson#if !defined(KERNEL) && !defined(_KERNEL)
209155191Srwatsontoken_t	*au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod);
210184856Scsjptoken_t	*au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
211155191Srwatsontoken_t	*au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod);
212159257Srwatsontoken_t	*au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod);
213186647Srwatsontoken_t	*au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
214155191Srwatson#endif
215155191Srwatson
216155191Srwatsontoken_t	*au_to_me(void);
217185573Srwatsontoken_t	*au_to_arg(char n, const char *text, uint32_t v);
218185573Srwatsontoken_t	*au_to_arg32(char n, const char *text, uint32_t v);
219185573Srwatsontoken_t	*au_to_arg64(char n, const char *text, uint64_t v);
220155191Srwatson
221155191Srwatson#if defined(_KERNEL) || defined(KERNEL)
222155191Srwatsontoken_t	*au_to_attr(struct vnode_au_info *vni);
223155191Srwatsontoken_t	*au_to_attr32(struct vnode_au_info *vni);
224155191Srwatsontoken_t	*au_to_attr64(struct vnode_au_info *vni);
225155191Srwatson#endif
226155191Srwatson
227155191Srwatsontoken_t	*au_to_data(char unit_print, char unit_type, char unit_count,
228185573Srwatson	    const char *p);
229155191Srwatsontoken_t	*au_to_exit(int retval, int err);
230155191Srwatsontoken_t	*au_to_groups(int *groups);
231155191Srwatsontoken_t	*au_to_newgroups(uint16_t n, gid_t *groups);
232155191Srwatsontoken_t	*au_to_in_addr(struct in_addr *internet_addr);
233155191Srwatsontoken_t	*au_to_in_addr_ex(struct in6_addr *internet_addr);
234155191Srwatsontoken_t	*au_to_ip(struct ip *ip);
235155191Srwatsontoken_t	*au_to_ipc(char type, int id);
236155191Srwatsontoken_t	*au_to_ipc_perm(struct ipc_perm *perm);
237155191Srwatsontoken_t	*au_to_iport(uint16_t iport);
238185573Srwatsontoken_t	*au_to_opaque(const char *data, uint16_t bytes);
239185573Srwatsontoken_t	*au_to_path(const char *path);
240243751Srwatsontoken_t	*au_to_privset(char *privtypestr, char *privstr);
241155191Srwatsontoken_t	*au_to_process(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
242155191Srwatson	    gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
243155191Srwatsontoken_t	*au_to_process32(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
244155191Srwatson	    gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
245155191Srwatsontoken_t	*au_to_process64(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
246155191Srwatson	    gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
247155191Srwatsontoken_t	*au_to_process_ex(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
248155191Srwatson	    gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid);
249155191Srwatsontoken_t	*au_to_process32_ex(au_id_t auid, uid_t euid, gid_t egid,
250155191Srwatson	    uid_t ruid, gid_t rgid, pid_t pid, au_asid_t sid,
251155191Srwatson	    au_tid_addr_t *tid);
252155191Srwatsontoken_t	*au_to_process64_ex(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
253155191Srwatson	    gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid);
254255219Spjdtoken_t	*au_to_rights(cap_rights_t *rightsp);
255155191Srwatsontoken_t	*au_to_return(char status, uint32_t ret);
256155191Srwatsontoken_t	*au_to_return32(char status, uint32_t ret);
257155191Srwatsontoken_t	*au_to_return64(char status, uint64_t ret);
258155191Srwatsontoken_t	*au_to_seq(long audit_count);
259186647Srwatsontoken_t	*au_to_socket_ex(u_short so_domain, u_short so_type,
260186647Srwatson	    struct sockaddr *sa_local, struct sockaddr *sa_remote);
261155191Srwatsontoken_t	*au_to_sock_inet(struct sockaddr_in *so);
262155191Srwatsontoken_t	*au_to_sock_inet32(struct sockaddr_in *so);
263155191Srwatsontoken_t	*au_to_sock_inet128(struct sockaddr_in6 *so);
264155191Srwatsontoken_t	*au_to_sock_unix(struct sockaddr_un *so);
265155191Srwatsontoken_t	*au_to_subject(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
266155191Srwatson	    gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
267155191Srwatsontoken_t	*au_to_subject32(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
268155191Srwatson	    gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
269155191Srwatsontoken_t	*au_to_subject64(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
270155191Srwatson	    gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
271155191Srwatsontoken_t	*au_to_subject_ex(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
272155191Srwatson	    gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid);
273155191Srwatsontoken_t	*au_to_subject32_ex(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
274155191Srwatson	    gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid);
275155191Srwatsontoken_t	*au_to_subject64_ex(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
276155191Srwatson	    gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid);
277161813Swsalamon#if defined(_KERNEL) || defined(KERNEL)
278161813Swsalamontoken_t	*au_to_exec_args(char *args, int argc);
279161813Swsalamontoken_t	*au_to_exec_env(char *envs, int envc);
280161813Swsalamon#else
281161813Swsalamontoken_t	*au_to_exec_args(char **argv);
282161813Swsalamontoken_t	*au_to_exec_env(char **envp);
283161813Swsalamon#endif
284185573Srwatsontoken_t	*au_to_text(const char *text);
285155191Srwatsontoken_t	*au_to_kevent(struct kevent *kev);
286155191Srwatsontoken_t	*au_to_trailer(int rec_size);
287243751Srwatsontoken_t	*au_to_upriv(char sorf, char *priv);
288185573Srwatsontoken_t	*au_to_zonename(const char *zonename);
289155191Srwatson
290186647Srwatson/*
291187214Srwatson * BSM library routines for converting between local and BSM constant spaces.
292186647Srwatson */
293187214Srwatsonint	 au_bsm_to_domain(u_short bsm_domain, int *local_domainp);
294186647Srwatsonint	 au_bsm_to_errno(u_char bsm_error, int *errorp);
295191270Srwatsonint	 au_bsm_to_fcntl_cmd(u_short bsm_fcntl_cmd, int *local_fcntl_cmdp);
296187214Srwatsonint	 au_bsm_to_socket_type(u_short bsm_socket_type,
297187214Srwatson	    int *local_socket_typep);
298187214Srwatsonu_short	 au_domain_to_bsm(int local_domain);
299187214Srwatsonu_char	 au_errno_to_bsm(int local_errno);
300191270Srwatsonu_short	 au_fcntl_cmd_to_bsm(int local_fcntl_command);
301187214Srwatsonu_short	 au_socket_type_to_bsm(int local_socket_type);
302186647Srwatson
303155191Srwatson__END_DECLS
304155191Srwatson
305155191Srwatson#endif /* ! _BSM_AUDIT_RECORD_H_ */
306