aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_mac.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvscvs2svn2008-01-151-1/+1
* MFC: Don't call vn_finished_write() if vn_start_write() failed.Tor Egge2006-03-221-4/+6
* MFC revision 1.119Christian S.J. Peron2005-11-221-34/+27
* Get the directory structure correct in a comment.Tom Rhodes2005-04-221-1/+2
* In mac_get_fd(), remove unconditional acquisition of Giant around copyingRobert Watson2005-04-161-9/+7
* Bump MAC Framework version to 2 in preparation for the upcoming API/ABIRobert Watson2004-11-091-1/+1
* Disable use of synchronization early in the boot by the MAC Framework;Robert Watson2004-10-301-0/+21
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* Add /* !MAC */ to final #endif.Robert Watson2004-05-031-1/+1
* Bump copyright date for NETA to 2004.Robert Watson2004-05-031-1/+1
* Add MAC_STATIC, a kernel option that disables internal MAC FrameworkRobert Watson2004-05-031-0/+25
* Update my personal copyrights and NETA copyrights in the kernelRobert Watson2004-02-221-2/+2
* Coalesce pipe allocations and frees. Previously, the pipe codeRobert Watson2004-02-011-3/+3
* Implement sockets support for __mac_get_fd() and __mac_set_fd()Robert Watson2003-11-161-0/+30
* Mark __mac_get_pid() as MPSAFE in the comment, as it runs withoutRobert Watson2003-11-121-37/+15
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-121-62/+57
* Whitespace sync to MAC branch, expand comment at the head of the file.Robert Watson2003-11-111-3/+9
* Remove the flags argument from mac_externalize_*_label(), as it's notRobert Watson2003-11-061-6/+6
* mac_Finish break-out of kern_mac.c into parts:Robert Watson2003-10-221-2756/+5
* Variable cleanup following break-out of kern_mac.c into sys/security/mac:Robert Watson2003-10-221-16/+10
* Rename error_select() to mac_error_select(), and unstaticize so itRobert Watson2003-10-221-5/+4
* If the struct mac copied into the kernel has a negative length, returnRobert Watson2003-09-291-1/+2
* Fix a mac_policy_list reference to be a mac_static_policy_listRobert Watson2003-08-261-1/+1
* Introduce two new MAC Framework and MAC policy entry points:Robert Watson2003-08-211-0/+19
* Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr():Robert Watson2003-08-211-0/+32
* Remove about 40 lines of #ifdef/#endif by using new macrosRobert Watson2003-08-201-70/+31
* Attempt to simplify #ifdef logic for MAC_ALWAYS_LABEL_MBUF.Robert Watson2003-08-011-28/+18
* Redesign the externalization APIs from the MAC Framework toRobert Watson2003-06-231-40/+20
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-221-2/+2
* Use __FBSDID().David E. O'Brien2003-06-111-4/+4
* Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables andRobert Watson2003-05-081-8/+8
* Clean up locking for the MAC Framework:Robert Watson2003-05-071-78/+180
* - Acquire the vm_object's lock when performing vm_object_page_clean().Alan Cox2003-04-241-0/+2
* Update NAI copyright to 2003, missed in earlier commits and merges.Robert Watson2003-04-181-1/+1
* mac_init_mbuf_tag() accepts malloc flags, not mbuf allocator flags, soRobert Watson2003-04-151-3/+2
* Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,Robert Watson2003-04-141-17/+118
* Abstract access to the mbuf header label behind a new function,Robert Watson2003-04-141-25/+80
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-2/+2
* Modify the mac_init_ipq() MAC Framework entry point to accept anRobert Watson2003-03-261-4/+12
* Instrument sysarch() MD privileged I/O access interfaces with a MACRobert Watson2003-03-061-0/+12
* Provide a mac_check_system_swapoff() entry point, which permits MACRobert Watson2003-03-051-0/+14
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsJohn Baldwin2003-03-041-2/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-34/+34
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-34/+34
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-4/+4
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-4/+4
* SCARGS removal take II.Alfred Perlstein2002-12-141-5/+5
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-131-5/+5
* Remove SCARGS.Alfred Perlstein2002-12-131-5/+5
* Remove dm_root entry from struct devfs_mount. It's never set, and isRobert Watson2002-12-091-9/+11