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]
Message-ID: <20161014093921.GG31239@veci.piliscsaba.szeredi.hu>
Date:   Fri, 14 Oct 2016 11:39:21 +0200
From:   Miklos Szeredi <miklos@...redi.hu>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Al Viro <viro@...iv.linux.org.uk>, linux-kernel@...r.kernel.org,
        linux-fsdevel@...r.kernel.org, linux-unionfs@...r.kernel.org
Subject: [GIT PULL (updated)] overlayfs update for 4.9

Hi Linus,

Please pull updated branch from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-linus

Left out the mnt_want_write_file() and clone_file_range() patches altogether, so
this is now really overlayfs only.  There's vfs_get_link() and that's
technically in the VFS but it's a new helper (and ecryptfs can use it too so no
point in making it private to overlayfs).

The merge contains a conflict against the xattr update from Andreas.  The
resolution is to take my version as we now can and should do permission checks
on the underlying layers (with mounter's permission).

This update contains fixes to the "use mounter's permission to access underlying
layers" area, miscellaneous fixes and cleanups.  No new features this time.

Thanks,
Miklos

---
Miklos Szeredi (6):
      ovl: copy_up_xattr(): use strnlen
      ovl: lookup: do getxattr with mounter's permission
      ovl: explain error values when removing acl from workdir
      ovl: use generic_readlink
      vfs: add vfs_get_link() helper
      ovl: use vfs_get_link()

Richard Weinberger (1):
      ovl: Fix info leak in ovl_lookup_temp()

Vivek Goyal (1):
      ovl: during copy up, switch to mounter's creds early

---
 fs/namei.c             | 25 +++++++++++++++++++
 fs/overlayfs/copy_up.c | 67 +++++++++++++++-----------------------------------
 fs/overlayfs/dir.c     |  5 +++-
 fs/overlayfs/inode.c   | 44 ++++++++-------------------------
 fs/overlayfs/super.c   | 33 ++++++++++++++++---------
 include/linux/fs.h     |  1 +
 6 files changed, 82 insertions(+), 93 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ