Skip to content

Conversation

@ChrisDryden
Copy link
Collaborator

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.

@ChrisDryden ChrisDryden force-pushed the df-fallback-when-proc-masked branch from 61fd18b to 3c16e36 Compare January 21, 2026 21:36
@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/df/no-mtab-status-masked-proc is no longer failing!
Note: The gnu test tests/basenc/bounded-memory is now being skipped but was previously passing.

@oech3
Copy link
Contributor

oech3 commented Jan 22, 2026

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 .
Needed to add

## Use unshare
sudo sysctl -w kernel.unprivileged_userns_clone=1
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
to CICD.

@sylvestre
Copy link
Contributor

quite similar to #10300
no ? :)

@ChrisDryden
Copy link
Collaborator Author

Quite similar, different utilities and slightly different behaviour but same high level idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants