summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_test/mac_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove trailing whitespace.rwatson2003-07-051-1/+1
* Redesign the externalization APIs from the MAC Framework torwatson2003-06-231-1/+1
* Modify mac_test policy to invoke WITNESS_WARN() when a potentiallyrwatson2003-04-151-0/+29
* Enable the MAC_ALWAYS_LABEL_MBUF flag for the Biba, LOMAC, MLS, and Testrwatson2003-04-151-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-2/+3
* Update the MAC regression test policy to include stubs and testingrwatson2003-03-251-0/+155
* 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-266/+135
* Various minor type, prototype tweaks -- clean up cruft due to lack ofrwatson2002-10-301-2/+2
* While 'mode_t' seemed like a good idea for the access mode argument forrwatson2002-10-301-2/+2
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-261-40/+43
* Adapt MAC policies for the new user API changes; teach policies howrwatson2002-10-221-39/+37
* 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-4/+6
* 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-84/+140
* Provide stub mpo_syscall() implementations for mac_none and mac_test.rwatson2002-08-201-0/+9
* Pass active_cred and file_cred into the MAC framework explicitlyrwatson2002-08-191-8/+8
* Break out mac_check_pipe_op() into component check entry points:rwatson2002-08-191-4/+34
* Break out mac_check_vnode_op() into three seperate checks:rwatson2002-08-191-0/+30
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatrwatson2002-08-151-6/+6
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+1311
OpenPOWER on IntegriCloud