commit | 413d5a9edbb45eec4dbb1904fe689b561ea5d143 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Apr 07 10:58:40 2017 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu May 04 11:44:35 2017 -0400 |
tree | 1d56e8577d5c2244ae51b9bf722c1a51e44354b4 | |
parent | faac7fd97e0827f959c9d376399b91b37364a567 [diff] |
ubifs: check for consistent encryption contexts in ubifs_lookup() As ext4 and f2fs do, ubifs should check for consistent encryption contexts during ->lookup() in an encrypted directory. This protects certain users of filesystem encryption against certain types of offline attacks. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>