Date: Tue, 22 Oct 2002 08:53:43 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mac.c src/sys/sys mac.h mac_policy.h src/sys/vm vm_swap.c Message-ID: <200210221553.g9MFrh9R010324@repoman.freebsd.org>
index | next in thread | raw e-mail
rwatson 2002/10/22 08:53:43 PDT
Modified files:
sys/kern kern_mac.c
sys/sys mac_policy.h mac.h
sys/vm vm_swap.c
Log:
Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies to
perform authorization checks during swapon() events; policies
might choose to enforce protections based on the credential
requesting the swap configuration, the target of the swap operation,
or other factors such as internal policy state.
Approved by: re
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Revision Changes Path
1.47 +22 -0 src/sys/kern/kern_mac.c
1.17 +1 -0 src/sys/sys/mac.h
1.18 +3 -0 src/sys/sys/mac_policy.h
1.123 +7 -1 src/sys/vm/vm_swap.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210221553.g9MFrh9R010324>
