summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* cred: add proc_set_cred helpermjg2015-03-161-1/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-2/+4
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-23/+10
* When allocation of labels on files is implicitly disabled due to MACrwatson2012-04-081-14/+27
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-20/+20
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-2/+3
* - Add a FEATURE for capsicum (security_capabilities).netchild2011-03-041-1/+1
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-251-0/+3
* Rework MAC Framework synchronization in a number of ways in order torwatson2009-03-141-4/+8
* Rename mac_cred_mmapped_drop_perms(), which revokes access to virtualrwatson2008-10-281-9/+1
* Introduce two related changes to the TrustedBSD MAC Framework:rwatson2008-08-231-0/+28
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-20/+20
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-4/+0
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-30/+0
* Trim unneeded includes.rwatson2006-12-281-20/+0
* Break contents of kern_mac.c out into two files following a repo-copy:rwatson2006-12-281-537/+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
* Mark __mac_get_pid() as MPSAFE in the comment, as it runs withoutrwatson2003-11-121-37/+15
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-62/+57
* Whitespace sync to MAC branch, expand comment at the head of the file.rwatson2003-11-111-3/+9
* Remove the flags argument from mac_externalize_*_label(), as it's notrwatson2003-11-061-6/+6
* mac_Finish break-out of kern_mac.c into parts:rwatson2003-10-221-2756/+5
* Variable cleanup following break-out of kern_mac.c into sys/security/mac:rwatson2003-10-221-16/+10
* Rename error_select() to mac_error_select(), and unstaticize so itrwatson2003-10-221-5/+4
* 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
OpenPOWER on IntegriCloud