aboutsummaryrefslogtreecommitdiff
path: root/Documentation/rust/coding-guidelines.rst
diff options
context:
space:
mode:
authorChristian Brauner <[email protected]>2024-08-06 18:02:30 +0200
committerChristian Brauner <[email protected]>2024-08-30 08:22:12 +0200
commit3836b31c3e717fcaa2b63c69e4bcf8ff7b82e6e4 (patch)
treee7c3f9780c5cf6e540b4fa2d1f57ed72f2b998ec /Documentation/rust/coding-guidelines.rst
parent32a0a965b8a5b7b505babae2ee10c513ede376d8 (diff)
proc: block mounting on top of /proc/<pid>/map_files/*
Entries under /proc/<pid>/map_files/* are ephemeral and may go away before the process dies. As such allowing them to be used as mount points creates the ability to leak mounts that linger until the process dies with no ability to unmount them until then. Don't allow using them as mountpoints. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Josef Bacik <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'Documentation/rust/coding-guidelines.rst')
0 files changed, 0 insertions, 0 deletions