aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mac_policy.h
Commit message (Expand)AuthorAgeFilesLines
* Reconstitute struct mac_policy_ops by breaking out individual functionRobert Watson2006-04-261-296/+575
* Introduce a new MAC entry point for label initialization of the NFS daemon'sChristian S.J. Peron2006-04-061-0/+1
* Complete removal of mac_create_root_mount/mpo_create_root_mount MACRobert Watson2005-10-021-2/+0
* Insert a series of place-holder function pointers in mac_policy.h forRobert Watson2005-08-081-0/+25
* Bump the module versions of the MAC Framework and MAC policy modulesRobert Watson2005-07-141-1/+1
* When devfs cloning takes place, provide access to the credential of theRobert Watson2005-07-141-1/+5
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isRobert Watson2005-07-051-3/+0
* Add MAC Framework and MAC policy entry point mac_check_socket_create(),Robert Watson2005-07-051-0/+3
* Gratuitous renaming of four System V Semaphore MAC Framework entryRobert Watson2005-06-071-4/+4
* Introduce MAC Framework and MAC Policy entry points to label and controlRobert Watson2005-05-041-0/+21
* Introduce p_canwait() and MAC Framework and MAC Policy entry pointsRobert Watson2005-04-181-0/+2
* Introduce three additional MAC Framework and MAC Policy entry points toRobert Watson2005-04-161-1/+7
* Introduce new MAC Framework and MAC Policy entry points to control the useRobert Watson2005-04-161-0/+14
* Move MAC check_vnode_mmap entry point out from being exclusive toChristian S.J. Peron2005-04-141-1/+1
* Define new MAC framework and policy entry points for System V IPCRobert Watson2004-11-171-1/+65
* Bump MAC Framework version to 2 in preparation for the upcoming API/ABIRobert Watson2004-11-091-1/+1
* Expand comments on various sections of the MAC Framework Policy API,Robert Watson2004-10-221-4/+15
* Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels onRobert Watson2004-06-241-0/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Improve consistency of include file guards in src/sys/sys by terminatingRobert Watson2004-05-101-3/+3
* Forward declare struct proc, struct sockaddr, and struct thread, whichRobert Watson2004-02-261-0/+3
* Forward declare struct bpf_d, struct ifnet, struct image_params, andRobert Watson2004-02-261-1/+5
* Reimplement sysctls handling by MAC framework.Pawel Jakub Dawidek2004-02-221-3/+5
* Update my personal copyrights and NETA copyrights in the kernelRobert Watson2004-02-221-2/+2
* Coalesce pipe allocations and frees. Previously, the pipe codeRobert Watson2004-02-011-14/+15
* Switch TCP over to using the inpcb label when responding in timedRobert Watson2003-12-171-0/+3
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),Robert Watson2003-12-061-2/+2
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-0/+12
* Implement sockets support for __mac_get_fd() and __mac_set_fd()Robert Watson2003-11-161-0/+2
* Introduce two new MAC Framework and MAC policy entry points:Robert Watson2003-08-211-0/+3
* Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr():Robert Watson2003-08-211-0/+5
* Redesign the externalization APIs from the MAC Framework toRobert Watson2003-06-231-12/+7
* Forward declare a boatload of structures referenced in the MACRobert Watson2003-06-221-0/+12
* Update NAI copyright to 2003, missed in earlier commits and merges.Robert Watson2003-04-181-1/+1
* Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,Robert Watson2003-04-141-0/+3
* Modify the mac_init_ipq() MAC Framework entry point to accept anRobert Watson2003-03-261-1/+1
* Instrument sysarch() MD privileged I/O access interfaces with a MACRobert Watson2003-03-061-0/+1
* Provide a mac_check_system_swapoff() entry point, which permits MACRobert Watson2003-03-051-0/+2
* Remove dm_root entry from struct devfs_mount. It's never set, and isRobert Watson2002-12-091-6/+9
* Introduce p_label, extensible security label storage for the MAC frameworkRobert Watson2002-11-201-0/+2
* Merge kld access control checks from the MAC tree: these access controlRobert Watson2002-11-191-0/+4
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sinceRobert Watson2002-11-121-3/+0
* Add an explicit execlabel argument to exec-related MAC policy entryRobert Watson2002-11-081-3/+4
* Bring in two sets of changes:Robert Watson2002-11-051-3/+7
* Permit MAC policies to instrument the access control decisions forRobert Watson2002-11-041-0/+3
* License clarification and wording changes: NAI has approved removal ofRobert Watson2002-11-041-7/+4
* Introduce mac_check_system_settime(), a MAC check allowing policies toRobert Watson2002-11-031-0/+1
* Add MAC checks for various kenv() operations: dump, get, set, unset,Robert Watson2002-11-011-0/+5
* Move to C99 sparse structure initialization for the mac_policy_opsRobert Watson2002-10-301-155/+4
* While 'mode_t' seemed like a good idea for the access mode argument forRobert Watson2002-10-301-2/+2