Date: Mon, 4 Nov 2002 07:13:36 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mac.h mac_policy.h src/sys/nfsserver nfs_syscalls.c src/sys/modules/nfsserver Makefile src/sys/kern kern_acct.c kern_mac.c Message-ID: <200211041513.gA4FDa5D001724@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/11/04 07:13:36 PST Modified files: sys/sys mac.h mac_policy.h sys/nfsserver nfs_syscalls.c sys/modules/nfsserver Makefile sys/kern kern_acct.c kern_mac.c Log: Permit MAC policies to instrument the access control decisions for system accounting configuration and for nfsd server thread attach. Policies might use this to protect the integrity or confidentiality of accounting data, limit the ability to turn on or off accounting, as well as to prevent inappropriately labeled threads from becoming nfs server threads. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.53 +16 -0 src/sys/kern/kern_acct.c 1.61 +31 -0 src/sys/kern/kern_mac.c 1.25 +1 -0 src/sys/modules/nfsserver/Makefile 1.82 +9 -2 src/sys/nfsserver/nfs_syscalls.c 1.28 +2 -0 src/sys/sys/mac.h 1.28 +3 -0 src/sys/sys/mac_policy.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211041513.gA4FDa5D001724>