Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1480504 > unrolled thread
| Started by | Theodore Ts'o <tytso@mit.edu> |
|---|---|
| First post | 2016-09-10 07:40 +0200 |
| Last post | 2016-09-10 07:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] fscrypto fixes for 4.8-rc6 Theodore Ts'o <tytso@mit.edu> - 2016-09-10 07:40 +0200
| From | Theodore Ts'o <tytso@mit.edu> |
|---|---|
| Date | 2016-09-10 07:40 +0200 |
| Subject | [GIT PULL] fscrypto fixes for 4.8-rc6 |
| Message-ID | <sfJbb-4wt-1@gated-at.bofh.it> |
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(-)
Back to top | Article view | linux.kernel
csiph-web