summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_stub
Commit message (Expand)AuthorAgeFilesLines
* Add #include <sys/sx.h>, devfs is going to require this shortly.phk2005-09-191-0/+1
* Remove mac_create_root_mount() and mpo_create_root_mount(), whichrwatson2005-09-191-8/+0
* Remove duplicate initialization of mpo_create_stub pointer.rwatson2005-07-211-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-9/+0
* Add MAC Framework and MAC policy entry point mac_check_socket_create(),rwatson2005-07-051-0/+13
* Gratuitous renaming of four System V Semaphore MAC Framework entryrwatson2005-06-071-6/+6
* Introduce MAC Framework and MAC Policy entry points to label and controlrwatson2005-05-041-0/+66
* Introduce p_canwait() and MAC Framework and MAC Policy entry pointsrwatson2005-04-181-0/+8
* Introduce three additional MAC Framework and MAC Policy entry points torwatson2005-04-161-0/+44
* Introduce new MAC Framework and MAC Policy entry points to control the userwatson2005-04-161-0/+75
* Move MAC check_vnode_mmap entry point out from being exclusive tocsjp2005-04-141-1/+1
* Remove policy references to mpo_check_vnode_mprotect(), which isrwatson2005-01-261-9/+0
* Update mac_stub for MAC Framework policy entry points System V IPCrwatson2005-01-221-5/+213
* Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels onrwatson2004-06-241-0/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Reimplement sysctls handling by MAC framework.pjd2004-02-221-2/+2
* Update my personal copyrights and NETA copyrights in the kernelrwatson2004-02-221-2/+2
* Commit file missed in last pass: MAC api uses 'struct pipepair', notrwatson2004-02-011-8/+8
* Switch TCP over to using the inpcb label when responding in timedrwatson2003-12-171-0/+8
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),rwatson2003-12-061-7/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-0/+28
* Implement sockets support for __mac_get_fd() and __mac_set_fd()rwatson2003-11-161-0/+1
* Implement mpo_copy_{mbuf,pipe,vnode}_label() entry points forrwatson2003-11-161-0/+9
* Add stub entries for new MAC framework entry points:rwatson2003-08-211-0/+32
* Generally rename things to represent the fact that this is now therwatson2003-08-211-269/+271
* Redesign the externalization APIs from the MAC Framework torwatson2003-06-231-1/+1
* Trim "trustedbsd_" from the front of the policy module "short names";rwatson2003-03-271-1/+1
* Modify the mac_init_ipq() MAC Framework entry point to accept anrwatson2003-03-261-1/+1
* Update MAC "none" stub policy to include stubs for the followingrwatson2003-03-251-0/+98
* Default policies to on: if you load them or compile them into yourrwatson2002-12-101-1/+1
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-091-8/+10
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sincerwatson2002-11-121-8/+0
* Update MAC modules for changes in arguments for exec MAC policyrwatson2002-11-081-3/+5
* Update policy modules for changes in arguments associated with supportrwatson2002-11-051-3/+5
* License and wording updates: NAI has authorized the removal of clauserwatson2002-11-041-7/+4
* Move to C99 sparse structure initialization for the mac_policy_opsrwatson2002-10-301-272/+137
* Various minor type, prototype tweaks -- clean up cruft due to lack ofrwatson2002-10-301-1/+1
* While 'mode_t' seemed like a good idea for the access mode argument forrwatson2002-10-301-2/+2
* Hook up no-op stubs for reboot, swapon, sysctl entry points.rwatson2002-10-291-0/+29
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-261-39/+43
* Adapt MAC policies for the new user API changes; teach policies howrwatson2002-10-221-11/+36
* mac_none is a stub policy without any functional implementation.rwatson2002-10-211-7/+7
* Sync from MAC tree: break out the single mmap entry point intorwatson2002-10-061-2/+22
* Modify label allocation semantics for sockets: pass in soalloc's mallocrwatson2002-10-051-2/+2
* Implement mac_create_devfs_symlink() for policies that interact withrwatson2002-10-051-0/+9
* Merge implementation of mpo_check_vnode_link() for various appropriaterwatson2002-10-051-0/+11
* Begin another merge from the TrustedBSD MAC branch:rwatson2002-10-051-167/+55
* Prefer NULL to 0 when passing a NULL pointer.rwatson2002-08-201-1/+1
* Provide stub mpo_syscall() implementations for mac_none and mac_test.rwatson2002-08-201-0/+9
OpenPOWER on IntegriCloud