All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] audit
@ 2010-10-30 12:48 Al Viro
  0 siblings, 0 replies; 3+ messages in thread
From: Al Viro @ 2010-10-30 12:48 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Assorted fixes.  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b64

Shortlog:
Al Viro (3):
      in untag_chunk() we need to do alloc_chunk() a bit earlier
      audit: make link()/linkat() match "attribute change" predicate
      audit mmap

Miloslav Trmac (1):
      Audit: add support to match lsm labels on user audit messages

Stephen Hemminger (1):
      audit: make functions static

Thomas Gleixner (3):
      audit: Call tty_audit_push_task() outside preempt disabled
      audit: Do not send uninitialized data for AUDIT_TTY_GET
      audit: Use rcu for task lookup protection

Diffstat:
 drivers/char/tty_audit.c                |   38 +++++++++++++-----
 include/asm-generic/audit_change_attr.h |    4 ++
 include/linux/audit.h                   |    9 ++++
 include/linux/tty.h                     |    9 ++--
 kernel/audit.c                          |   67 ++++++++++++++-----------------
 kernel/audit.h                          |    5 +--
 kernel/audit_tree.c                     |    9 +++-
 kernel/audit_watch.c                    |    4 +-
 kernel/auditfilter.c                    |   12 ++++++
 kernel/auditsc.c                        |   16 +++++++
 mm/mmap.c                               |    2 +
 mm/nommu.c                              |    2 +
 12 files changed, 118 insertions(+), 59 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [git pull] audit
@ 2009-01-04 21:29 Al Viro
  0 siblings, 0 replies; 3+ messages in thread
From: Al Viro @ 2009-01-04 21:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Assorted audit fixes for -rc1 - getting audit aux records handling to saner
shape (and killing a lot of allocations, while we are at it), fixing the
breakage in audit rules ordering introduced back when we started to put
AUDIT_WATCH/AUDIT_INODE into separate hash, etc.  Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b61

Shortlog:
Al Viro (16):
      don't reallocate buffer in every audit_sockaddr()
      sanitize audit_socketcall
      sanitize audit_ipc_obj()
      sanitize audit_ipc_set_perm()
      sanitize audit_mq_getsetattr()
      sanitize audit_mq_notify()
      sanitize AUDIT_MQ_SENDRECV
      sanitize audit_mq_open()
      sanitize audit_fd_pair()
      sanitize audit_log_capset()
      audit_update_lsm_rules() misses the audit_inode_hash[] ones
      fixing audit rule ordering mess, part 1
      audit rules ordering, part 2
      make sure that filterkey of task,always rules is reported
      clean up audit_rule_{add,del} a bit
      audit: validate comparison operations, store them in sane form

Diffstat:
 fs/pipe.c                      |    7 +-
 include/linux/audit.h          |   98 +++---
 ipc/mqueue.c                   |   97 +++---
 ipc/shm.c                      |    4 +-
 ipc/util.c                     |   18 +-
 kernel/audit.h                 |    5 +-
 kernel/audit_tree.c            |    3 +-
 kernel/auditfilter.c           |  325 +++++++++---------
 kernel/auditsc.c               |  739 ++++++++++++++++------------------------
 kernel/capability.c            |    4 +-
 net/socket.c                   |   13 +-
 security/selinux/ss/services.c |   26 +-
 security/smack/smack_lsm.c     |    6 +-
 13 files changed, 579 insertions(+), 766 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [git pull] audit
@ 2008-08-04 10:19 Al Viro
  0 siblings, 0 replies; 3+ messages in thread
From: Al Viro @ 2008-08-04 10:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

More oops fixes...  Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b56

Shortlog:
zhangxiliang (1):
      Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is set

Diffstat:
 kernel/auditsc.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-30 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-30 12:48 [git pull] audit Al Viro
  -- strict thread matches above, loose matches on Subject: below --
2009-01-04 21:29 Al Viro
2008-08-04 10:19 Al Viro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.