| Commit message (Expand) | Author | Age | Files | Lines |
* | In preparation for 7.0 privilege cleanup, clean up style: | rwatson | 2007-07-05 | 2 | -87/+32 |
* | Fix a bunch of warnings due to a missing forward declaration of a struct. | peter | 2007-07-05 | 1 | -0/+1 |
* | Remove two boot printfs generated by Audit to announce it's presence, | rwatson | 2007-07-01 | 2 | -2/+4 |
* | - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2) | csjp | 2007-06-27 | 5 | -6/+67 |
* | Add a new MAC framework and policy entry point, | rwatson | 2007-06-26 | 6 | -1/+38 |
* | In setaudit_addr(), drop the process lock in error cases. | rwatson | 2007-06-15 | 1 | -0/+1 |
* | Spell statistics more correctly in comments. | rwatson | 2007-06-14 | 1 | -1/+1 |
* | Include priv.h to pick up suser(9) definitions, missed in an earlier | rwatson | 2007-06-13 | 1 | -0/+1 |
* | Close a very narrow race that might cause a trigger allocation to be | rwatson | 2007-06-13 | 1 | -7/+6 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 2 | -4/+2 |
* | Clean up, and sometimes remove, a number of audit-related implementation | rwatson | 2007-06-11 | 3 | -32/+3 |
* | Move per-process audit state from a pointer in the proc structure to | rwatson | 2007-06-07 | 4 | -162/+133 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -2/+2 |
* | Clean up audit comments--formatting, spelling, etc. | rwatson | 2007-06-01 | 8 | -74/+70 |
* | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | kib | 2007-06-01 | 1 | -1/+1 |
* | Remove AUDIT_PRINTF() debugging statements and definition; clean up or | rwatson | 2007-06-01 | 3 | -55/+10 |
* | Remove unused !AUDIT audit_proc_*() prototypes: unlike in Mac OS X, we | rwatson | 2007-05-30 | 2 | -23/+0 |
* | Synchronize white space to congruent user-space code in OpenBSM. | rwatson | 2007-05-30 | 1 | -0/+2 |
* | Remove unused ar_subj_comm field from in-kernel audit record; we never | rwatson | 2007-05-30 | 2 | -2/+0 |
* | Consistent white space after .'s in comments. | rwatson | 2007-05-30 | 1 | -3/+3 |
* | No need to force __inline__ of currecord(), as the compiler will usefully | rwatson | 2007-05-23 | 1 | -1/+1 |
* | Short name of kernel audit worker thread from "audit_worker" to "audit". | rwatson | 2007-05-21 | 1 | -1/+1 |
* | Don't expose #ifdef NOTYET parts to userspace via audit_ioctl.h, just | rwatson | 2007-04-29 | 1 | -3/+0 |
* | Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin, | rwatson | 2007-04-23 | 8 | -51/+49 |
* | Apply variable name normalization to MAC policies: adopt global conventions | rwatson | 2007-04-23 | 10 | -1001/+995 |
* | Normalize variable naming in the MAC Framework by adopting the normal | rwatson | 2007-04-22 | 8 | -395/+384 |
* | In the MAC Framework implementation, file systems have two per-mountpoint | rwatson | 2007-04-22 | 7 | -115/+54 |
* | Remove MAC Framework access control check entry points made redundant with | rwatson | 2007-04-22 | 7 | -183/+387 |
* | Further MAC test policy cleanup and enhancement: | rwatson | 2007-04-22 | 1 | -141/+478 |
* | Perform overdue clean up mac_test policy: | rwatson | 2007-04-22 | 1 | -719/+476 |
* | Allow MAC policy modules to control access to audit configuration system | rwatson | 2007-04-21 | 10 | -8/+446 |
* | Remove $P4$ that snuck into CVS from Perforce. | rwatson | 2007-04-17 | 1 | -1/+0 |
* | Merge OpenBSM 1.0 alpha 14 changes to src/sys/security/audit: | rwatson | 2007-04-16 | 1 | -13/+184 |
* | Fix the handling of IPv6 addresses for subject and process BSM audit | csjp | 2007-04-13 | 7 | -33/+104 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 1 | -2/+2 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 3 | -47/+0 |
* | More unnecessary include reduction. | rwatson | 2007-02-23 | 7 | -90/+12 |
* | Remove many unneeded includes, update copyright. | rwatson | 2007-02-23 | 1 | -29/+2 |
* | Remove empty entry point functions (init, destroy, syscall) from | rwatson | 2007-02-23 | 2 | -32/+0 |
* | mac_none sample policy has nothing to enforce, so remove sysctls. | rwatson | 2007-02-23 | 1 | -9/+0 |
* | Update auditing of socket information for the inpcb new world order: | rwatson | 2007-02-20 | 1 | -6/+4 |
* | Move mapping of MBI_APPEND to MBI_WRITE from inside the rule loop in | rwatson | 2007-02-20 | 1 | -9/+8 |
* | Do allow bypass of mac_seeotheruids in jail in order to be consistent | rwatson | 2007-02-19 | 1 | -1/+2 |
* | In mac_biba_check_system_swapoff(), don't extract the object label since | rwatson | 2007-02-10 | 1 | -2/+1 |
* | Print intptr_t values by first casting to intmax_t and then printing with | rwatson | 2007-02-06 | 1 | -1/+1 |
* | Introduce accessor functions mac_label_get() and mac_label_set() to replace | rwatson | 2007-02-06 | 9 | -69/+107 |
* | Continue 7-CURRENT MAC Framework rearrangement and cleanup: | rwatson | 2007-02-06 | 21 | -19/+10 |
* | When returning early from audit_arg_file() due to so->so_pcb being NULL | rwatson | 2007-01-06 | 1 | -2/+3 |
* | Teach the stub policy about some of the more recent entry points that have | csjp | 2007-01-01 | 1 | -0/+57 |
* | Remove conditional return of 1. For the MAC_STATIC case at this point in | csjp | 2007-01-01 | 1 | -3/+0 |