summaryrefslogtreecommitdiffstats
path: root/sys/security/mac
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect mac_mbuf_create_multicast_encap TrustedBSD MAC Frameworkrwatson2007-10-283-22/+0
* Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-284-20/+41
* Move towards more explicit support for various network protocol stacksrwatson2007-10-287-23/+188
* Update comment following MAC Framework entry point renaming andrwatson2007-10-261-1/+6
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-264-11/+11
* Sort entry points in mac_framework.h and mac_policy.h alphabetically byrwatson2007-10-252-629/+574
* Normalize TCP syncache-related MAC Framework entry points to match mostrwatson2007-10-253-20/+20
* Rename mac_associate_nfsd_label() to mac_proc_associate_nfsd(), and moverwatson2007-10-254-19/+19
* Further MAC Framework cleanup: normalize some local variable names andrwatson2007-10-253-21/+22
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-2416-1150/+1193
* Bump MAC_VERSION to 4 and add an 8.x line in the version table. Version 4rwatson2007-10-231-1/+2
* Canonicalize naming of local variables for struct ksem and associatedrwatson2007-10-213-34/+33
* Rename mac_check_vnode_delete() MAC Framework and MAC Policy entryrwatson2007-09-103-21/+21
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-4/+0
* Fix a bunch of warnings due to a missing forward declaration of a struct.peter2007-07-051-0/+1
* Add a new MAC framework and policy entry point,rwatson2007-06-263-0/+16
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,rwatson2007-04-233-21/+19
* Normalize variable naming in the MAC Framework by adopting the normalrwatson2007-04-228-395/+384
* In the MAC Framework implementation, file systems have two per-mountpointrwatson2007-04-222-42/+16
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-223-59/+16
* Allow MAC policy modules to control access to audit configuration systemrwatson2007-04-213-0/+121
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-30/+0
* Introduce accessor functions mac_label_get() and mac_label_set() to replacerwatson2007-02-064-10/+46
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:rwatson2007-02-0611-9/+10
* Remove conditional return of 1. For the MAC_STATIC case at this point incsjp2007-01-011-3/+0
* Only signal the CV indicating that the MAC Framework is available forrwatson2006-12-311-6/+23
* Slightly resort functions in file so that no forward function prototypesrwatson2006-12-291-49/+46
* Re-add include of opt_mac.h in mac_framework.c, which was improperlyrwatson2006-12-291-0/+2
* Add missing include guards to mac_internal.h, update include guards inrwatson2006-12-282-3/+8
* Remove XXX comments about EA transaction support and provide a morerwatson2006-12-281-6/+11
* Remove an inaccurate comment I added regarding storage for mbuf tagrwatson2006-12-281-7/+0
* In mac_inpcb_sosetlabel(), assert the socket lock rather than commentingrwatson2006-12-281-1/+1
* Centralize definition of MAC_VERSION in mac_policy.h, as it defines therwatson2006-12-283-6/+19
* Move mac_init_label() and mac_destroy_label() from mac_framework.c torwatson2006-12-282-29/+31
* Trim unneeded includes.rwatson2006-12-282-48/+0
* Break contents of kern_mac.c out into two files following a repo-copy:rwatson2006-12-282-1209/+0
* Update MAC Framework general comments, referencing various interfaces itrwatson2006-12-282-24/+80
* Re-wrap comments following de-indentation.rwatson2006-12-231-13/+11
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-2214-27/+14
* Minor style fixes.rwatson2006-12-214-20/+20
* Remove mac_enforce_subsystem debugging sysctls. Enforcement onrwatson2006-12-2114-397/+2
* Comment LABEL_TO_SLOT() macro, including observing that we'd like to improverwatson2006-12-201-0/+8
* Trim trailing white space, clean up comment line wrapping and formatting.rwatson2006-12-201-10/+21
* Trim trailing white space.rwatson2006-12-202-7/+7
* Document socket labeling model.rwatson2006-12-201-15/+27
* Clean up comment white space and line wrapping.rwatson2006-12-201-15/+14
* Additional comments regarding the interaction between the kernel privilegerwatson2006-12-201-0/+18
* Document that we could allocate the mbuf label as part of the tag ratherrwatson2006-12-201-8/+26
* Staticize and comment zone_label.rwatson2006-12-201-1/+7
* Clean up comments, trailing white space.rwatson2006-12-201-17/+27
OpenPOWER on IntegriCloud