public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
From: Paul Moore <pmoore@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-audit@redhat.com, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Audit patches for 4.3
Date: Thu, 03 Sep 2015 16:41:05 -0400	[thread overview]
Message-ID: <24856357.PPehG78Es6@sifl> (raw)

Hi Linus,

This is one of the larger audit patchsets in recent history, consisting of 
eight patches and almost 400 lines of changes.  The bulk of the patchset is 
the new "audit by executable" functionality which allows admins to set an 
audit watch based on the executable on disk.  Prior to this, admins could only 
track an application by PID, which has some obvious limitations.  Beyond the 
new functionality we also have some refcnt fixes and a few minor cleanups.  
Please pull for 4.3.

Thanks,
-Paul

---
The following changes since commit 0b08c5e59441d08ab4b5e72afefd5cd98a4d83df:

  audit: Fix check of return value of strnlen_user()
         (2015-06-11 15:49:54 -0400)

are available in the git repository at:

  git://git.infradead.org/users/pcmoore/audit upstream

for you to fetch changes up to 15ce414b82b07acb99afda6e4d9bd14f317b6011:

  fixup: audit: implement audit by executable (2015-08-12 22:04:07 -0400)

----------------------------------------------------------------
Paul Moore (1):
      audit: fix uninitialized variable in audit_add_rule()

Richard Guy Briggs (7):
      audit: eliminate unnecessary extra layer of watch references
      audit: eliminate unnecessary extra layer of watch parent references
      audit: make audit_del_rule() more robust
      audit: use macros for unset inode and device values
      audit: clean simple fsnotify implementation
      audit: implement audit by executable
      fixup: audit: implement audit by executable

 include/linux/audit.h      |   4 +
 include/uapi/linux/audit.h |   5 +-
 kernel/Makefile            |   2 +-
 kernel/audit.c             |   2 +-
 kernel/audit.h             |  18 ++++
 kernel/audit_fsnotify.c    | 216 ++++++++++++++++++++++++++++++++++++++++++
 kernel/audit_tree.c        |   2 +
 kernel/audit_watch.c       |  56 +++++++++---
 kernel/auditfilter.c       |  83 ++++++++++++-----
 kernel/auditsc.c           |   9 +-
 10 files changed, 359 insertions(+), 38 deletions(-)
 create mode 100644 kernel/audit_fsnotify.c

-- 
paul moore
security @ redhat

                 reply	other threads:[~2015-09-03 20:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=24856357.PPehG78Es6@sifl \
    --to=pmoore@redhat.com \
    --cc=linux-audit@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox