aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_test/mac_test.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* Merge init_main.c:1.258, mac_vfs.c:1.110, mac_biba.c:1.89,Robert Watson2005-10-051-11/+0
* MFC:Poul-Henning Kamp2005-09-261-0/+1
* Merge two sets of changes relating to devfs device node cloning fromRobert Watson2005-08-131-2/+5
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isRobert Watson2005-07-051-11/+0
* Gratuitous renaming of four System V Semaphore MAC Framework entryRobert Watson2005-06-071-18/+18
* Introduce MAC Framework and MAC Policy entry points to label and controlRobert Watson2005-05-041-0/+61
* Introduce p_canwait() and MAC Framework and MAC Policy entry pointsRobert Watson2005-04-181-0/+11
* Introduce three additional MAC Framework and MAC Policy entry points toRobert Watson2005-04-161-1/+61
* Introduce new MAC Framework and MAC Policy entry points to control the useRobert Watson2005-04-161-0/+93
* Move MAC check_vnode_mmap entry point out from being exclusive toChristian S.J. Peron2005-04-141-1/+1
* Synchronize HEAD copyright/license with RELENG_5 copyright/license:Robert Watson2005-02-131-5/+5
* Remove policy references to mpo_check_vnode_mprotect(), which isRobert Watson2005-01-261-13/+1
* Update mac_test for MAC Framework policy entry points System V IPCRobert Watson2005-01-221-0/+378
* /%x/%s/ -- mismerged DEBUGGER() printf() format stirng from theRobert Watson2004-10-231-1/+1
* Replace direct reference to kdb_enter() with a DEBUGGER() macro thatRobert Watson2004-10-221-28/+34
* Update for the KDB framework:Marcel Moolenaar2004-07-101-28/+29
* Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels onRobert Watson2004-06-241-0/+9
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Update copyright.Robert Watson2004-05-031-1/+1
* When performing label assertions on an mbuf header label in mac_test,Robert Watson2004-05-031-2/+3
* Reimplement sysctls handling by MAC framework.Pawel Jakub Dawidek2004-02-221-2/+2
* 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-8/+8
* Switch TCP over to using the inpcb label when responding in timedRobert Watson2003-12-171-0/+10
* interpvnodelabel can be NULL in mac_test_execve_transition(). ThisRobert Watson2003-12-101-1/+3
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),Robert Watson2003-12-061-9/+9
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-0/+71
* Implement sockets support for __mac_get_fd() and __mac_set_fd()Robert Watson2003-11-161-0/+9
* Implement mpo_copy_{mbuf,pipe,vnode}_label() entry points forRobert Watson2003-11-161-0/+27
* mac_relabel_cred() accepts two cred labels, not a cred label and aRobert Watson2003-11-151-1/+1
* Remove extraneous & to fix compile.John Baldwin2003-11-121-1/+1
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-121-91/+91
* Correct typo introduced during manual merge: hook up the reflect_tcpRobert Watson2003-08-221-1/+1
* Retrofit of mac_test regression and consistency test module for MACRobert Watson2003-08-211-1/+379
* Remove trailing whitespace.Robert Watson2003-07-051-1/+1
* Redesign the externalization APIs from the MAC Framework toRobert Watson2003-06-231-1/+1
* Modify mac_test policy to invoke WITNESS_WARN() when a potentiallyRobert Watson2003-04-151-0/+29
* Enable the MAC_ALWAYS_LABEL_MBUF flag for the Biba, LOMAC, MLS, and TestRobert Watson2003-04-151-1/+1
* Trim "trustedbsd_" from the front of the policy module "short names";Robert Watson2003-03-271-1/+1
* Modify the mac_init_ipq() MAC Framework entry point to accept anRobert Watson2003-03-261-2/+3
* Update the MAC regression test policy to include stubs and testingRobert Watson2003-03-251-0/+155
* Default policies to on: if you load them or compile them into yourRobert Watson2002-12-101-1/+1
* Remove dm_root entry from struct devfs_mount. It's never set, and isRobert Watson2002-12-091-8/+10
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sinceRobert Watson2002-11-121-8/+0
* Update MAC modules for changes in arguments for exec MAC policyRobert Watson2002-11-081-3/+5
* Update policy modules for changes in arguments associated with supportRobert Watson2002-11-051-3/+5
* License and wording updates: NAI has authorized the removal of clauseRobert Watson2002-11-041-7/+4
* Move to C99 sparse structure initialization for the mac_policy_opsRobert Watson2002-10-301-266/+135
* Various minor type, prototype tweaks -- clean up cruft due to lack ofRobert Watson2002-10-301-2/+2