From bac1ff714fbbdb68360b526e681f1a00024f44c4 Mon Sep 17 00:00:00 2001 From: rwatson Date: Wed, 22 Oct 2003 18:32:42 +0000 Subject: [PATCH] Forced commit to recognize repo-copy from src/sys/kern/kern_mac.c to src/sys/security/mac/mac_{internal.h,net.c,pipe.c,process.c,system.c, vfs.c}. kern_mac.c has rapidly become the second-largest file in src/sys/kern, and was not well organized. In follow-up commits, components of the MAC Framework will be broken out into different mac_* files. Thanks Joe!