aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mac.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new MAC entry point, mac_thread_userret(td), which permits policyRobert Watson2002-10-021-0/+2
* Pass active_cred and file_cred into the MAC framework explicitlyRobert Watson2002-08-191-4/+8
* Provide an implementation of mac_syscall() so that security modulesRobert Watson2002-08-191-1/+6
* Break out mac_check_pipe_op() into component check entry points:Robert Watson2002-08-191-14/+4
* Break out mac_check_vnode_op() into three seperate checks:Robert Watson2002-08-191-1/+3
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatRobert Watson2002-08-151-1/+1
* Define 'struct label' in _label.h rather than mac.h, which will permitRobert Watson2002-08-131-18/+2
* Reduce the memory footprint of MAC in the base system by halvingRobert Watson2002-07-311-1/+1
* Begin committing support for Mandatory Access Control and extensibleRobert Watson2002-07-301-0/+407