summaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] gfp_t: kernel/*Al Viro2005-10-281-1/+1
* [AUDIT] Allow filtering on system call success _or_ failureDavid Woodhouse2005-08-271-2/+6
* AUDIT: Prevent duplicate syscall rulesAmy Griffis2005-08-171-39/+56
* AUDIT: Speed up audit_filter_syscall() for the non-auditable case.David Woodhouse2005-08-171-10/+12
* AUDIT: Fix task refcount leak in audit_filter_syscall()David Woodhouse2005-08-171-1/+2
* AUDIT: Reduce contention in audit_serial()David Woodhouse2005-07-181-1/+3
* AUDIT: Fix compile error in audit_filter_syscallDavid Woodhouse2005-07-141-1/+1
* AUDIT: Avoid scheduling in idle threadDavid Woodhouse2005-07-131-5/+8
* AUDIT: Exempt the whole auditd thread-group from auditingDavid Woodhouse2005-07-131-2/+2
* AUDIT: Really don't audit auditd.David Woodhouse2005-07-021-2/+2
* AUDIT: Clean up user message filteringDavid Woodhouse2005-06-241-14/+42
* AUDIT: Return correct result from audit_filter_rules()David Woodhouse2005-06-241-1/+1
* AUDIT: No really, we don't want to audit auditd.David Woodhouse2005-06-231-1/+1
* AUDIT: Wait for backlog to clear when generating messages.David Woodhouse2005-06-221-7/+7
* AUDIT: Optimise the audit-disabled case for discarding user messagesDavid Woodhouse2005-06-221-5/+16
* AUDIT: Spawn kernel thread to list filter rules.David Woodhouse2005-06-211-8/+45
* AUDIT: Report lookup flags with path/inode records.David Woodhouse2005-06-201-7/+11
* AUDIT: Really exempt auditd from having its actions audited.David Woodhouse2005-06-201-2/+8
* AUDIT: Allow filtering of user messagesDavid Woodhouse2005-06-191-38/+54
* AUDIT: Record working directory when syscall arguments are pathnamesDavid Woodhouse2005-05-271-0/+23
* AUDIT: Defer freeing aux items until audit_free_context()David Woodhouse2005-05-261-8/+2
* AUDIT: Escape comm when logging task infoDavid Woodhouse2005-05-231-1/+2
* AUDIT: Unify auid reporting, put arch before syscall numberDavid Woodhouse2005-05-231-4/+4
* AUDIT: Assign serial number to non-syscall messagesDavid Woodhouse2005-05-211-40/+6
* AUDIT: Fix inconsistent use of loginuid vs. auid, signed vs. unsigned Steve Grubb2005-05-211-6/+6
* AUDIT: Avoid sleeping function in SElinux AVC audit.Stephen Smalley2005-05-211-0/+40
* AUDIT: Quis Custodiet Ipsos Custodes?David Woodhouse2005-05-191-3/+4
* AUDIT: Capture sys_socketcall arguments and sockaddrs David Woodhouse2005-05-171-2/+71
* AUDIT: Fix some spelling errorsSteve Grubb2005-05-131-2/+2
* AUDIT: Add message types to audit recordsSteve Grubb2005-05-131-17/+25
* Add audit_log_typeChris Wright2005-05-111-16/+7
* Move ifdef CONFIG_AUDITSYSCALL to headerChris Wright2005-05-111-4/+3
* Audit requires CONFIG_NETChris Wright2005-05-111-2/+0
* The attached patch addresses the problem with getting the audit daemon Steve Grubb2005-05-061-0/+19
* [AUDIT] LOGIN message credentialsSteve Grubb2005-04-291-4/+5
* Add audit uid to netlink credentialsSerge Hallyn2005-04-291-1/+4
* audit: update pointer to userspace tools, remove emacs mode tags2005-04-291-1/+1
* [AUDIT] Fix signedness of 'serial' in various routines.Steve Grubb2005-04-291-1/+1
* [AUDIT] Don't allow ptrace to fool auditing, log arch of audited syscalls.2005-04-291-6/+16
* AUDIT: Avoid log pollution by untrusted strings.2005-04-291-3/+4
* [PATCH] SELinux: fix deadlock on dcache lockStephen Smalley2005-04-181-0/+28
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1015