summaryrefslogtreecommitdiff
path: root/kernel/auditsc.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-14[PATCH] fix deadlock in audit_log_task_context()Al Viro1-13/+11
2007-02-17[PATCH] AUDIT_FD_PAIRAl Viro1-0/+40
2006-12-08[PATCH] struct path: convert kernelJosef Sipek1-2/+2
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra1-0/+2
2006-12-06audit: Add auditing to ipsecJoy Latten1-1/+5
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro1-0/+1
2006-10-04[PATCH] name_count array overrunSteve Grubb1-2/+17
2006-10-04[PATCH] PPID filtering fixAlexander Viro1-2/+7
2006-09-29[PATCH] audit/accounting: tty lockingAlan Cox1-0/+5
2006-09-26[PATCH] selinux: rename selinux_ctxid_to_stringStephen Smalley1-2/+2
2006-09-26[PATCH] selinux: eliminate selinux_task_ctxidStephen Smalley1-1/+1
2006-09-11[PATCH] audit: AUDIT_PERM supportAl Viro1-0/+51
2006-08-03[PATCH] take filling ->pid, etc. out of audit_get_context()Al Viro1-11/+12
2006-08-03[PATCH] don't bother with aux entires for dummy contextAl Viro1-3/+3
2006-08-03[PATCH] mark context of syscall entered with no rules as dummyAl Viro1-2/+4
2006-08-03[PATCH] introduce audit rules counterAl Viro1-0/+3
2006-08-03[PATCH] fix missed create event for directory auditAmy Griffis1-3/+13
2006-08-03[PATCH] fix faulty inode data collection for open() with O_CREATAmy Griffis1-22/+41
2006-07-01[PATCH] audit: support for object context filtersDarrel Goeddel1-0/+40
2006-07-01[PATCH] audit: rename AUDIT_SE_* constantsDarrel Goeddel1-5/+5
2006-07-01[PATCH] add rule filterkeyAmy Griffis1-0/+15
2006-06-27[PATCH] Remove redundant NULL checks before [kv]free - in kernel/Jesper Juhl1-2/+1
2006-06-27[PATCH] fix kernel-doc in kernel/ dirRandy Dunlap1-4/+3
2006-06-23[PATCH] Doc: add audit & acct to DocBookRandy Dunlap1-0/+1
2006-06-20[PATCH] make set_loginuid obey audit_enabledSteve Grubb1-11/+16
2006-06-20[PATCH] log more info for directory entry change eventsAmy Griffis1-54/+69
2006-06-20[PATCH] audit: path-based rulesAmy Griffis1-36/+88
2006-06-20[PATCH] Audit of POSIX Message Queue Syscalls v.2George C. Wilson1-1/+273
2006-06-20[PATCH] deprecate AUDIT_POSSBILEAl Viro1-1/+0
2006-06-20[PATCH] inline more audit helpersAl Viro1-10/+4
2006-06-20[PATCH] update of IPC audit record cleanupLinda Knippers1-17/+5
2006-06-20[PATCH] add filtering by ppidAl Viro1-0/+4
2006-06-20[PATCH] log ppidAl Viro1-2/+5
2006-06-20[PATCH] collect sid of those who send signals to auditdAl Viro1-11/+12
2006-06-20[PATCH] execve argument loggingAl Viro1-0/+51
2006-05-01[PATCH] Audit Filter PerformanceSteve Grubb1-4/+7
2006-05-01[PATCH] Rework of IPC auditingSteve Grubb1-3/+51
2006-05-01[PATCH] More user space subject labelsSteve Grubb1-2/+2
2006-05-01[PATCH] change lspp ipc auditingSteve Grubb1-47/+21
2006-05-01[PATCH] audit inode patchSteve Grubb1-37/+16
2006-05-01[PATCH] support for context based audit filtering, part 2Darrel Goeddel1-0/+20
2006-05-01[PATCH] no need to wank with task_lock() and pinning task down in audit_sysca...Al Viro1-9/+1
2006-05-01[PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro1-4/+4
2006-05-01[PATCH] drop gfp_mask in audit_log_exit()Al Viro1-30/+32
2006-05-01[PATCH] move call of audit_free() into do_exit()Al Viro1-8/+1
2006-05-01[PATCH] deal with deadlocks in audit_free()Al Viro1-10/+10
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-400/+434
2006-03-20[PATCH] simplify audit_free() lockingIngo Molnar1-3/+7
2006-03-20[PATCH] Add tty to syscall audit recordsSteve Grubb1-2/+8
2006-03-20[PATCH] audit string fields interface + consumerAmy Griffis1-26/+24