[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20160910053643.3hkypkiuxfmra7yd@thunk.org>
Date: Sat, 10 Sep 2016 01:36:43 -0400
From: Theodore Ts'o <tytso@....edu>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-f2fs-devel@...ts.sourceforge.net
Subject: [GIT PULL] fscrypto fixes for 4.8-rc6
The following changes since commit c6935931c1894ff857616ff8549b61236a19148f:
Linux 4.8-rc5 (2016-09-04 14:31:46 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/for_linus_stable
for you to fetch changes up to ba63f23d69a3a10e7e527a02702023da68ef8a6d:
fscrypto: require write access to mount to set encryption policy (2016-09-10 01:18:57 -0400)
----------------------------------------------------------------
Fix some brown-paper-bag bugs for fscrypto, including one one which
allows a malicious user to set an encryption policy on an empty
directory which they do not own.
----------------------------------------------------------------
Eric Biggers (3):
fscrypto: add authorization check for setting encryption policy
fscrypto: only allow setting encryption policy on directories
fscrypto: require write access to mount to set encryption policy
fs/crypto/policy.c | 41 +++++++++++++++++++++++++++++------------
fs/ext4/ioctl.c | 2 +-
fs/f2fs/file.c | 9 +--------
include/linux/fscrypto.h | 5 ++---
4 files changed, 33 insertions(+), 24 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists