summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_stub
Commit message (Expand)AuthorAgeFilesLines
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,rwatson2007-04-231-4/+4
* Apply variable name normalization to MAC policies: adopt global conventionsrwatson2007-04-231-141/+138
* In the MAC Framework implementation, file systems have two per-mountpointrwatson2007-04-221-7/+5
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-221-32/+0
* Allow MAC policy modules to control access to audit configuration systemrwatson2007-04-211-4/+45
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:rwatson2007-02-061-1/+0
* Teach the stub policy about some of the more recent entry points that havecsjp2007-01-011-0/+57
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-221-1/+1
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-111-2/+1
* Add stub entry point implementations of mpo_priv_check and mpo_priv_grant torwatson2006-11-061-0/+16
* 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
OpenPOWER on IntegriCloud