Deleted Added
full compact
priv.h (168590) priv.h (168793)
1/*-
2 * Copyright (c) 2006 nCircle Network Security, Inc.
3 * All rights reserved.
4 *
5 * This software was developed by Robert N. M. Watson for the TrustedBSD
6 * Project under contract to nCircle Network Security, Inc.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

21 * INC., OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
23 * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 *
1/*-
2 * Copyright (c) 2006 nCircle Network Security, Inc.
3 * All rights reserved.
4 *
5 * This software was developed by Robert N. M. Watson for the TrustedBSD
6 * Project under contract to nCircle Network Security, Inc.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

21 * INC., OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
23 * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 *
29 * $FreeBSD: head/sys/sys/priv.h 168590 2007-04-10 15:58:38Z rwatson $
29 * $FreeBSD: head/sys/sys/priv.h 168793 2007-04-17 00:35:11Z thompsa $
30 */
31
32/*
33 * Privilege checking interface for BSD kernel.
34 */
35#ifndef _SYS_PRIV_H_
36#define _SYS_PRIV_H_
37

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

314#define PRIV_NET_HWIOCTL 407 /* Issue hardware ioctl on ifnet. */
315#define PRIV_NET_SETLLADDR 408 /* Set interface link-level address. */
316#define PRIV_NET_ADDIFGROUP 409 /* Add new interface group. */
317#define PRIV_NET_DELIFGROUP 410 /* Delete interface group. */
318#define PRIV_NET_IFCREATE 411 /* Create cloned interface. */
319#define PRIV_NET_IFDESTROY 412 /* Destroy cloned interface. */
320#define PRIV_NET_ADDIFADDR 413 /* Add protocol addr to interface. */
321#define PRIV_NET_DELIFADDR 414 /* Delete protocol addr on interface. */
30 */
31
32/*
33 * Privilege checking interface for BSD kernel.
34 */
35#ifndef _SYS_PRIV_H_
36#define _SYS_PRIV_H_
37

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

314#define PRIV_NET_HWIOCTL 407 /* Issue hardware ioctl on ifnet. */
315#define PRIV_NET_SETLLADDR 408 /* Set interface link-level address. */
316#define PRIV_NET_ADDIFGROUP 409 /* Add new interface group. */
317#define PRIV_NET_DELIFGROUP 410 /* Delete interface group. */
318#define PRIV_NET_IFCREATE 411 /* Create cloned interface. */
319#define PRIV_NET_IFDESTROY 412 /* Destroy cloned interface. */
320#define PRIV_NET_ADDIFADDR 413 /* Add protocol addr to interface. */
321#define PRIV_NET_DELIFADDR 414 /* Delete protocol addr on interface. */
322#define PRIV_NET_TRUNK 415 /* Administer trunk. */
322#define PRIV_NET_LAGG 415 /* Administer lagg interface. */
323
324/*
325 * 802.11-related privileges.
326 */
327#define PRIV_NET80211_GETKEY 440 /* Query 802.11 keys. */
328#define PRIV_NET80211_MANAGE 441 /* Administer 802.11. */
329
330/*

--- 136 unchanged lines hidden ---
323
324/*
325 * 802.11-related privileges.
326 */
327#define PRIV_NET80211_GETKEY 440 /* Query 802.11 keys. */
328#define PRIV_NET80211_MANAGE 441 /* Administer 802.11. */
329
330/*

--- 136 unchanged lines hidden ---