lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 04 Oct 2009 18:25:31 +0200
From:	Olaf Dietsche <olaf+list.linux-kernel@...fdietsche.de>
To:	linux-kernel@...r.kernel.org
Cc:	Rod Cordova <rcordova@...ernet.org>
Subject: [PATCH] 2.6.31: access permission filesystem 0.23

This *untested* patch adds a new permission managing file system.
Furthermore, it adds two modules, which make use of this file system.

One module allows granting capabilities based on user-/groupid. The
second module allows to grant access to lower numbered ports based on
user-/groupid, too.

Changes:
- updated to 2.6.31

This patch is available at:
<http://www.olafdietsche.de/linux/accessfs/>

and attached inline below.

Regards, Olaf.

 Documentation/filesystems/accessfs.txt |   41 +++
 fs/Kconfig                             |    1 
 fs/Makefile                            |    1 
 fs/accessfs/Kconfig                    |   64 ++++
 fs/accessfs/Makefile                   |   11 
 fs/accessfs/capabilities.c             |  107 ++++++++
 fs/accessfs/inode.c                    |  434 +++++++++++++++++++++++++++++++++
 fs/accessfs/ip.c                       |  101 +++++++
 include/linux/accessfs_fs.h            |   42 +++
 include/net/sock.h                     |   43 +++
 net/Kconfig                            |   12 
 net/Makefile                           |    1 
 net/hooks.c                            |   55 ++++
 net/ipv4/af_inet.c                     |    2 
 net/ipv6/af_inet6.c                    |    2 
 15 files changed, 915 insertions(+), 2 deletions(-)


View attachment "accessfs-2.6.31-0.23.patch" of type "text/x-diff" (27229 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ