diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2007-02-23 14:39:04 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2007-02-23 14:39:04 +0000 |
| commit | 7405fcc3381c8c93bf5f248b9a7bdf7b6021cf0e (patch) | |
| tree | e7aa7c61dfa8ec9a5c3cfcd12cc01e1a9212582c /sys/security/mac_bsdextended | |
| parent | 0b989078d7378bfb8925f3d8c0dd276d04f84f1a (diff) | |
Notes
Diffstat (limited to 'sys/security/mac_bsdextended')
| -rw-r--r-- | sys/security/mac_bsdextended/mac_bsdextended.c | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/sys/security/mac_bsdextended/mac_bsdextended.c b/sys/security/mac_bsdextended/mac_bsdextended.c index 1a330036f08a..a0bb80503df9 100644 --- a/sys/security/mac_bsdextended/mac_bsdextended.c +++ b/sys/security/mac_bsdextended/mac_bsdextended.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2005 Tom Rhodes - * Copyright (c) 1999-2002 Robert N. M. Watson + * Copyright (c) 1999-2002, 2007 Robert N. M. Watson * Copyright (c) 2001-2005 Networks Associates Technology, Inc. * All rights reserved. * @@ -42,34 +42,19 @@ * mandatory rules regarding users and some system objects. */ -#include <sys/types.h> #include <sys/param.h> #include <sys/acl.h> -#include <sys/conf.h> #include <sys/kernel.h> #include <sys/jail.h> #include <sys/lock.h> #include <sys/malloc.h> +#include <sys/module.h> #include <sys/mount.h> #include <sys/mutex.h> -#include <sys/proc.h> #include <sys/systm.h> -#include <sys/sysproto.h> -#include <sys/sysent.h> #include <sys/vnode.h> -#include <sys/file.h> -#include <sys/socket.h> -#include <sys/socketvar.h> #include <sys/sysctl.h> #include <sys/syslog.h> -#include <sys/ucred.h> - -#include <net/bpfdesc.h> -#include <net/if.h> -#include <net/if_types.h> -#include <net/if_var.h> - -#include <vm/vm.h> #include <security/mac/mac_policy.h> #include <security/mac_bsdextended/mac_bsdextended.h> |
