diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2005-07-14 10:46:03 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2005-07-14 10:46:03 +0000 |
| commit | 49bb6870cc71b5c0726b765bcb196b6ebed74156 (patch) | |
| tree | e9087eafc0a39458679b67c1f2726b58d8bf9741 /sys/security/mac/mac_framework.c | |
| parent | d26dd2d99ea64b63792fcb889a8276ed850a91da (diff) | |
Notes
Diffstat (limited to 'sys/security/mac/mac_framework.c')
| -rw-r--r-- | sys/security/mac/mac_framework.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c index 9e8d45ae3cf6..5bb70d18248d 100644 --- a/sys/security/mac/mac_framework.c +++ b/sys/security/mac/mac_framework.c @@ -2,6 +2,7 @@ * Copyright (c) 1999-2002 Robert N. M. Watson * Copyright (c) 2001 Ilmar S. Habibulin * Copyright (c) 2001-2005 Networks Associates Technology, Inc. + * Copyright (c) 2005 SPARTA, Inc. * All rights reserved. * * This software was developed by Robert Watson and Ilmar Habibulin for the @@ -12,6 +13,9 @@ * Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), * as part of the DARPA CHATS research program. * + * This software was enhanced by SPARTA ISSO under SPAWAR contract + * N66001-04-C-6019 ("SEFOS"). + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -97,7 +101,7 @@ __FBSDID("$FreeBSD$"); * modules to refuse to be loaded if the necessary support isn't present, * even if it's pre-boot. */ -MODULE_VERSION(kernel_mac_support, 2); +MODULE_VERSION(kernel_mac_support, 3); SYSCTL_NODE(_security, OID_AUTO, mac, CTLFLAG_RW, 0, "TrustedBSD MAC policy controls"); |
