freebsd-dev/sys/fs
Robert Watson 6742f32809 Introduce support for Mandatory Access Control and extensible
kernel access control.

Instrument devfs to support per-dirent MAC labels.  In particular,
invoke MAC framework when devfs directory entries are instantiated
due to make_dev() and related calls, and invoke the MAC framework
when vnodes are instantiated from these directory entries.  Implement
vop_setlabel() for devfs, which pushes the label update into the
devfs directory entry for semi-persistant store.  This permits the MAC
framework to assign labels to devices and directories as they are
instantiated, and export access control information via devfs vnodes.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, NAI Labs
2002-07-31 15:45:16 +00:00
..
cd9660
coda
deadfs
devfs Introduce support for Mandatory Access Control and extensible 2002-07-31 15:45:16 +00:00
fdescfs - Change all LK_SHARE locks to LK_EXCLUSIVE. Shared locks aren't quite safe 2002-07-09 19:43:39 +00:00
fifofs
hpfs
msdosfs
ntfs Fix a problem with sendfile() syscall by always doing I/O via bread() in 2002-07-31 00:42:57 +00:00
nullfs
nwfs
portalfs
procfs Create a new thread state to describe threads that would be ready to run 2002-07-29 18:33:32 +00:00
pseudofs
smbfs
specfs - Explicitly state that specfs does not support locking by using 2002-07-27 05:14:59 +00:00
udf Unbreak LINT; sort the includes so that functions are explicitly 2002-07-16 09:33:33 +00:00
umapfs
unionfs