]> git.baikalelectronics.ru Git - kernel.git/commit
mnt: Fix fs_fully_visible to verify the root directory is visible
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 8 May 2015 21:36:50 +0000 (16:36 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Sat, 9 May 2015 16:55:50 +0000 (11:55 -0500)
commit0f0c53ce4d71a2dbb30da0eb1f62e5d76c13062c
tree359383086b15aa2d27e543d51865886d51d2bb23
parentce88222e1fb53c38d3b94c3b5ceebe1d2ab4956d
mnt: Fix fs_fully_visible to verify the root directory is visible

This fixes a dumb bug in fs_fully_visible that allows proc or sys to
be mounted if there is a bind mount of part of /proc/ or /sys/ visible.

Cc: stable@vger.kernel.org
Reported-by: Eric Windisch <ewindisch@docker.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/namespace.c