summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_policy.h
Commit message (Expand)AuthorAgeFilesLines
* Rather than having MAC policies explicitly declare what object typesrwatson2009-01-101-30/+3
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-2/+5
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factrwatson2008-10-281-6/+6
* Add a MAC label, MAC Framework, and MAC policy entry points for IPv6rwatson2008-10-261-1/+21
* Add mac_inpcb_check_visible MAC Framework entry point, which is similarbz2008-10-171-0/+3
* Introduce two related changes to the TrustedBSD MAC Framework:rwatson2008-08-231-8/+37
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-271-6/+13
* Remove the posixsem_check_destroy() MAC check. It is semantically identicaljhb2008-06-231-3/+0
* The TrustedBSD MAC Framework named struct ipq instances 'ipq', which is therwatson2008-06-131-6/+5
* Make naming of include guards for MAC Framework include files morerwatson2008-04-131-3/+3
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-0/+28
* Garbage collect mac_mbuf_create_multicast_encap TrustedBSD MAC Frameworkrwatson2007-10-281-5/+0
* Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-281-5/+9
* Move towards more explicit support for various network protocol stacksrwatson2007-10-281-5/+21
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-5/+5
* Sort entry points in mac_framework.h and mac_policy.h alphabetically byrwatson2007-10-251-439/+399
* Normalize TCP syncache-related MAC Framework entry points to match mostrwatson2007-10-251-8/+8
* Rename mac_associate_nfsd_label() to mac_proc_associate_nfsd(), and moverwatson2007-10-251-2/+2
* Further MAC Framework cleanup: normalize some local variable names andrwatson2007-10-251-3/+3
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-422/+422
* Bump MAC_VERSION to 4 and add an 8.x line in the version table. Version 4rwatson2007-10-231-1/+2
* Canonicalize naming of local variables for struct ksem and associatedrwatson2007-10-211-7/+7
* Rename mac_check_vnode_delete() MAC Framework and MAC Policy entryrwatson2007-09-101-5/+5
* Fix a bunch of warnings due to a missing forward declaration of a struct.peter2007-07-051-0/+1
* Add a new MAC framework and policy entry point,rwatson2007-06-261-0/+3
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,rwatson2007-04-231-6/+6
* Normalize variable naming in the MAC Framework by adopting the normalrwatson2007-04-221-144/+142
* In the MAC Framework implementation, file systems have two per-mountpointrwatson2007-04-221-9/+5
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-221-8/+0
* Allow MAC policy modules to control access to audit configuration systemrwatson2007-04-211-0/+14
* Introduce accessor functions mac_label_get() and mac_label_set() to replacerwatson2007-02-061-7/+3
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:rwatson2007-02-061-0/+6
* Add missing include guards to mac_internal.h, update include guards inrwatson2006-12-281-3/+3
* Centralize definition of MAC_VERSION in mac_policy.h, as it defines therwatson2006-12-281-1/+16
* Re-wrap comments following de-indentation.rwatson2006-12-231-13/+11
* Comment LABEL_TO_SLOT() macro, including observing that we'd like to improverwatson2006-12-201-0/+8
* Fix LOR between the syncache and inpcb locks when MAC is present in thecsjp2006-12-131-0/+10
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-0/+4
* Forward declare struct cdev, since arguments of this type are used inrwatson2006-10-301-0/+1
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-0/+2
* Introduce a new entry point, mac_create_mbuf_from_firewall. This entry pointcsjp2006-09-121-0/+3
* Add struct msg to the forwarded declared data structures in mac_policy.h.rwatson2006-09-091-0/+1
* Make mpo_associate_nfsd_label() return void, not int, to matchrwatson2006-08-061-1/+1
* Reconstitute struct mac_policy_ops by breaking out individual functionrwatson2006-04-261-296/+575
* Introduce a new MAC entry point for label initialization of the NFS daemon'scsjp2006-04-061-0/+1
* Complete removal of mac_create_root_mount/mpo_create_root_mount MACrwatson2005-10-021-2/+0
* Insert a series of place-holder function pointers in mac_policy.h forrwatson2005-08-081-0/+25
* Bump the module versions of the MAC Framework and MAC policy modulesrwatson2005-07-141-1/+1
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-141-1/+5
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-051-3/+0
OpenPOWER on IntegriCloud