Files
linux/fs/f2fs
Eric Biggers 3326d00ca0 fscrypto: move ioctl processing more fully into common code
commit db717d8e26 upstream.

Multiple bugs were recently fixed in the "set encryption policy" ioctl.
To make it clear that fscrypt_process_policy() and fscrypt_get_policy()
implement ioctls and therefore their implementations must take standard
security and correctness precautions, rename them to
fscrypt_ioctl_set_policy() and fscrypt_ioctl_get_policy().  Make the
latter take in a struct file * to make it consistent with the former.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-11-10 10:23:51 +01:00
..
2016-09-14 16:52:36 -07:00
2020-01-23 08:19:37 +01:00
2019-11-25 09:53:18 +01:00
2019-01-31 08:12:37 +01:00