summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_framework.c
Commit message (Expand)AuthorAgeFilesLines
* sys/security: minor spelling fixes.pfg2016-05-061-1/+1
* Fix style issues around existing SDT probes.markj2015-12-161-6/+6
* As constantly reported during kernel compilation, m_buflen is unsigned sobz2013-12-251-2/+1
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-3/+3
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Fix some typos that were causing probe argument types to show up as unknown.markj2013-10-011-1/+1
* Make the mac_policy_rm lock recursable, which allows reentrance intokib2013-09-291-1/+2
* put sys/systm.h at its proper place or add it if missingavg2011-12-121-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-3/+5
* Mark MAC Framework sx and rm locks as NOWITNESS to suppress warnings thatrwatson2009-06-021-2/+2
* Add internal 'mac_policy_count' counter to the MAC Framework, which is arwatson2009-06-021-5/+11
* Make the rmlock(9) interface a bit more like the rwlock(9) interface:rwatson2009-05-291-1/+1
* Convert the MAC Framework from using rwlocks to rmlocks to stabilizerwatson2009-05-271-11/+11
* Rework MAC Framework synchronization in a number of ways in order torwatson2009-03-141-112/+73
* Improve the consistency of MAC Framework and MAC policy entry pointrwatson2009-03-081-0/+3
* Add static DTrace probes for MAC Framework access control checks andrwatson2009-03-081-1/+3
* Reduce the verbosity of SDT trace points for DTrace by defining severalrwatson2009-03-031-12/+3
* Begin to add SDT tracing of the MAC Framework: add policy modevent,rwatson2009-01-241-1/+24
* Rather than having MAC policies explicitly declare what object typesrwatson2009-01-101-7/+45
* Introduce two related changes to the TrustedBSD MAC Framework:rwatson2008-08-231-29/+14
* 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
* Centralize definition of MAC_VERSION in mac_policy.h, as it defines therwatson2006-12-281-4/+3
* Move mac_init_label() and mac_destroy_label() from mac_framework.c torwatson2006-12-281-19/+0
* Trim unneeded includes.rwatson2006-12-281-28/+0
* Break contents of kern_mac.c out into two files following a repo-copy:rwatson2006-12-281-672/+0
* Update MAC Framework general comments, referencing various interfaces itrwatson2006-12-281-12/+40
* 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-3/+1
* Expand commenting on label slots, justification for the MAC Framework lockingrwatson2006-12-201-54/+79
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Remove MAC_DEBUG label counters, which were used to debug leaks andrwatson2006-09-201-11/+0
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inphk2006-07-171-1/+0
* Don't call vn_finished_write() if vn_start_write() failed.tegge2006-03-191-4/+6
* Standard Giant push down operations for the Mandatory Access Control (MAC)csjp2005-10-041-34/+27
* Bump the module versions of the MAC Framework and MAC policy modulesrwatson2005-07-141-1/+5
* Get the directory structure correct in a comment.trhodes2005-04-221-1/+2
* In mac_get_fd(), remove unconditional acquisition of Giant around copyingrwatson2005-04-161-9/+7
* Bump MAC Framework version to 2 in preparation for the upcoming API/ABIrwatson2004-11-091-1/+1
* Disable use of synchronization early in the boot by the MAC Framework;rwatson2004-10-301-0/+21
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Add /* !MAC */ to final #endif.rwatson2004-05-031-1/+1
* Bump copyright date for NETA to 2004.rwatson2004-05-031-1/+1
* Add MAC_STATIC, a kernel option that disables internal MAC Frameworkrwatson2004-05-031-0/+25
* Update my personal copyrights and NETA copyrights in the kernelrwatson2004-02-221-2/+2
* Coalesce pipe allocations and frees. Previously, the pipe coderwatson2004-02-011-3/+3
* Implement sockets support for __mac_get_fd() and __mac_set_fd()rwatson2003-11-161-0/+30
OpenPOWER on IntegriCloud