summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_test
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize naming of local variables for struct ksem and associatedrwatson2007-10-211-6/+6
* Rename mac_check_vnode_delete() MAC Framework and MAC Policy entryrwatson2007-09-101-16/+16
* Add a new MAC framework and policy entry point,rwatson2007-06-261-0/+13
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,rwatson2007-04-231-14/+13
* Apply variable name normalization to MAC policies: adopt global conventionsrwatson2007-04-231-151/+153
* In the MAC Framework implementation, file systems have two per-mountpointrwatson2007-04-221-30/+9
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-221-36/+0
* Further MAC test policy cleanup and enhancement:rwatson2007-04-221-141/+478
* Perform overdue clean up mac_test policy:rwatson2007-04-221-719/+476
* Allow MAC policy modules to control access to audit configuration systemrwatson2007-04-211-3/+60
* More unnecessary include reduction.rwatson2007-02-231-12/+4
* Remove empty entry point functions (init, destroy, syscall) fromrwatson2007-02-231-25/+0
* Introduce accessor functions mac_label_get() and mac_label_set() to replacerwatson2007-02-061-40/+41
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:rwatson2007-02-061-1/+0
* 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 #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-11/+0
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-141-2/+5
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-051-11/+0
* Gratuitous renaming of four System V Semaphore MAC Framework entryrwatson2005-06-071-18/+18
* Introduce MAC Framework and MAC Policy entry points to label and controlrwatson2005-05-041-0/+61
* Introduce p_canwait() and MAC Framework and MAC Policy entry pointsrwatson2005-04-181-0/+11
* Introduce three additional MAC Framework and MAC Policy entry points torwatson2005-04-161-1/+61
* Introduce new MAC Framework and MAC Policy entry points to control the userwatson2005-04-161-0/+93
* Move MAC check_vnode_mmap entry point out from being exclusive tocsjp2005-04-141-1/+1
* Synchronize HEAD copyright/license with RELENG_5 copyright/license:rwatson2005-02-131-5/+5
* Remove policy references to mpo_check_vnode_mprotect(), which isrwatson2005-01-261-13/+1
* Update mac_test for MAC Framework policy entry points System V IPCrwatson2005-01-221-0/+378
* /%x/%s/ -- mismerged DEBUGGER() printf() format stirng from therwatson2004-10-231-1/+1
* Replace direct reference to kdb_enter() with a DEBUGGER() macro thatrwatson2004-10-221-28/+34
* Update for the KDB framework:marcel2004-07-101-28/+29
* Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels onrwatson2004-06-241-0/+9
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Update copyright.rwatson2004-05-031-1/+1
* When performing label assertions on an mbuf header label in mac_test,rwatson2004-05-031-2/+3
* 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
* Coalesce pipe allocations and frees. Previously, the pipe coderwatson2004-02-011-8/+8
* Switch TCP over to using the inpcb label when responding in timedrwatson2003-12-171-0/+10
* interpvnodelabel can be NULL in mac_test_execve_transition(). Thisrwatson2003-12-101-1/+3
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),rwatson2003-12-061-9/+9
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-0/+71
* Implement sockets support for __mac_get_fd() and __mac_set_fd()rwatson2003-11-161-0/+9
* Implement mpo_copy_{mbuf,pipe,vnode}_label() entry points forrwatson2003-11-161-0/+27
* mac_relabel_cred() accepts two cred labels, not a cred label and arwatson2003-11-151-1/+1
* Remove extraneous & to fix compile.jhb2003-11-121-1/+1
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-91/+91
* Correct typo introduced during manual merge: hook up the reflect_tcprwatson2003-08-221-1/+1
* Retrofit of mac_test regression and consistency test module for MACrwatson2003-08-211-1/+379
OpenPOWER on IntegriCloud