aboutsummaryrefslogtreecommitdiff
path: root/kernel/auditsc.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-14[PATCH] fix deadlock in audit_log_task_context()Gravatar Al Viro 1-13/+11
2007-02-17[PATCH] AUDIT_FD_PAIRGravatar Al Viro 1-0/+40
2006-12-08[PATCH] struct path: convert kernelGravatar Josef Sipek 1-2/+2
2006-12-08[PATCH] tty: ->signal->tty lockingGravatar Peter Zijlstra 1-0/+2
2006-12-06audit: Add auditing to ipsecGravatar Joy Latten 1-1/+5
2006-12-04[PATCH] severing skbuff.h -> highmem.hGravatar Al Viro 1-0/+1
2006-10-04[PATCH] name_count array overrunGravatar Steve Grubb 1-2/+17
2006-10-04[PATCH] PPID filtering fixGravatar Alexander Viro 1-2/+7
2006-09-29[PATCH] audit/accounting: tty lockingGravatar Alan Cox 1-0/+5
2006-09-26[PATCH] selinux: rename selinux_ctxid_to_stringGravatar Stephen Smalley 1-2/+2
2006-09-26[PATCH] selinux: eliminate selinux_task_ctxidGravatar Stephen Smalley 1-1/+1
2006-09-11[PATCH] audit: AUDIT_PERM supportGravatar Al Viro 1-0/+51
2006-08-03[PATCH] take filling ->pid, etc. out of audit_get_context()Gravatar Al Viro 1-11/+12
2006-08-03[PATCH] don't bother with aux entires for dummy contextGravatar Al Viro 1-3/+3
2006-08-03[PATCH] mark context of syscall entered with no rules as dummyGravatar Al Viro 1-2/+4
2006-08-03[PATCH] introduce audit rules counterGravatar Al Viro 1-0/+3
2006-08-03[PATCH] fix missed create event for directory auditGravatar Amy Griffis 1-3/+13
2006-08-03[PATCH] fix faulty inode data collection for open() with O_CREATGravatar Amy Griffis 1-22/+41
2006-07-01[PATCH] audit: support for object context filtersGravatar Darrel Goeddel 1-0/+40
2006-07-01[PATCH] audit: rename AUDIT_SE_* constantsGravatar Darrel Goeddel 1-5/+5
2006-07-01[PATCH] add rule filterkeyGravatar Amy Griffis 1-0/+15
2006-06-27[PATCH] Remove redundant NULL checks before [kv]free - in kernel/Gravatar Jesper Juhl 1-2/+1
2006-06-27[PATCH] fix kernel-doc in kernel/ dirGravatar Randy Dunlap 1-4/+3
2006-06-23[PATCH] Doc: add audit & acct to DocBookGravatar Randy Dunlap 1-0/+1
2006-06-20[PATCH] make set_loginuid obey audit_enabledGravatar Steve Grubb 1-11/+16
2006-06-20[PATCH] log more info for directory entry change eventsGravatar Amy Griffis 1-54/+69
2006-06-20[PATCH] audit: path-based rulesGravatar Amy Griffis 1-36/+88
2006-06-20[PATCH] Audit of POSIX Message Queue Syscalls v.2Gravatar George C. Wilson 1-1/+273
2006-06-20[PATCH] deprecate AUDIT_POSSBILEGravatar Al Viro 1-1/+0
2006-06-20[PATCH] inline more audit helpersGravatar Al Viro 1-10/+4
2006-06-20[PATCH] update of IPC audit record cleanupGravatar Linda Knippers 1-17/+5
2006-06-20[PATCH] add filtering by ppidGravatar Al Viro 1-0/+4
2006-06-20[PATCH] log ppidGravatar Al Viro 1-2/+5
2006-06-20[PATCH] collect sid of those who send signals to auditdGravatar Al Viro 1-11/+12
2006-06-20[PATCH] execve argument loggingGravatar Al Viro 1-0/+51
2006-05-01[PATCH] Audit Filter PerformanceGravatar Steve Grubb 1-4/+7
2006-05-01[PATCH] Rework of IPC auditingGravatar Steve Grubb 1-3/+51
2006-05-01[PATCH] More user space subject labelsGravatar Steve Grubb 1-2/+2
2006-05-01[PATCH] change lspp ipc auditingGravatar Steve Grubb 1-47/+21
2006-05-01[PATCH] audit inode patchGravatar Steve Grubb 1-37/+16
2006-05-01[PATCH] support for context based audit filtering, part 2Gravatar Darrel Goeddel 1-0/+20
2006-05-01[PATCH] no need to wank with task_lock() and pinning task down in audit_sysca...Gravatar Al Viro 1-9/+1
2006-05-01[PATCH] drop task argument of audit_syscall_{entry,exit}Gravatar Al Viro 1-4/+4
2006-05-01[PATCH] drop gfp_mask in audit_log_exit()Gravatar Al Viro 1-30/+32
2006-05-01[PATCH] move call of audit_free() into do_exit()Gravatar Al Viro 1-8/+1
2006-05-01[PATCH] deal with deadlocks in audit_free()Gravatar Al Viro 1-10/+10
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-400/+434
2006-03-20[PATCH] simplify audit_free() lockingGravatar Ingo Molnar 1-3/+7
2006-03-20[PATCH] Add tty to syscall audit recordsGravatar Steve Grubb 1-2/+8
2006-03-20[PATCH] audit string fields interface + consumerGravatar Amy Griffis 1-26/+24