-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ws-daemon] Umount dangling mask mounts #6733
Conversation
Codecov Report
@@ Coverage Diff @@
## main #6733 +/- ##
==========================================
- Coverage 19.04% 16.67% -2.38%
==========================================
Files 2 25 +23
Lines 168 3244 +3076
==========================================
+ Hits 32 541 +509
- Misses 134 2641 +2507
- Partials 2 62 +60
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
726418a
to
3fc550b
Compare
/hold |
We also need to umount the proc/sysfs again thanks to CLONE_TREE |
/lgtm |
LGTM label has been added. Git tree hash: 33ee4ee75b4f304cdea362f6c73c485df8ba1e70
|
3fc550b
to
31211c4
Compare
This change - as simple as it may seem - causes all sorts of problems:
|
9c7470e
to
be502d4
Compare
be502d4
to
bd1a252
Compare
/hold cancel |
/lgtm |
LGTM label has been added. Git tree hash: 70af2f17b56a6b5df03aec4d0987cafdf2fb6b62
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf Associated issue: #6732 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
This PR unmounts mask mounts used during proc and sysfs mount preparation.
Related Issue(s)
Fixes #6732
How to test
/tmp/staging-*
/proc
masks, e.g.sched_debug
docker run --rm -it alpine:latest umount /proc/sched_debug
which should fail with a permission denied errorRelease Notes
Documentation