-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
df: fallback when proc masked #10417
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
base: main
Are you sure you want to change the base?
Conversation
61fd18b to
3c16e36
Compare
|
GNU testsuite comparison: |
|
User NS sandbox is disabled by default on ubuntu runner https://github.com/uutils/coreutils/actions/runs/21226588382/job/61075711585?pr=10417#step:15:1631 . coreutils/.github/workflows/GnuTests.yml Lines 121 to 123 in 1a64417
|
|
quite similar to #10300 |
|
Quite similar, different utilities and slightly different behaviour but same high level idea |
74c6501 to
f03a2ab
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
This PR is for the use case where the proc file is masked and using directory traversal to get the file system. This addresses the GNU test
tests/df/no-mtab-status-masked-proc. We had most of the functionality already implemented in FsUsage::new already.