diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2006-12-22 23:34:47 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2006-12-22 23:34:47 +0000 |
commit | 0efd6615cd5f39b67cec82a7034e655f3b5801e3 (patch) | |
tree | 5bd953ffcfacedca36999324a1d2c241c6ad3c78 /sys/security/mac/mac_posix_sem.c | |
parent | 04b5b3b0be11ae6688ceca82a3e7675e8a701b39 (diff) |
Move src/sys/sys/mac_policy.h, the kernel interface between the MAC
Framework and security modules, to src/sys/security/mac/mac_policy.h,
completing the removal of kernel-only MAC Framework include files from
src/sys/sys. Update the MAC Framework and MAC policy modules. Delete
the old mac_policy.h.
Third party policy modules will need similar updating.
Obtained from: TrustedBSD Project
Notes
Notes:
svn path=/head/; revision=165469
Diffstat (limited to 'sys/security/mac/mac_posix_sem.c')
-rw-r--r-- | sys/security/mac/mac_posix_sem.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/security/mac/mac_posix_sem.c b/sys/security/mac/mac_posix_sem.c index d7303645e83d..ba4d191e2108 100644 --- a/sys/security/mac/mac_posix_sem.c +++ b/sys/security/mac/mac_posix_sem.c @@ -44,10 +44,9 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <sys/sysctl.h> -#include <sys/mac_policy.h> - #include <security/mac/mac_framework.h> #include <security/mac/mac_internal.h> +#include <security/mac/mac_policy.h> static struct label * mac_posix_sem_label_alloc(void) |