summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_framework.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-2/+3
* Rename mac_cred_mmapped_drop_perms(), which revokes access to virtualrwatson2008-10-281-2/+1
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factrwatson2008-10-281-3/+3
* Add a MAC label, MAC Framework, and MAC policy entry points for IPv6rwatson2008-10-261-1/+9
* Add mac_inpcb_check_visible MAC Framework entry point, which is similarbz2008-10-171-0/+1
* Introduce two related changes to the TrustedBSD MAC Framework:rwatson2008-08-231-6/+4
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-271-3/+8
* Remove the posixsem_check_destroy() MAC check. It is semantically identicaljhb2008-06-231-1/+0
* The TrustedBSD MAC Framework named struct ipq instances 'ipq', which is therwatson2008-06-131-6/+6
* 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/+13
* Garbage collect mac_mbuf_create_multicast_encap TrustedBSD MAC Frameworkrwatson2007-10-281-2/+0
* Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-281-2/+3
* Move towards more explicit support for various network protocol stacksrwatson2007-10-281-2/+7
* Update comment following MAC Framework entry point renaming andrwatson2007-10-261-1/+6
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-2/+2
* Sort entry points in mac_framework.h and mac_policy.h alphabetically byrwatson2007-10-251-190/+175
* Normalize TCP syncache-related MAC Framework entry points to match mostrwatson2007-10-251-4/+4
* Rename mac_associate_nfsd_label() to mac_proc_associate_nfsd(), and moverwatson2007-10-251-1/+1
* Further MAC Framework cleanup: normalize some local variable names andrwatson2007-10-251-2/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-193/+192
* 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-2/+2
* 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-3/+3
* Normalize variable naming in the MAC Framework by adopting the normalrwatson2007-04-221-60/+59
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-221-4/+0
* Allow MAC policy modules to control access to audit configuration systemrwatson2007-04-211-0/+6
* Introduce accessor functions mac_label_get() and mac_label_set() to replacerwatson2007-02-061-2/+1
* Comment and white space cleanup.rwatson2006-12-201-15/+17
* Fix LOR between the syncache and inpcb locks when MAC is present in thecsjp2006-12-131-0/+4
* Add a new priv(9) kernel interface for checking the availability ofrwatson2006-11-061-0/+2
* Remove extra _MAC_ from #ifdef guard.rwatson2006-10-251-1/+1
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-73/+13
* Introduce a new entry point, mac_create_mbuf_from_firewall. This entry pointcsjp2006-09-121-0/+1
* 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-1/+0
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-141-2/+2
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-051-1/+1
* Add MAC Framework and MAC policy entry point mac_check_socket_create(),rwatson2005-07-051-0/+6
* Gratuitous renaming of four System V Semaphore MAC Framework entryrwatson2005-06-071-4/+4
* Introduce MAC Framework and MAC Policy entry points to label and controlrwatson2005-05-041-0/+15
* Introduce p_canwait() and MAC Framework and MAC Policy entry pointsrwatson2005-04-181-0/+1
* Introduce three additional MAC Framework and MAC Policy entry points torwatson2005-04-161-1/+5
* Introduce new MAC Framework and MAC Policy entry points to control the userwatson2005-04-161-0/+18
* Move MAC check_vnode_mmap entry point out from being exclusive tocsjp2005-04-141-1/+1
* Define new MAC framework and policy entry points for System V IPCrwatson2004-11-171-0/+64
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+2
* Improve consistency of include file guards in src/sys/sys by terminatingrwatson2004-05-101-3/+3
* Reimplement sysctls handling by MAC framework.pjd2004-02-221-3/+4
OpenPOWER on IntegriCloud