aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac/mac_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* MAC: syscalls: mac_label_copyin(): 32-bit compatibilityOlivier Certner2025-01-161-6/+44
* MAC: syscalls: Split mac_set_proc() into reusable piecesOlivier Certner2025-01-161-20/+95
* MAC: syscalls: Factor out common label copy-in codeOlivier Certner2025-01-161-118/+83
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* vfs: stop using NDFREEMateusz Guzik2022-12-191-3/+4
* vfs: introduce V_PCATCH to stop abusing PCATCHMateusz Guzik2022-09-171-2/+2
* sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin2022-05-281-1/+0
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-2/+2
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-2/+4
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-2/+2
* Reduce duplication in __mac_*_(file|link)(2) implementation.Brooks Davis2018-02-151-97/+27
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* cred: add proc_set_cred helperMateusz Guzik2015-03-161-1/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-2/+4
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-23/+10
* When allocation of labels on files is implicitly disabled due to MACRobert Watson2012-04-081-14/+27
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-20/+20
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-2/+3
* - Add a FEATURE for capsicum (security_capabilities).Alexander Leidinger2011-03-041-1/+1
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-251-0/+3
* Rework MAC Framework synchronization in a number of ways in order toRobert Watson2009-03-141-4/+8
* Rename mac_cred_mmapped_drop_perms(), which revokes access to virtualRobert Watson2008-10-281-9/+1
* Introduce two related changes to the TrustedBSD MAC Framework:Robert Watson2008-08-231-0/+28
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-311-0/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-2/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-20/+20
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-4/+0
* Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson2007-03-041-30/+0
* Trim unneeded includes.Robert Watson2006-12-281-20/+0
* Break contents of kern_mac.c out into two files following a repo-copy:Robert Watson2006-12-281-537/+0
* Update MAC Framework general comments, referencing various interfaces itRobert Watson2006-12-281-12/+40
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACRobert Watson2006-12-221-2/+1
* Remove mac_enforce_subsystem debugging sysctls. Enforcement onRobert Watson2006-12-211-3/+1
* Expand commenting on label slots, justification for the MAC Framework lockingRobert Watson2006-12-201-54/+79
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Remove MAC_DEBUG label counters, which were used to debug leaks andRobert Watson2006-09-201-11/+0
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inPoul-Henning Kamp2006-07-171-1/+0
* Don't call vn_finished_write() if vn_start_write() failed.Tor Egge2006-03-191-4/+6
* Standard Giant push down operations for the Mandatory Access Control (MAC)Christian S.J. Peron2005-10-041-34/+27
* Bump the module versions of the MAC Framework and MAC policy modulesRobert Watson2005-07-141-1/+5
* 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