1. 22 Aug, 2005 1 commit
  2. 09 Jul, 2005 2 commits
    • serue@us.ibm.com's avatar
      [PATCH] seclvl securityfs · 5a73c308
      serue@us.ibm.com authored
      Once again, the simple_attr in libfs was actually sufficient - I'd
      thought the __attribute__(format(printk(1,2))) was more mysterious than
      it really is.
      
      At last, here is the full patch to make seclvl use securityfs.
      Signed-off-by: default avatarSerge Hallyn <serue@us.ibm.com>
      Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
      --
      
       seclvl.c |  228 +++++++++++++++++++--------------------------------------------
       1 files changed, 70 insertions(+), 158 deletions(-)
      
      Index: linux-2.6.13-rc1/security/seclvl.c
      ===================================================================
      5a73c308
    • Greg KH's avatar
      [PATCH] add securityfs for all LSMs to use · b67dbf9d
      Greg KH authored
      Here's a small patch against 2.6.13-rc2 that adds securityfs, a virtual
      fs that all LSMs can use instead of creating their own.  The fs should
      be mounted at /sys/kernel/security, and the fs creates that mount point.
      This will make the LSB people happy that we aren't creating a new
      /my_lsm_fs directory in the root for every different LSM.
      
      It has changed a bit since the last version, thanks to comments from
      Mike Waychison.
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
      b67dbf9d
  3. 07 Jul, 2005 5 commits
  4. 06 Jul, 2005 32 commits