aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_stub
Commit message (Expand)AuthorAgeFilesLines
* security: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-7/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-9/+0
* Implement read(2)/write(2) and neccessary lseek(2) for posix shmfd.Konstantin Belousov2013-08-211-0/+18
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Correct several issues in the integration of POSIX shared memory objectsRobert Watson2011-09-021-2/+10
* Add the fo_chown and fo_chmod methods to struct fileops and use themKonstantin Belousov2011-08-161-0/+36
* Continue work to optimize performance of "options MAC" when no MAC policyRobert Watson2009-06-031-0/+79
* Remove 'uio' argument from MAC Framework and MAC policy entry points forRobert Watson2009-03-081-4/+2
* Improve the consistency of MAC Framework and MAC policy entry pointRobert Watson2009-03-081-100/+103
* 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
* Commit part of accmode_t changes that I missed in previous commit.Edward Tomasz Napierala2008-10-281-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-1/+1
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factRobert Watson2008-10-281-21/+21
* Improve alphabetical sort order of stub entry points.Robert Watson2008-10-281-32/+32
* Implement MAC policy support for IPv6 fragment reassembly queues,Robert Watson2008-10-261-1/+37
* Add a mac_inpcb_check_visible implementation to all MAC policiesBjoern A. Zeeb2008-10-171-0/+9
* Introduce two related changes to the TrustedBSD MAC Framework:Robert Watson2008-08-231-1/+22
* Rework the lifetime management of the kernel implementation of POSIXJohn Baldwin2008-06-271-6/+15
* Remove the posixsem_check_destroy() MAC check. It is semantically identicalJohn Baldwin2008-06-231-9/+0
* The TrustedBSD MAC Framework named struct ipq instances 'ipq', which is theRobert Watson2008-06-131-8/+8
* Add a new file descriptor type for IPC shared memory objects and use it toJohn Baldwin2008-01-081-0/+56
* Resort TrustedBSD MAC Framework policy entry point implementations andRobert Watson2007-10-291-478/+491
* Garbage collect mac_mbuf_create_multicast_encap TrustedBSD MAC FrameworkRobert Watson2007-10-281-9/+0
* Continue to move from generic network entry points in the TrustedBSD MACRobert Watson2007-10-281-12/+22
* Move towards more explicit support for various network protocol stacksRobert Watson2007-10-281-8/+32
* 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-7/+7
* Consistently name functions for mac_<policy> as <policy>_whatever ratherRobert Watson2007-10-251-2/+2
* Further MAC Framework cleanup: normalize some local variable names andRobert Watson2007-10-251-5/+5
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-369/+369
* Canonicalize naming of local variables for struct ksem and associatedRobert Watson2007-10-211-14/+14
* Rename mac_check_vnode_delete() MAC Framework and MAC Policy entryRobert Watson2007-09-101-10/+10
* Add a new MAC framework and policy entry point,Robert Watson2007-06-261-0/+8
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,Robert Watson2007-04-231-4/+4
* Apply variable name normalization to MAC policies: adopt global conventionsRobert Watson2007-04-231-141/+138
* In the MAC Framework implementation, file systems have two per-mountpointRobert Watson2007-04-221-7/+5
* Remove MAC Framework access control check entry points made redundant withRobert Watson2007-04-221-32/+0
* Allow MAC policy modules to control access to audit configuration systemRobert Watson2007-04-211-4/+45
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:Robert Watson2007-02-061-1/+0
* Teach the stub policy about some of the more recent entry points that haveChristian S.J. Peron2007-01-011-0/+57
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACRobert Watson2006-12-221-1/+1
* Merge posix4/* into normal kernel hierarchy.Tom Rhodes2006-11-111-2/+1
* Add stub entry point implementations of mpo_priv_check and mpo_priv_grant toRobert Watson2006-11-061-0/+16
* Add #include <sys/sx.h>, devfs is going to require this shortly.Poul-Henning Kamp2005-09-191-0/+1
* Remove mac_create_root_mount() and mpo_create_root_mount(), whichRobert Watson2005-09-191-8/+0
* Remove duplicate initialization of mpo_create_stub pointer.Robert Watson2005-07-211-1/+0
* When devfs cloning takes place, provide access to the credential of theRobert Watson2005-07-141-2/+2