aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_mls
Commit message (Expand)AuthorAgeFilesLines
* security: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* sys/security: minor spelling fixes.Pedro F. Giffuni2016-05-062-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-6/+3
* Revert r267961, r267973:Glen Barber2014-06-271-3/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-6/+3
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-13/+0
* Implement read(2)/write(2) and neccessary lseek(2) for posix shmfd.Konstantin Belousov2013-08-211-0/+38
* Check vplabel for NULL before dereferencing it. Fixes a panicChristian Brueffer2012-05-031-0/+3
* Remove direct access to si_name.Ed Schouten2012-02-101-9/+11
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Remove two dublicated assignments.Christian Brueffer2011-10-081-3/+0
* Correct several issues in the integration of POSIX shared memory objectsRobert Watson2011-09-021-1/+206
* Update device-labeling logic for Biba, LOMAC, and MLS to recognize new-styleRobert Watson2010-03-021-0/+1
* Continue work to optimize performance of "options MAC" when no MAC policyRobert Watson2009-06-031-9/+38
* Get rid of VSTAT and replace it with VSTAT_PERMS, which is somewhatEdward Tomasz Napierala2009-03-291-2/+2
* Remove 'uio' argument from MAC Framework and MAC policy entry points forRobert Watson2009-03-081-4/+2
* Rather than having MAC policies explicitly declare what object typesRobert Watson2009-01-101-22/+1
* Use MPC_OBJECT_IP6Q to indicate labeling of struct ip6q rather thanRobert Watson2009-01-101-0/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-3/+3
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factRobert Watson2008-10-281-38/+38
* Implement MAC policy support for IPv6 fragment reassembly queues,Robert Watson2008-10-261-1/+53
* Add a mac_inpcb_check_visible implementation to all MAC policiesBjoern A. Zeeb2008-10-171-0/+19
* Introduce two related changes to the TrustedBSD MAC Framework:Robert Watson2008-08-231-1/+21
* Minor style tweaks.Robert Watson2008-08-021-9/+4
* Rework the lifetime management of the kernel implementation of POSIXJohn Baldwin2008-06-271-6/+25
* Remove the posixsem_check_destroy() MAC check. It is semantically identicalJohn Baldwin2008-06-231-1/+0
* The TrustedBSD MAC Framework named struct ipq instances 'ipq', which is theRobert Watson2008-06-131-10/+10
* Properly return the error from mls_subject_privileged() in the ifnetRobert Watson2008-01-281-3/+1
* Resort TrustedBSD MAC Framework policy entry point implementations andRobert Watson2007-10-291-897/+904
* Garbage collect mac_mbuf_create_multicast_encap TrustedBSD MAC FrameworkRobert Watson2007-10-281-14/+0
* Continue to move from generic network entry points in the TrustedBSD MACRobert Watson2007-10-281-13/+26
* Move towards more explicit support for various network protocol stacksRobert Watson2007-10-281-13/+49
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asRobert Watson2007-10-261-4/+4
* Normalize TCP syncache-related MAC Framework entry points to match mostRobert Watson2007-10-251-6/+6
* Rename mac_associate_nfsd_label() to mac_proc_associate_nfsd(), and moveRobert Watson2007-10-251-12/+12
* Consistently name functions for mac_<policy> as <policy>_whatever ratherRobert Watson2007-10-251-729/+720
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-293/+298
* Canonicalize naming of local variables for struct ksem and associatedRobert Watson2007-10-211-9/+9
* Rename mac_check_vnode_delete() MAC Framework and MAC Policy entryRobert Watson2007-09-101-25/+25
* When checking labels during a vnode link operation in MLS, use the fileRobert Watson2007-07-231-1/+1
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,Robert Watson2007-04-231-4/+5
* Apply variable name normalization to MAC policies: adopt global conventionsRobert Watson2007-04-231-216/+213
* In the MAC Framework implementation, file systems have two per-mountpointRobert Watson2007-04-221-12/+8
* Allow MAC policy modules to control access to audit configuration systemRobert Watson2007-04-211-0/+40
* Introduce accessor functions mac_label_get() and mac_label_set() to replaceRobert Watson2007-02-061-2/+2
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:Robert Watson2007-02-061-1/+0
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACRobert Watson2006-12-221-2/+1
* Teach the MAC policies which utilize mbuf labeling the new syncacheChristian S.J. Peron2006-12-131-0/+25
* Merge posix4/* into normal kernel hierarchy.Tom Rhodes2006-11-111-2/+1