aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_mac.c
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2005-04-22 19:09:12 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2005-04-22 19:09:12 +0000
commit498693053c8087c41ae0f8162f35913d11e277ad (patch)
treee510095fd5248f567cb4265c8f92e5c73e75b252 /sys/kern/kern_mac.c
parentd5f93c9179dfb079c6336ca24343a20e3ec35e21 (diff)
downloadsrc-498693053c8087c41ae0f8162f35913d11e277ad.tar.gz
src-498693053c8087c41ae0f8162f35913d11e277ad.zip
Get the directory structure correct in a comment.
Submitted by: Samy Al Bahra
Notes
Notes: svn path=/head/; revision=145414
Diffstat (limited to 'sys/kern/kern_mac.c')
-rw-r--r--sys/kern/kern_mac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_mac.c b/sys/kern/kern_mac.c
index 085410990351..9e8d45ae3cf6 100644
--- a/sys/kern/kern_mac.c
+++ b/sys/kern/kern_mac.c
@@ -38,7 +38,8 @@
* Framework for extensible kernel access control. This file contains
* Kernel and userland interface to the framework, policy registration
* and composition. Per-object interfaces, controls, and labeling may be
- * found in src/sys/mac/. Sample policies may be found in src/sys/mac*.
+ * found in src/sys/security/mac/. Sample policies may be found in
+ * src/sys/security/mac_*.
*/
#include <sys/cdefs.h>