public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [git pull] audit patches (first series)
@ 2007-10-18  0:37 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2007-10-18  0:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Adds new predicate ("event happened in subtree under <pathname>").
audit-subtree stuff; sat in -mm for several months.
Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b42

Al Viro <viro@zeniv.linux.org.uk>
    [PATCH] audit: watching subtrees
    [PATCH] new helper - inotify_evict_watch()
    [PATCH] new helper - inotify_clone_watch()
    [PATCH] new helpers - collect_mounts() and release_collected_mounts()
    [PATCH] pass dentry to audit_inode()/audit_inode_child()

 fs/dcache.c              |    2 +-
 fs/debugfs/inode.c       |    2 +-
 fs/inotify.c             |   43 +++
 fs/namei.c               |   10 +-
 fs/namespace.c           |   22 +-
 fs/open.c                |    4 +-
 fs/pnode.h               |    1 +
 fs/xattr.c               |    8 +-
 include/linux/audit.h    |   19 +-
 include/linux/dcache.h   |    1 +
 include/linux/fs.h       |    2 +
 include/linux/fsnotify.h |    9 +-
 include/linux/inotify.h  |    2 +
 init/Kconfig             |    4 +
 ipc/mqueue.c             |    8 +-
 kernel/Makefile          |    1 +
 kernel/audit.c           |   87 +++++
 kernel/audit.h           |   34 ++-
 kernel/audit_tree.c      |  903 ++++++++++++++++++++++++++++++++++++++++++++++
 kernel/auditfilter.c     |   64 +++-
 kernel/auditsc.c         |  225 ++++++++++++-
 21 files changed, 1411 insertions(+), 40 deletions(-)
 create mode 100644 kernel/audit_tree.c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-18  0:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18  0:37 [git pull] audit patches (first series) Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox