Deleted Added
full compact
audit_private.h (170182) audit_private.h (170196)
1/*
2 * Copyright (c) 1999-2005 Apple Computer, Inc.
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

--- 12 unchanged lines hidden (view full) ---

21 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
26 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27 * POSSIBILITY OF SUCH DAMAGE.
28 *
1/*
2 * Copyright (c) 1999-2005 Apple Computer, Inc.
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

--- 12 unchanged lines hidden (view full) ---

21 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
26 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27 * POSSIBILITY OF SUCH DAMAGE.
28 *
29 * $FreeBSD: head/sys/security/audit/audit_private.h 170182 2007-06-01 13:53:37Z rwatson $
29 * $FreeBSD: head/sys/security/audit/audit_private.h 170196 2007-06-01 21:58:59Z rwatson $
30 */
31
32/*
33 * This include file contains function prototypes and type definitions used
34 * within the audit implementation.
35 */
36
37#ifndef _SECURITY_AUDIT_PRIVATE_H_

--- 248 unchanged lines hidden (view full) ---

286
287#include <sys/fcntl.h>
288#include <sys/kernel.h>
289#include <sys/malloc.h>
290
291/*
292 * Some of the BSM tokenizer functions take different parameters in the
293 * kernel implementations in order to save the copying of large kernel data
30 */
31
32/*
33 * This include file contains function prototypes and type definitions used
34 * within the audit implementation.
35 */
36
37#ifndef _SECURITY_AUDIT_PRIVATE_H_

--- 248 unchanged lines hidden (view full) ---

286
287#include <sys/fcntl.h>
288#include <sys/kernel.h>
289#include <sys/malloc.h>
290
291/*
292 * Some of the BSM tokenizer functions take different parameters in the
293 * kernel implementations in order to save the copying of large kernel data
294 * structures. The prototypes of these functions are declared here.
294 * structures. The prototypes of these functions are declared here.
295 */
296token_t *kau_to_socket(struct socket_au_info *soi);
297
298/*
299 * audit_klib prototypes
300 */
301int au_preselect(au_event_t event, au_class_t class,
302 au_mask_t *mask_p, int sorf);

--- 37 unchanged lines hidden ---
295 */
296token_t *kau_to_socket(struct socket_au_info *soi);
297
298/*
299 * audit_klib prototypes
300 */
301int au_preselect(au_event_t event, au_class_t class,
302 au_mask_t *mask_p, int sorf);

--- 37 unchanged lines hidden ---