aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_test
Commit message (Expand)AuthorAgeFilesLines
* MFC: r183980Bjoern A. Zeeb2008-10-311-0/+14
* Merge r179781 from head to stable/7:Robert Watson2008-08-041-8/+8
* Modify MAC policy function names and local variables in a manner similarRobert Watson2008-08-021-427/+420
* Merge amd64/machdep.c:1.680, amd64/mp_watchdog.c:1.6,Robert Watson2008-03-301-1/+1
* Merge mac_framework.h:1.85, mac_policy.h:1.95, mac_posix_sem.c:1.10,Robert Watson2007-11-061-6/+6
* Rename mac_check_vnode_delete() MAC Framework and MAC Policy entryRobert Watson2007-09-101-16/+16
* Add a new MAC framework and policy entry point,Robert Watson2007-06-261-0/+13
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,Robert Watson2007-04-231-14/+13
* Apply variable name normalization to MAC policies: adopt global conventionsRobert Watson2007-04-231-151/+153
* In the MAC Framework implementation, file systems have two per-mountpointRobert Watson2007-04-221-30/+9
* Remove MAC Framework access control check entry points made redundant withRobert Watson2007-04-221-36/+0
* Further MAC test policy cleanup and enhancement:Robert Watson2007-04-221-141/+478
* Perform overdue clean up mac_test policy:Robert Watson2007-04-221-719/+476
* Allow MAC policy modules to control access to audit configuration systemRobert Watson2007-04-211-3/+60
* More unnecessary include reduction.Robert Watson2007-02-231-12/+4
* Remove empty entry point functions (init, destroy, syscall) fromRobert Watson2007-02-231-25/+0
* Introduce accessor functions mac_label_get() and mac_label_set() to replaceRobert Watson2007-02-061-40/+41
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:Robert Watson2007-02-061-1/+0
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACRobert Watson2006-12-221-1/+1
* Merge posix4/* into normal kernel hierarchy.Tom Rhodes2006-11-111-2/+1
* Add #include <sys/sx.h>, devfs is going to require this shortly.Poul-Henning Kamp2005-09-191-0/+1
* Remove mac_create_root_mount() and mpo_create_root_mount(), whichRobert Watson2005-09-191-11/+0
* When devfs cloning takes place, provide access to the credential of theRobert Watson2005-07-141-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