summaryrefslogtreecommitdiffstats
path: root/sys/security
Commit message (Expand)AuthorAgeFilesLines
* Reconstitute struct mac_policy_ops by breaking out individual functionrwatson2006-04-261-296/+575
* Add some new options to mac_bsdestended. We can now match on:dwmalone2006-04-232-35/+210
* Introduce a new MAC entry point for label initialization of the NFS daemon'scsjp2006-04-063-0/+9
* Don't call vn_finished_write() if vn_start_write() failed.tegge2006-03-192-8/+12
* Merge Perforce change 93581 from TrustedBSD audit3 branch:rwatson2006-03-199-526/+541
* Merge Perforce changes 93512, 93514, 93515 from TrustedBSD audit3rwatson2006-03-193-495/+616
* Merge Perforce change 93570 from TrustedBSD audit3 branch:rwatson2006-03-191-0/+10
* Merge Perforce change 93567 from TrustedBSD audit3 branch:rwatson2006-03-191-1/+1
* Merge Perforce change 93568 from TrustedBSD audit3 branch:rwatson2006-03-192-6/+6
* Merge Perforce change 93506 from TrustedBSD audit3 branch:rwatson2006-03-192-2/+98
* Merge perforce 93507:rwatson2006-03-181-2/+2
* Merge perforce change 93199:rwatson2006-03-184-7/+8
* Create a mac_bsdextended_check_vp function that takes a cred, adwmalone2006-03-041-280/+43
* Count drops when the first of two pipe mallocs fails.rwatson2006-03-041-0/+1
* Update src/sys/security/audit for OpenBSM 1.0 alpha 5:rwatson2006-03-043-15/+6
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-021-0/+3
* Add stub AUE_EACCESS entry.rwatson2006-02-111-0/+1
* Initialize user process audit ID to AU_DEFAUDITID so that init andrwatson2006-02-111-0/+1
* Acquire vnode lock around call to VOP_GETATTR() in audit_record_write().rwatson2006-02-071-0/+2
* Fix queue drop logic when the queue overflows: decrement queue length.rwatson2006-02-071-0/+1
* Add support for audit pipe special devices, which allow user spacerwatson2006-02-063-0/+550
* Manage audit record memory with the slab allocator, turningrwatson2006-02-061-100/+85
* When GC'ing a thread, assert that it has no active audit record.rwatson2006-02-052-0/+11
* Cast pointers to (uintptr_t) before down-casting to (int). This avoidsrwatson2006-02-041-7/+8
* Fix INVARIANTS build on amd64; (unsigned unsigned long) != u_int64_t.rwatson2006-02-031-2/+2
* Remove user.h include in audit.h, it is unneeded, and also can causerwatson2006-02-031-1/+0
* Add new fields to process-related data structures:rwatson2006-02-022-0/+11
* Import kernel audit framework:rwatson2006-02-019-0/+6228
* Fix potential overrun of static stack allocated array which storescsjp2006-01-151-1/+1
* Introduce a new sysctl variable:csjp2005-12-311-1/+6
* Normalize a significant number of kernel malloc type names:rwatson2005-10-312-2/+2
* Lock object while we iterate through it's backing objects.csjp2005-10-091-6/+7
* Use the correct object's backing_object_offset while calculating offsets.csjp2005-10-041-1/+4
* Standard Giant push down operations for the Mandatory Access Control (MAC)csjp2005-10-042-68/+54
* Conditionally pickup Giant in mac_cred_mmapped_drop_perms_recurse socsjp2005-10-041-2/+6
* Complete removal of mac_create_root_mount/mpo_create_root_mount MACrwatson2005-10-022-3/+0
* Allow the root user to be aware of other credentials by virtuetrhodes2005-09-301-2/+12
* Add #include <sys/sx.h>, devfs is going to require this shortly.phk2005-09-197-0/+7
* Remove mac_create_root_mount() and mpo_create_root_mount(), whichrwatson2005-09-196-69/+0
* Insert a series of place-holder function pointers in mac_policy.h forrwatson2005-08-081-0/+25
* If a "hole" opens up in the ruleset (i.e.: remove 5), do not returntrhodes2005-07-281-5/+2
* Remove duplicate initialization of mpo_create_stub pointer.rwatson2005-07-211-1/+0
* Bump the module versions of the MAC Framework and MAC policy modulesrwatson2005-07-143-3/+11
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-148-15/+27
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-058-102/+12
* Add MAC Framework and MAC policy entry point mac_check_socket_create(),rwatson2005-07-054-0/+40
* Correct grammar error in commentcsjp2005-06-101-1/+1
* Gratuitous renaming of four System V Semaphore MAC Framework entryrwatson2005-06-077-56/+56
* Introduce MAC Framework and MAC Policy entry points to label and controlrwatson2005-05-047-0/+462
* Get the directory structure correct in a comment.trhodes2005-04-222-2/+4
OpenPOWER on IntegriCloud