All of lore.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] LSM changes for 2.5.64
@ 2003-03-16  7:01 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2003-03-16  7:01 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-security-module

Hi,

Here are the LSM changes that have been posted many times in the past.
They fix a few bugs in some of the existing security hooks, and add a
few more (hooks that is, not bugs :).  All of these patches have been
discussed on lkml with no known outstanding issues remaining about them.

Please pull from:
	bk://lsm.bkbits.net/linus-2.5

I'm only including the diffstat and short log format for these patches,
as they all have been posted to the lists in the past.

thanks,

greg k-h

 fs/dcache.c              |   12 +++
 fs/exportfs/expfs.c      |    5 -
 fs/file_table.c          |   70 +++++++++++++++++------
 fs/namei.c               |   45 ++++----------
 fs/nfsd/vfs.c            |   18 +----
 fs/super.c               |   36 +++++++++--
 include/linux/fs.h       |   25 ++++++--
 include/linux/security.h |  143 ++++++++++++++++++++++++++++++++++++-----------
 kernel/ksyms.c           |   18 +++--
 kernel/printk.c          |    7 +-
 kernel/sys.c             |   63 +++++++++++++++-----
 kernel/sysctl.c          |    5 +
 security/capability.c    |   21 ++++++
 security/dummy.c         |   66 +++++++++++++++++----
 14 files changed, 396 insertions(+), 138 deletions(-)
-----


Greg Kroah-Hartman <greg@kroah.com>:
  o LSM: restore d_instantiate function that got lost in the mege
  o LSM: fix merge where we lost a prototype in security.h

Stephen D. Smalley <sds@epoch.ncsc.mil>:
  o LSM: coding style fixups in sb_kern_mount
  o LSM: Add LSM syslog hook to 2.5.59
  o LSM: Add LSM sysctl hook to 2.5.59
  o Restore LSM hook calls to setpriority and setpgid
  o allocate and free security structures for private files
  o Replace inode_post_lookup hook with d_instantiate hook
  o Add LSM hook to do_kern_mount


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

only message in thread, other threads:[~2003-03-16  7:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-16  7:01 [BK PATCH] LSM changes for 2.5.64 Greg KH

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.