Date: Wed, 31 Jul 2002 18:33:12 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs.h pseudofs_vnops.c src/sys/modules/pseudofs Makefile Message-ID: <200208010133.g711XC2D090081@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/07/31 18:33:12 PDT
Modified files:
sys/fs/pseudofs pseudofs.h pseudofs_vnops.c
sys/modules/pseudofs Makefile
Log:
Introduce support for Mandatory Access Control and extensible
kernel access control.
Modify pseudofs so that it can support synthetic file systems with
the multilabel flag set. In particular, implement vop_refreshlabel()
as pn_refreshlabel(). Implement pfs_refreshlabel() to invoke this,
and have it fall back to the mount label if the file system does
not implement pn_refreshlabel() for the node. Otherwise, permit
the file system to determine how the service is provided.
Approved by: des
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Revision Changes Path
1.20 +10 -0 src/sys/fs/pseudofs/pseudofs.h
1.30 +50 -0 src/sys/fs/pseudofs/pseudofs_vnops.c
1.3 +2 -1 src/sys/modules/pseudofs/Makefile
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?200208010133.g711XC2D090081>
