commit | f34e87f58dabc31eb69f61cf4a79e951d4176743 | [log] [tgz] |
---|---|---|
author | David Gstir <david@sigma-star.at> | Wed May 17 13:36:16 2017 +0200 |
committer | Richard Weinberger <richard@nod.at> | Fri Jul 14 22:49:05 2017 +0200 |
tree | 3f7c4f599185777025667f0af650ee86d065ede2 | |
parent | bb50c63244687706e11c9b636a5ad3090cd783ac [diff] |
ubifs: Don't encrypt special files on creation When a new inode is created, we check if the containing folder has a encryption policy set and inherit that. This should however only be done for regular files, links and subdirectories. Not for sockes fifos etc. Fixes: d475a507457b ("ubifs: Add skeleton for fscrypto") Cc: stable@vger.kernel.org Signed-off-by: David Gstir <david@sigma-star.at> Signed-off-by: Richard Weinberger <richard@nod.at>