summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_framework.h
Commit message (Expand)AuthorAgeFilesLines
...
* Remove all reference to 'struct oldmac', since it's no longer requiredrwatson2002-10-281-49/+2
* Implement mac_check_system_sysctl(), a MAC Framework entry point torwatson2002-10-271-0/+3
* Hook up mac_check_system_reboot(), a MAC Framework entry point thatrwatson2002-10-271-0/+1
* Merge from MAC tree: rename mac_check_vnode_swapon() torwatson2002-10-271-1/+1
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-261-7/+9
* Remove the mac_te policy bits from 'struct oldmac' -- we're not goingrwatson2002-10-221-6/+0
* Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies torwatson2002-10-221-0/+1
* Revised APIs for user process label management; the existing APIs reliedrwatson2002-10-221-87/+59
* Add compartment support to Biba and MLS policies. The logic of therwatson2002-10-211-0/+4
* Integrate mac_check_socket_send() and mac_check_socket_receive()rwatson2002-10-061-0/+2
* Sync from MAC tree: break out the single mmap entry point intorwatson2002-10-061-3/+4
* Modify label allocation semantics for sockets: pass in soalloc's mallocrwatson2002-10-051-2/+2
* Integrate a devfs/MAC fix from the MAC tree: avoid a race condition duringrwatson2002-10-051-0/+2
* Merge support for mac_check_vnode_link(), a MAC framework/policy entryrwatson2002-10-051-0/+2
* Add a new MAC entry point, mac_thread_userret(td), which permits policyrwatson2002-10-021-0/+2
* Pass active_cred and file_cred into the MAC framework explicitlyrwatson2002-08-191-4/+8
* Provide an implementation of mac_syscall() so that security modulesrwatson2002-08-191-1/+6
* Break out mac_check_pipe_op() into component check entry points:rwatson2002-08-191-14/+4
* Break out mac_check_vnode_op() into three seperate checks:rwatson2002-08-191-1/+3
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatrwatson2002-08-151-1/+1
* Define 'struct label' in _label.h rather than mac.h, which will permitrwatson2002-08-131-18/+2
* Reduce the memory footprint of MAC in the base system by halvingrwatson2002-07-311-1/+1
* Begin committing support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+407
OpenPOWER on IntegriCloud