]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Sep 2016 16:18:33 +0000 (09:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Sep 2016 16:18:33 +0000 (09:18 -0700)
commit3fd794e4756c795912eef304a14f336cf1e97b13
tree8d181da54cd9e57e1004553a0e76f30606bf6142
parent689b78ba6092ae5b7b1c6ecc4269d9c5728ff3d8
parentc3dec19c6a21ea5fc9ff1f1b4e01cf78d113c853
Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4

Pull fscrypto fixes fromTed Ts'o:
 "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"

* tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
  fscrypto: require write access to mount to set encryption policy
  fscrypto: only allow setting encryption policy on directories
  fscrypto: add authorization check for setting encryption policy