summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_net.c
Commit message (Expand)AuthorAgeFilesLines
* - Improve BPF locking model.melifaro2012-04-061-0/+2
* Add one further check with mac_policy_count to an mbuf copying caserwatson2009-06-031-0/+3
* Continue work to optimize performance of "options MAC" when no MAC policyrwatson2009-06-031-0/+15
* Rename MAC Framework-internal macros used to invoke policy entry points:rwatson2009-05-011-22/+24
* Rework MAC Framework synchronization in a number of ways in order torwatson2009-03-141-16/+23
* Add static DTrace probes for MAC Framework access control checks andrwatson2009-03-081-1/+14
* Introduce two related changes to the TrustedBSD MAC Framework:rwatson2008-08-231-23/+34
* Garbage collect mac_mbuf_create_multicast_encap TrustedBSD MAC Frameworkrwatson2007-10-281-15/+0
* Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-281-11/+0
* Move towards more explicit support for various network protocol stacksrwatson2007-10-281-15/+1
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-2/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-48/+52
* Normalize variable naming in the MAC Framework by adopting the normalrwatson2007-04-221-71/+63
* Remove an inaccurate comment I added regarding storage for mbuf tagrwatson2006-12-281-7/+0
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-221-2/+1
* Remove mac_enforce_subsystem debugging sysctls. Enforcement onrwatson2006-12-211-15/+0
* Document that we could allocate the mbuf label as part of the tag ratherrwatson2006-12-201-8/+26
* Externalize local stack copy of the ifnet label, rather than the copy onrwatson2006-12-201-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-4/+5
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-0/+1
* Remove MAC_DEBUG label counters, which were used to debug leaks andrwatson2006-09-201-18/+0
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-051-12/+11
* Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels onrwatson2004-06-241-0/+38
* If the mbuf pointer passed to mac_mbuf_to_label() is NULL, or the tagrwatson2004-05-031-1/+4
* Define BPFD_LOCK_ASSERT() to assert the BPF descriptor lock.rwatson2004-02-291-0/+4
* Move inet and inet6 related MAC Framework entry points from mac_net.crwatson2004-02-261-654/+23
* Update my personal copyrights and NETA copyrights in the kernelrwatson2004-02-221-2/+2
* Switch TCP over to using the inpcb label when responding in timedrwatson2003-12-171-0/+11
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-1/+96
* Implement sockets support for __mac_get_fd() and __mac_set_fd()rwatson2003-11-161-7/+11
* Abstract the label checking and setting logic fromrwatson2003-11-161-13/+21
* Reduce gratuitous redundancy and length in function names:rwatson2003-11-161-5/+3
* Whitespace fix.rwatson2003-11-161-2/+2
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-104/+155
* When allocation of a socket peer label fails, scrub what wasrwatson2003-11-071-1/+1
* Remove the flags argument from mac_externalize_*_label(), as it's notrwatson2003-11-061-6/+6
* Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the objectrwatson2003-10-251-5/+5
* Remove non-network related contents from mac_net.c. Leave:rwatson2003-10-221-3027/+3
* If the struct mac copied into the kernel has a negative length, returnrwatson2003-09-291-1/+2
* Fix a mac_policy_list reference to be a mac_static_policy_listrwatson2003-08-261-1/+1
* Introduce two new MAC Framework and MAC policy entry points:rwatson2003-08-211-0/+19
* Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr():rwatson2003-08-211-0/+32
* Remove about 40 lines of #ifdef/#endif by using new macrosrwatson2003-08-201-70/+31
* Attempt to simplify #ifdef logic for MAC_ALWAYS_LABEL_MBUF.rwatson2003-08-011-28/+18
* Redesign the externalization APIs from the MAC Framework torwatson2003-06-231-40/+20
* Add a f_vnode field to struct file.phk2003-06-221-2/+2
* Use __FBSDID().obrien2003-06-111-4/+4
* Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables andrwatson2003-05-081-8/+8
* Clean up locking for the MAC Framework:rwatson2003-05-071-78/+180
* - Acquire the vm_object's lock when performing vm_object_page_clean().alc2003-04-241-0/+2
OpenPOWER on IntegriCloud