commit | 0e5c56fd07432c426b7ab1a84e8d97a00d7e08ca | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 30 19:52:18 2018 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 22 14:28:00 2018 -0400 |
tree | 8b0e0eba7e155ea5a311e1ec12b67a9e571f107d | |
parent | 6b9cceead0d1fc478fbc25a7d8d8f006d061a1a2 [diff] |
hfs: don't allow mounting over .../rsrc That's one case when unlink() destroys a subtree, thanks to "resource fork" idiocy. We might forcibly evict that shit on unlink(2), but for now let's just disallow overmounting; as it is, anything that plays games with those would leak mounts. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>