mac_priv.c (77befd1d230729bfb6dcefb7a5f094fd340d1e0e) mac_priv.c (54366c0bd7d0ea904fb9ab32460c66d57684a7cb)
1/*-
2 * Copyright (c) 2006 nCircle Network Security, Inc.
3 * Copyright (c) 2009 Robert N. M. Watson
4 * All rights reserved.
5 *
6 * This software was developed by Robert N. M. Watson for the TrustedBSD
7 * Project under contract to nCircle Network Security, Inc.
8 *

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

33
34/*
35 * MAC checks for system privileges.
36 */
37
38#include "sys/cdefs.h"
39__FBSDID("$FreeBSD$");
40
1/*-
2 * Copyright (c) 2006 nCircle Network Security, Inc.
3 * Copyright (c) 2009 Robert N. M. Watson
4 * All rights reserved.
5 *
6 * This software was developed by Robert N. M. Watson for the TrustedBSD
7 * Project under contract to nCircle Network Security, Inc.
8 *

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

33
34/*
35 * MAC checks for system privileges.
36 */
37
38#include "sys/cdefs.h"
39__FBSDID("$FreeBSD$");
40
41#include "opt_kdtrace.h"
42#include "opt_mac.h"
43
44#include <sys/param.h>
45#include <sys/kernel.h>
46#include <sys/priv.h>
47#include <sys/sdt.h>
48#include <sys/module.h>
49

--- 47 unchanged lines hidden ---
41#include "opt_mac.h"
42
43#include <sys/param.h>
44#include <sys/kernel.h>
45#include <sys/priv.h>
46#include <sys/sdt.h>
47#include <sys/module.h>
48

--- 47 unchanged lines hidden ---