summaryrefslogtreecommitdiffstats
path: root/sys/sys/mac.h
Commit message (Expand)AuthorAgeFilesLines
* Update comments in mac.h.rwatson2007-02-061-7/+10
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:rwatson2007-02-061-2/+0
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-369/+2
* 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
* Update my personal copyrights and NETA copyrights in the kernelrwatson2004-02-221-2/+2
* Coalesce pipe allocations and frees. Previously, the pipe coderwatson2004-02-011-10/+10
* Switch TCP over to using the inpcb label when responding in timedrwatson2003-12-171-0/+1
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),rwatson2003-12-061-1/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-0/+7
* Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET andrwatson2003-11-161-0/+1
* Reduce gratuitous redundancy and length in function names:rwatson2003-11-161-3/+3
* GC prototype for mac_destroy_vnode_label(), missed in last commit.rwatson2003-11-121-1/+0
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-4/+7
* Use __BEGIN_DECLS and __END_DECLS around userland function prototypesrwatson2003-10-021-0/+2
* Remove extra tabs indenting MAC library calls; they were there torwatson2003-08-291-21/+20
* Make the elements argument to mac_prepare() be const.rwatson2003-08-221-1/+1
* Add prototype for new libc function mac_prepare_type().rwatson2003-08-221-0/+1
* Introduce two new MAC Framework and MAC policy entry points:rwatson2003-08-211-0/+2
* Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr():rwatson2003-08-211-0/+4
* Update NAI copyright to 2003, missed in earlier commits and merges.rwatson2003-04-181-1/+1
* Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,rwatson2003-04-141-2/+5
* Modify the mac_init_ipq() MAC Framework entry point to accept anrwatson2003-03-261-1/+1
* Garbage collect FREEBSD_MAC_EXTATTR_NAME and FREEBSD_MAC_EXTATTR_NAMESPACE,rwatson2003-03-231-8/+0
* Instrument sysarch() MD privileged I/O access interfaces with a MACrwatson2003-03-061-0/+1
* Provide a mac_check_system_swapoff() entry point, which permits MACrwatson2003-03-051-0/+1
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-091-5/+7
* Un-staticize mac_cred_mmapped_drop_perms() so that it may be usedrwatson2002-11-261-0/+1
* Introduce p_label, extensible security label storage for the MAC frameworkrwatson2002-11-201-0/+2
* Merge kld access control checks from the MAC tree: these access controlrwatson2002-11-191-0/+3
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sincerwatson2002-11-121-1/+0
* Bring in two sets of changes:rwatson2002-11-051-4/+12
* Permit MAC policies to instrument the access control decisions forrwatson2002-11-041-0/+2
* License clarification and wording changes: NAI has approved removal ofrwatson2002-11-041-7/+4
* Introduce mac_check_system_settime(), a MAC check allowing policies torwatson2002-11-031-0/+1
* Add MAC checks for various kenv() operations: dump, get, set, unset,rwatson2002-11-011-0/+4
OpenPOWER on IntegriCloud