csjp 390b4d50c1 Standard Giant push down operations for the Mandatory Access Control (MAC)
framework. This makes Giant protection around MAC operations which inter-
act with VFS conditional, based on the MPSAFE status of the file system.

Affected the following syscalls:

o __mac_get_fd
o __mac_get_file
o __mac_get_link
o __mac_set_fd
o __mac_set_file
o __mac_set_link

-Drop Giant all together in __mac_set_proc because the
 mac_cred_mmapped_drop_perms_recurse routine no longer requires it.
-Move conditional Giant aquisitions to after label allocation routines.
-Move the conditional release of Giant to before label de-allocation
 routines.

Discussed with:	rwatson
2005-10-04 14:32:58 +00:00
..
2005-10-01 18:56:19 +00:00
2005-09-30 13:24:14 +00:00
2005-03-28 18:31:18 +00:00
2005-10-01 18:56:19 +00:00
2005-09-30 13:17:54 +00:00
2005-10-01 18:56:19 +00:00
2005-10-03 14:06:00 +00:00
2005-09-29 19:13:52 +00:00