summaryrefslogtreecommitdiffstats
path: root/sys/security/mac
Commit message (Expand)AuthorAgeFilesLines
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inphk2006-07-173-3/+0
* Reconstitute struct mac_policy_ops by breaking out individual functionrwatson2006-04-261-296/+575
* Introduce a new MAC entry point for label initialization of the NFS daemon'scsjp2006-04-063-0/+9
* Don't call vn_finished_write() if vn_start_write() failed.tegge2006-03-192-8/+12
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-021-0/+3
* Lock object while we iterate through it's backing objects.csjp2005-10-091-6/+7
* Use the correct object's backing_object_offset while calculating offsets.csjp2005-10-041-1/+4
* Standard Giant push down operations for the Mandatory Access Control (MAC)csjp2005-10-042-68/+54
* Conditionally pickup Giant in mac_cred_mmapped_drop_perms_recurse socsjp2005-10-041-2/+6
* Complete removal of mac_create_root_mount/mpo_create_root_mount MACrwatson2005-10-022-3/+0
* Remove mac_create_root_mount() and mpo_create_root_mount(), whichrwatson2005-09-191-8/+0
* Insert a series of place-holder function pointers in mac_policy.h forrwatson2005-08-081-0/+25
* Bump the module versions of the MAC Framework and MAC policy modulesrwatson2005-07-143-3/+11
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-143-5/+14
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-053-16/+12
* Add MAC Framework and MAC policy entry point mac_check_socket_create(),rwatson2005-07-053-0/+27
* Correct grammar error in commentcsjp2005-06-101-1/+1
* Gratuitous renaming of four System V Semaphore MAC Framework entryrwatson2005-06-073-20/+20
* Introduce MAC Framework and MAC Policy entry points to label and controlrwatson2005-05-043-0/+217
* Get the directory structure correct in a comment.trhodes2005-04-222-2/+4
* Introduce p_canwait() and MAC Framework and MAC Policy entry pointsrwatson2005-04-183-0/+18
* Introduce three additional MAC Framework and MAC Policy entry points torwatson2005-04-163-7/+61
* In mac_get_fd(), remove unconditional acquisition of Giant around copyingrwatson2005-04-162-18/+14
* Introduce new MAC Framework and MAC Policy entry points to control the userwatson2005-04-163-0/+169
* Move MAC check_vnode_mmap entry point out from being exclusive tocsjp2005-04-143-4/+5
* Remove an accidental clearing of the new label pointer on a system Vrwatson2005-02-241-1/+0
* Update copyright for NETA->McAfee.rwatson2005-01-301-5/+5
* Implement MAC entry points relating to System V IPC, calling into therwatson2004-11-173-0/+592
* Define new MAC framework and policy entry points for System V IPCrwatson2004-11-172-1/+129
* Bump MAC Framework version to 2 in preparation for the upcoming API/ABIrwatson2004-11-093-3/+3
* Disable use of synchronization early in the boot by the MAC Framework;rwatson2004-10-302-0/+42
* Expand comments on various sections of the MAC Framework Policy API,rwatson2004-10-221-4/+15
* In the MAC label zone destructor, assert that the label is onlyrwatson2004-10-221-1/+3
* Remove extern declaration of mac_enforce_sysv, as it's not present inrwatson2004-10-221-1/+0
* * Add a "how" argument to uma_zone constructors and initialization functionsgreen2004-08-021-3/+4
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-152-0/+2
* Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels onrwatson2004-06-242-0/+40
* Do the dreaded s/dev_t/struct cdev */phk2004-06-163-3/+4
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-131-8/+57
* add missing #include <sys/module.h>phk2004-05-302-0/+2
* Improve consistency of include file guards in src/sys/sys by terminatingrwatson2004-05-102-6/+6
* If the mbuf pointer passed to mac_mbuf_to_label() is NULL, or the tagrwatson2004-05-031-1/+4
* Add /* !MAC */ to final #endif.rwatson2004-05-032-2/+2
* Bump copyright date for NETA to 2004.rwatson2004-05-032-2/+2
* Add MAC_STATIC, a kernel option that disables internal MAC Frameworkrwatson2004-05-032-0/+50
* Define BPFD_LOCK_ASSERT() to assert the BPF descriptor lock.rwatson2004-02-291-0/+4
* Forward declare struct proc, struct sockaddr, and struct thread, whichrwatson2004-02-261-0/+3
* Forward declare struct bpf_d, struct ifnet, struct image_params, andrwatson2004-02-261-1/+5
* Move inet and inet6 related MAC Framework entry points from mac_net.crwatson2004-02-264-655/+807
* Reimplement sysctls handling by MAC framework.pjd2004-02-223-10/+12
OpenPOWER on IntegriCloud