freebsd-src/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 Quick fix for non-unique inode numbers for hard links. We use the 2002-05-22 08:50:18 +00:00
coda More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
deadfs Use vop_panic() instead of rolling our own. 2002-05-02 19:13:44 +00:00
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 Back out my lats commit of locking down a socket, it conflicts with hsu's work. 2002-05-31 11:52:35 +00:00
hpfs More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
msdosfs More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
ntfs Fix a problem with sendfile() syscall by always doing I/O via bread() in 2002-07-31 00:42:57 +00:00
nullfs Fix a race during null node creation between relookuping the hash and 2002-06-13 21:49:09 +00:00
nwfs More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
portalfs Back out my lats commit of locking down a socket, it conflicts with hsu's work. 2002-05-31 11:52:35 +00:00
procfs Create a new thread state to describe threads that would be ready to run 2002-07-29 18:33:32 +00:00
pseudofs Lock down pseudofs: 2002-07-08 01:50:14 +00:00
smbfs More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
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 Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
unionfs nmount'ify unionfs further by using separate options instead 2002-06-15 22:48:14 +00:00