Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9c7aa6aa74fa8a5cda36e54cbbe4fffe0214497d
/
kernel
/
auditsc.c
9c7aa6a
[PATCH] change lspp ipc auditing
by Steve Grubb
· 19 years ago
1b50eed
[PATCH] audit inode patch
by Steve Grubb
· 19 years ago
3dc7e31
[PATCH] support for context based audit filtering, part 2
by Darrel Goeddel
· 19 years ago
97e94c4
[PATCH] no need to wank with task_lock() and pinning task down in audit_syscall_exit()
by Al Viro
· 19 years ago
5411be5
[PATCH] drop task argument of audit_syscall_{entry,exit}
by Al Viro
· 19 years ago
e495149
[PATCH] drop gfp_mask in audit_log_exit()
by Al Viro
· 19 years ago
fa84cb9
[PATCH] move call of audit_free() into do_exit()
by Al Viro
· 19 years ago
45d9bb0
[PATCH] deal with deadlocks in audit_free()
by Al Viro
· 19 years ago
1b9a391
Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
by Linus Torvalds
· 19 years ago
4023e02
[PATCH] simplify audit_free() locking
by Ingo Molnar
· 19 years ago
a6c043a
[PATCH] Add tty to syscall audit records
by Steve Grubb
· 19 years ago
93315ed
[PATCH] audit string fields interface + consumer
by Amy Griffis
· 19 years ago
fe7752b
[PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALL
by David Woodhouse
· 19 years ago
7306a0b
[PATCH] Miscellaneous bug and warning fixes
by Dustin Kirkland
· 19 years ago
8c8570f
[PATCH] Capture selinux subject/object context information.
by Dustin Kirkland
· 19 years ago
c8edc80
[PATCH] Exclude messages by message type
by Dustin Kirkland
· 19 years ago
73241cc
[PATCH] Collect more inode information during syscall processing.
by Amy Griffis
· 19 years ago
f38aa94
[PATCH] Pass dentry, not just name, in fsnotify creation hooks.
by Amy Griffis
· 19 years ago
b63862f
[PATCH] Filter rule comparators
by Dustin Kirkland
· 19 years ago
b0dd25a
[PATCH] AUDIT: kerneldoc for kernel/audit*.c
by Randy Dunlap
· 19 years ago
7e7f8a0
[PATCH] make vm86 call audit_syscall_exit
by Jason Baron
· 19 years ago
a00428f
Merge ../powerpc-merge
by Paul Mackerras
· 19 years ago
ef20c8c
[PATCH] GFP_KERNEL allocations in atomic (auditsc)
by Al Viro
· 19 years ago
2ef9481
[PATCH] powerpc: trivial: modify comments to refer to new location of files
by Jon Mason
· 19 years ago
715b49e
[PATCH] EDAC: atomic scrub operations
by Alan Cox
· 19 years ago
9796fdd
[PATCH] gfp_t: kernel/*
by Al Viro
· 19 years ago
b01f2cc
[AUDIT] Allow filtering on system call success _or_ failure
by David Woodhouse
· 19 years ago
3c789a1
AUDIT: Prevent duplicate syscall rules
by Amy Griffis
· 19 years ago
c389649
AUDIT: Speed up audit_filter_syscall() for the non-auditable case.
by David Woodhouse
· 19 years ago
413a1c7
AUDIT: Fix task refcount leak in audit_filter_syscall()
by David Woodhouse
· 19 years ago
ce625a8
AUDIT: Reduce contention in audit_serial()
by David Woodhouse
· 19 years ago
351bb72
AUDIT: Fix compile error in audit_filter_syscall
by David Woodhouse
· 19 years ago
f556196
AUDIT: Avoid scheduling in idle thread
by David Woodhouse
· 19 years ago
582edda
AUDIT: Exempt the whole auditd thread-group from auditing
by David Woodhouse
· 19 years ago
21af6c4
AUDIT: Really don't audit auditd.
by David Woodhouse
· 20 years ago
5bb289b
AUDIT: Clean up user message filtering
by David Woodhouse
· 20 years ago
993e2d41
AUDIT: Return correct result from audit_filter_rules()
by David Woodhouse
· 20 years ago
9e94e66
AUDIT: No really, we don't want to audit auditd.
by David Woodhouse
· 20 years ago
9ad9ad3
AUDIT: Wait for backlog to clear when generating messages.
by David Woodhouse
· 20 years ago
4a4cd63
AUDIT: Optimise the audit-disabled case for discarding user messages
by David Woodhouse
· 20 years ago
f6a789d
AUDIT: Spawn kernel thread to list filter rules.
by David Woodhouse
· 20 years ago
ae7b961
AUDIT: Report lookup flags with path/inode records.
by David Woodhouse
· 20 years ago
f7056d6
AUDIT: Really exempt auditd from having its actions audited.
by David Woodhouse
· 20 years ago
0f45aa1
AUDIT: Allow filtering of user messages
by David Woodhouse
· 20 years ago
8f37d47
AUDIT: Record working directory when syscall arguments are pathnames
by David Woodhouse
· 20 years ago
7551ced
AUDIT: Defer freeing aux items until audit_free_context()
by David Woodhouse
· 20 years ago
99e45ee
AUDIT: Escape comm when logging task info
by David Woodhouse
· 20 years ago
bccf6ae
AUDIT: Unify auid reporting, put arch before syscall number
by David Woodhouse
· 20 years ago
bfb4496
AUDIT: Assign serial number to non-syscall messages
by David Woodhouse
· 20 years ago
326e9c8
AUDIT: Fix inconsistent use of loginuid vs. auid, signed vs. unsigned
by Steve Grubb
· 20 years ago
0111610
AUDIT: Avoid sleeping function in SElinux AVC audit.
by Stephen Smalley
· 20 years ago
7ca0026
AUDIT: Quis Custodiet Ipsos Custodes?
by David Woodhouse
· 20 years ago
3ec3b2f
AUDIT: Capture sys_socketcall arguments and sockaddrs
by David Woodhouse
· 20 years ago
23f32d1
AUDIT: Fix some spelling errors
by Steve Grubb
· 20 years ago
c040499
AUDIT: Add message types to audit records
by Steve Grubb
· 20 years ago
c1b773d
Add audit_log_type
by Chris Wright
· 20 years ago
197c69c
Move ifdef CONFIG_AUDITSYSCALL to header
by Chris Wright
· 20 years ago
804a6a49
Audit requires CONFIG_NET
by Chris Wright
· 20 years ago
c2f0c7c
The attached patch addresses the problem with getting the audit daemon
by Steve Grubb
· 20 years ago
456be6c
[AUDIT] LOGIN message credentials
by Steve Grubb
· 20 years ago
c94c257
Add audit uid to netlink credentials
by Serge Hallyn
· 20 years ago
85c8721
audit: update pointer to userspace tools, remove emacs mode tags
by
· 20 years ago
d812ddb
[AUDIT] Fix signedness of 'serial' in various routines.
by Steve Grubb
· 20 years ago
2fd6f58
[AUDIT] Don't allow ptrace to fool auditing, log arch of audited syscalls.
by
· 20 years ago
83c7d09
AUDIT: Avoid log pollution by untrusted strings.
by
· 20 years ago
219f081
[PATCH] SELinux: fix deadlock on dcache lock
by Stephen Smalley
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago