Skip to content
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

vendor: github.com/moby/sys/mountinfo v0.2.0 #2591

Merged
merged 1 commit into from Sep 17, 2020

Commits on Sep 16, 2020

  1. vendor: github.com/moby/sys/mountinfo v0.2.0

    full diff: moby/sys@mountinfo/v0.1.3...mountinfo/v0.2.0
    
    Bug fixes:
    
    - Fix path unescaping for paths with double quotes
    
    Improvements:
    
    - Mounted: speed up by adding fast paths using openat2 (Linux-only) and stat
    - Mounted: relax path requirements (allow relative, non-cleaned paths, symlinks)
    - Unescape fstype and source fields
    - Documentation improvements
    
    Testing/CI:
    
    - Unit tests: exclude darwin
    - CI: run tests under Fedora 32 to test openat2
    - TestGetMounts: fix for Ubuntu build system
    - Makefile: fix ignoring test failures
    - CI: add cross build
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    71c10e3 View commit details
    Browse the repository at this point in the history