Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5cc23ed75b629dfb0f8f7a7d0c80e0bab36b3960
/
kernel
/
audit.c
61fc577
Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 5 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
b48345a
audit: deliver signal_info regarless of syscall
by Richard Guy Briggs
· 6 years ago
73e65b8
audit: connect LOGIN record to its syscall record
by Richard Guy Briggs
· 6 years ago
5f3d544
audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALL
by Richard Guy Briggs
· 6 years ago
57d4657
audit: ignore fcaps on umount
by Richard Guy Briggs
· 6 years ago
2fec30e
audit: add support for fcaps v3
by Richard Guy Briggs
· 6 years ago
4b7d248
audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDIT
by Richard Guy Briggs
· 6 years ago
626abcd
audit: add syscall information to CONFIG_CHANGE records
by Richard Guy Briggs
· 6 years ago
53fc7a0
audit: give a clue what CONFIG_CHANGE op was involved
by Richard Guy Briggs
· 6 years ago
d406db5
audit: remove duplicated include from audit.c
by YueHaibing
· 6 years ago
9a547c7
audit: shorten PATH cap values when zero
by Richard Guy Briggs
· 6 years ago
2a1fe21
audit: use current whenever possible
by Paul Moore
· 6 years ago
d0a3f18
audit: minimize our use of audit_log_format()
by Paul Moore
· 6 years ago
a2c97da
audit: use session_info helper
by Richard Guy Briggs
· 6 years ago
290e44b
audit: use ktime_get_coarse_real_ts64() for timestamps
by Paul Moore
· 6 years ago
c72051d
audit: use ktime_get_coarse_ts64() for time access
by Arnd Bergmann
· 7 years ago
f785959
audit: eliminate audit_enabled magic number comparison
by Richard Guy Briggs
· 7 years ago
d904ac0
audit: rename FILTER_TYPE to FILTER_EXCLUDE
by Richard Guy Briggs
· 7 years ago
cdfb6b3
audit: use inline function to get audit context
by Richard Guy Briggs
· 7 years ago
d96f92f
audit: add syscall information to FEATURE_CHANGE records
by Richard Guy Briggs
· 7 years ago
6ad11bd
Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 7 years ago
447a564
treewide: Align function definition open/close braces
by Joe Perches
· 7 years ago
94b9d9b
audit: remove path param from link denied function
by Richard Guy Briggs
· 7 years ago
45b578f
audit: link denied should not directly generate PATH record
by Richard Guy Briggs
· 7 years ago
15564ff
audit: make ANOM_LINK obey audit_enabled and audit_dummy_context
by Richard Guy Briggs
· 7 years ago
11dd266
audit: do not panic on invalid boot parameter
by Greg Edwards
· 7 years ago
ce42363
audit: track the owner of the command mutex ourselves
by Paul Moore
· 7 years ago
23138ea
audit: return on memory error to avoid null pointer dereference
by Richard Guy Briggs
· 7 years ago
d590dca
audit: update bugtracker and source URIs
by Richard Guy Briggs
· 7 years ago
f7b5363
Audit: remove unused audit_log_secctx function
by Casey Schaufler
· 7 years ago
33e8a90
audit: Allow auditd to set pid to 0 to end auditing
by Steve Grubb
· 7 years ago
5d842a5
audit: use audit_set_enabled() in audit_enable()
by Paul Moore
· 7 years ago
b3b4fdf
audit: convert audit_ever_enabled to a boolean
by Paul Moore
· 7 years ago
80ab4df
audit: don't use simple_strtol() anymore
by Paul Moore
· 7 years ago
be4104a
audit: initialize the audit subsystem as early as possible
by Paul Moore
· 7 years ago
173743d
audit: ensure that 'audit=1' actually enables audit for PID 1
by Paul Moore
· 7 years ago
196a508
audit: update the function comments
by Geliang Tang
· 7 years ago
e832bf4
audit: Reduce overhead using a coarse clock
by Mel Gorman
· 7 years ago
f58781c
Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 7 years ago
b0659ae
audit: fix memleak in auditd_send_unicast_skb.
by Shu Wang
· 7 years ago
7391786
Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 7 years ago
cd33f5f
audit: make sure we never skip the multicast broadcast
by Paul Moore
· 8 years ago
c81be52
audit: fix a race condition with the auditd tracking code
by Paul Moore
· 8 years ago
4b3e4ed
audit: unswing cap_* fields in PATH records
by Richard Guy Briggs
· 8 years ago
46f0537
Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
48d0e02
audit: fix the RCU locking for the auditd_connection structure
by Paul Moore
· 8 years ago
8cc9638
audit: use kmem_cache to manage the audit_buffer cache
by Paul Moore
· 8 years ago
2115bb2
audit: Use timespec64 to represent audit timestamps
by Deepa Dinamani
· 8 years ago
b6c7c11
audit: store the auditd PID as a pid struct instead of pid_t
by Paul Moore
· 8 years ago
45a0642
audit: kernel generated netlink traffic should have a portid of 0
by Paul Moore
· 8 years ago
a9d1620
audit: combine audit_receive() and audit_receive_skb()
by Paul Moore
· 8 years ago
6b6cbc1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
2d4bc93
netlink: extended ACK reporting
by Johannes Berg
· 8 years ago
264d509
audit: make sure we don't let the retry queue grow without bounds
by Paul Moore
· 8 years ago
5b52330
audit: fix auditd/kernel connection state tracking
by Paul Moore
· 8 years ago
b8989bc
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
92c82e8
audit: add feature audit_lost reset
by Richard Guy Briggs
· 8 years ago
0110c35
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
dcdaa2f
Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
7c397d0
audit: Make AUDIT_KERNEL event conform to the specification
by Steve Grubb
· 8 years ago
533c7b6
audit: use proper refcount locking on audit_sock
by Richard Guy Briggs
· 8 years ago
a09cfa4
audit: don't ever sleep on a command record/message
by Paul Moore
· 8 years ago
6c54e78
audit: handle a clean auditd shutdown with grace
by Paul Moore
· 8 years ago
e1d1662
audit: wake up kauditd_thread after auditd registers
by Paul Moore
· 8 years ago
3197542
audit: rework audit_log_start()
by Paul Moore
· 8 years ago
c648020
audit: rework the audit queue handling
by Paul Moore
· 8 years ago
af8b824
audit: rename the queues and kauditd related functions
by Paul Moore
· 8 years ago
4aa83872
audit: queue netlink multicast sends just like we do for unicast sends
by Paul Moore
· 8 years ago
6c92556
audit: fixup audit_init()
by Paul Moore
· 8 years ago
55a6f17
audit: move kaudit thread start from auditd registration to kaudit init (#2)
by Richard Guy Briggs
· 8 years ago
8bd1076
audit_log_{name,link_denied}: constify struct path
by Al Viro
· 8 years ago
6060298
audit: remove useless synchronize_net()
by WANG Cong
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
3cd013a
Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
fa2bea2
audit: consistently record PIDs with task_tgid_nr()
by Paul Moore
· 8 years ago
797cee9
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
89a82a9
Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 9 years ago
3f5be2d
audit: move audit_get_tty to reduce scope and kabi changes
by Richard Guy Briggs
· 9 years ago
86b2efb
audit: add fields to exclude filter by reusing user filter
by Richard Guy Briggs
· 9 years ago
03e1aa1
Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 9 years ago
db0a6fb
audit: add tty field to LOGIN event
by Richard Guy Briggs
· 9 years ago
7ffb8e3
audit: we don't need to __set_current_state(TASK_RUNNING)
by Paul Moore
· 9 years ago
51b3eae
Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 9 years ago
2e28d38
tty: audit: Handle tty audit enable atomically
by Peter Hurley
· 9 years ago
37282a7
tty: audit: Combine push functions
by Peter Hurley
· 9 years ago
935c9e7
audit: log failed attempts to change audit_pid configuration
by Richard Guy Briggs
· 9 years ago
133e1e5
audit: stop an old auditd being starved out by a new auditd
by Richard Guy Briggs
· 9 years ago
5807fca
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
d865e57
audit: Delete unnecessary checks before two function calls
by Markus Elfring
· 9 years ago
1194b99
audit: wake up threads if queue switched from limited to unlimited
by Richard Guy Briggs
· 9 years ago
f48a942
audit: include auditd's threads in audit_log_start() wait exception
by Richard Guy Briggs
· 9 years ago
eb8baf6
audit: remove audit_backlog_wait_overflow
by Paul Moore
· 9 years ago
c4b7a77
audit: don't needlessly reset valid wait time
by Richard Guy Briggs
· 9 years ago
d6335d7
security: Make inode argument of inode_getsecid non-const
by Andreas Gruenbacher
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
233a686
audit: make audit_log_common_recv_msg() a void function
by Paul Moore
· 9 years ago
c5ea6efd
audit: removing unused variable
by Saurabh Sengar
· 9 years ago
9fcf836
audit: audit_string_contains_control can be boolean
by Yaowei Bai
· 9 years ago
32a1dba
audit: try harder to send to auditd upon netlink failure
by Richard Guy Briggs
· 9 years ago
Next »