Date: Mon, 27 Oct 2008 12:09:15 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/modules/mac_bsdextended Makefile src/sys/security/mac_bsdextended mac_bsdextended.c ugidfw_internal.h ugidfw_system.c ugidfw_vnode.c Message-ID: <200810271209.m9RC9aSe091470@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-10-27 12:09:15 UTC FreeBSD src repository Modified files: sys/modules/mac_bsdextended Makefile sys/security/mac_bsdextended mac_bsdextended.c ugidfw_system.c ugidfw_vnode.c Added files: sys/security/mac_bsdextended ugidfw_internal.h Log: SVN rev 184331 on 2008-10-27 12:09:15Z by rwatson Break mac_bsdextended.c out into multiple .c files, with the base access control logic and policy registration remaining in that file, and access control checks broken out into other files by class of check. Obtained from: TrustedBSD Project Revision Changes Path 1.2 +4 -1 src/sys/modules/mac_bsdextended/Makefile 1.50 +3 -272 src/sys/security/mac_bsdextended/mac_bsdextended.c 1.1 +115 -0 src/sys/security/mac_bsdextended/ugidfw_internal.h (new) 1.2 +4 -681 src/sys/security/mac_bsdextended/ugidfw_system.c 1.2 +27 -498 src/sys/security/mac_bsdextended/ugidfw_vnode.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810271209.m9RC9aSe091470>