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>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 19 Feb 2008 14:32:28 +0100
From:	Miklos Szeredi <miklos@...redi.hu>
To:	sfr@...b.auug.org.au, akpm@...ux-foundation.org
CC:	hch@...radead.org, serue@...ibm.com, haveblue@...ibm.com,
	linuxram@...ibm.com, viro@...IV.linux.org.uk,
	linux-fsdevel@...r.kernel.org, linux-next@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: git tree with VFS stuff

I've created a git tree with the following mounts related stuff:

  - read-only bind mounts
  - /proc/<pid>/mountinfo
  - unprivileged mounts

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsstuff.git master

I guess, giving these a spin in linux-next wouldn't hurt?

Thanks,
Miklos


Dave Hansen (33):
      reiserfs: eliminate private use of struct file in xattr
      hppfs pass vfsmount to dentry_open()
      check for null vfsmount in dentry_open()
      fix up new filp allocators
      do namei_flags calculation inside open_namei()
      merge open_namei() and do_filp_open()
      r/o bind mounts: stub functions
      r/o bind mounts: create helper to drop file write access
      r/o bind mounts: drop write during emergency remount
      r/o bind mounts: elevate write count for vfs_rmdir()
      r/o bind mounts: elevate write count for callers of vfs_mkdir()
      r/o bind mounts: elevate mnt_writers for unlink callers
      r/o bind mounts: elevate write count for xattr_permission() callers
      r/o bind mounts: elevate write count for ncp_ioctl()
      r/o bind mounts: write counts for time functions
      r/o bind mounts: elevate write count for do_utimes()
      r/o bind mounts: write count for file_update_time()
      r/o bind mounts: write counts for link/symlink
      r/o bind mounts: elevate write count for ioctls()
      r/o bind mounts: elevate write count for open()s
      r/o bind mounts: get write access for vfs_rename() callers
      r/o bind mounts: elevate write count for chmod/chown callers
      r/o bind mounts: write counts for truncate()
      r/o bind mounts: elevate count for xfs timestamp updates
      r/o bind mounts: make access() use new r/o helper
      r/o bind mounts: check mnt instead of superblock directly
      r/o bind mounts: get callers of vfs_mknod/create()
      r/o bind mounts: track numbers of writers to mounts
      r/o bind mounts: honor mount writer counts at remount
      r/o bind mounts: debugging for missed calls
      ehea-fix
      fixes for missed struct paths from akpm
      Revert "ehea-fix"

Miklos Szeredi (10):
      unprivileged mounts: add user mounts to the kernel
      unprivileged mounts: allow unprivileged umount
      unprivileged mounts: propagate error values from clone_mnt
      unprivileged mounts: account user mounts
      unprivileged mounts: allow unprivileged bind mounts
      unprivileged mounts: allow unprivileged mounts
      unprivileged mounts: add sysctl tunable for "safe" property
      unprivileged mounts: make fuse safe
      unprivileged mounts: propagation: inherit owner from parent
      unprivileged mounts: add "no submounts" flag

Ram Pai (1):
      vfs-create-proc-pid-mountinfo

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ