Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Detach the hostfs version of /proc #186
Conversation
|
LGTM |
zyga
merged commit b7305a8
into
master
Nov 22, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
zyga
deleted the
no-2nd-proc
branch
Nov 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zyga commentedNov 21, 2016
This patch detaches (aka umount --lazy) or umount2(1) with MNT_DETACH
flag the second /proc that is visible from /var/lib/snapd/hostfs/proc
after the pivot_root call.
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@canonical.com