[BK PATCH] LSM changes for 2.5.40

From: Greg KH (gregat_private)
Date: Tue Oct 08 2002 - 16:05:06 PDT

  • Next message: Greg KH: "[PATCH] LSM changes for 2.5.40"

    Hi,
    
    Here are some patches against the latest 2.5 BK tree that add some
    further LSM hooks and documenation to the tree.  There is also one minor
    change to fs/inode.c to allow security modules to know more information
    about newly created inodes.
    
    Please pull from bk://lsm.bkbits.net/linus-2.5
    
    thanks,
    
    greg k-h
    
    
     Documentation/DocBook/Makefile        |    2 
     Documentation/DocBook/kernel-api.tmpl |    5 
     Documentation/DocBook/lsm.tmpl        |  285 ++++++++++++++++++++++++++++++++++
     fs/inode.c                            |   16 -
     include/linux/ipc.h                   |    1 
     include/linux/security.h              |   55 ++++++
     ipc/msg.c                             |   11 +
     ipc/sem.c                             |   11 +
     ipc/shm.c                             |   10 +
     ipc/util.c                            |    3 
     security/capability.c                 |   46 +++++
     security/dummy.c                      |   47 +++++
     12 files changed, 482 insertions(+), 10 deletions(-)
    -----
    
    ChangeSetat_private, 2002-10-08 14:53:21-07:00, chrisat_private
      [PATCH] LSM: move the inode_alloc_security hook.
      
      This moves the inode_alloc_security() hook so that we have all of the
      inode information at the moment of the hook.
    
     fs/inode.c |   16 ++++++++--------
     1 files changed, 8 insertions(+), 8 deletions(-)
    ------
    
    ChangeSetat_private, 2002-10-08 14:48:44-07:00, gregat_private
      LSM: added lsm documentation to the tree.
    
     Documentation/DocBook/Makefile        |    2 
     Documentation/DocBook/kernel-api.tmpl |    5 
     Documentation/DocBook/lsm.tmpl        |  285 ++++++++++++++++++++++++++++++++++
     3 files changed, 291 insertions(+), 1 deletion(-)
    ------
    
    ChangeSetat_private, 2002-10-08 14:10:38-07:00, sdsat_private
      [PATCH] Base set of LSM hooks for SysV IPC
      
      The patch below adds the base set of LSM hooks for System V IPC to the
      2.5.41 kernel.  These hooks permit a security module to label
      semaphore sets, message queues, and shared memory segments and to
      perform security checks on these objects that parallel the existing
      IPC access checks.  Additional LSM hooks for labeling and controlling
      individual messages sent on a single message queue and for providing
      fine-grained distinctions among IPC operations will be submitted
      separately after this base set of LSM IPC hooks has been accepted.
    
     include/linux/ipc.h      |    1 
     include/linux/security.h |   55 +++++++++++++++++++++++++++++++++++++++++++++++
     ipc/msg.c                |   11 +++++++++
     ipc/sem.c                |   11 +++++++++
     ipc/shm.c                |   10 ++++++++
     ipc/util.c               |    3 +-
     security/capability.c    |   46 +++++++++++++++++++++++++++++++++++++++
     security/dummy.c         |   47 ++++++++++++++++++++++++++++++++++++++++
     8 files changed, 183 insertions(+), 1 deletion(-)
    ------
    
    _______________________________________________
    linux-security-module mailing list
    linux-security-moduleat_private
    http://mail.wirex.com/mailman/listinfo/linux-security-module
    



    This archive was generated by hypermail 2b30 : Tue Oct 08 2002 - 16:09:28 PDT