summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_biba/mac_biba.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove mac_create_root_mount() and mpo_create_root_mount(), whichrwatson2005-09-191-14/+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-22/+0
* 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/+59
* Move MAC check_vnode_mmap entry point out from being exclusive tocsjp2005-04-141-2/+3
* Remove policy references to mpo_check_vnode_mprotect(), which isrwatson2005-01-261-1/+0
* Implement Biba integrity protection for System V IPC objects (messagerwatson2005-01-221-5/+394
* Minor white space synchronization and line wrapping.rwatson2004-10-221-1/+2
* Introduce SLOT_SET macro and use it in place of casts as lvalues.kan2004-07-281-3/+4
* Rename Biba and MLS _single label elements to _effective, which morerwatson2004-07-161-175/+175
* 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-11/+5
* 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/+13
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),rwatson2003-12-061-13/+1
* Use UMA zone allocator for Biba and MLS labels rather than MALLOC(9).rwatson2003-11-181-6/+6
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-0/+45
* Don't implement mpo_destroy() for Biba, LOMAC, and MLS, as theyrwatson2003-11-171-7/+0
* Implement sockets support for __mac_get_fd() and __mac_set_fd()rwatson2003-11-161-0/+1
* Remove extraneous fullpath variable, which broke lint build. Thisrwatson2003-11-121-1/+1
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-68/+68
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+2
* Implementations of mpo_check_vnode_deleteextattr() andrwatson2003-08-211-0/+38
* Remove a suser() check in the mac_biba policy: the MAC Framework itselfrwatson2003-07-311-19/+0
* Redesign the externalization APIs from the MAC Framework torwatson2003-06-231-26/+14
* Use mac_biba_label_copy() and mac_mls_label_copy() to implement therwatson2003-06-021-0/+1
* Rewrite Biba and MLS label externalization code to use sbufs insteadrwatson2003-05-311-52/+49
* Use strsep() in preference to manual string parsing for Biba and MLSrwatson2003-05-291-49/+41
* 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-1/+1
* Expand scope of the Biba policy to include some of the new entryrwatson2003-03-251-0/+40
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Implement mpo_check_kld_load() and mpo_check_kld_unload() for the Bibarwatson2003-02-041-0/+39
* Place more stringent checks on process credential relabeling for the Bibarwatson2003-02-041-6/+10
* Rename the variable 'grade' to 'type' in interface parsing andrwatson2003-02-041-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* 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-12/+0
* Update MAC modules for changes in arguments for exec MAC policyrwatson2002-11-081-2/+16
* Update policy modules for changes in arguments associated with supportrwatson2002-11-051-1/+1
* Since neither the Biba policy nor the MLS policy make use ofrwatson2002-11-051-23/+0
* Implement mpo_check_system_acct and mpo_check_system_settime() for Biba:rwatson2002-11-041-0/+46
* Correct use of mac_biba_subject_privileged() in swapon() code.rwatson2002-11-041-2/+4
* License and wording updates: NAI has authorized the removal of clauserwatson2002-11-041-7/+4
* Fix some warnings on 64 bit architectures. The vn_extattr_get()mux2002-11-021-2/+1
OpenPOWER on IntegriCloud