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

recursive chowning fixes #10517

Merged
merged 4 commits into from Oct 26, 2018
Merged

Commits on Oct 26, 2018

  1. chown-recursive: let's rework the recursive logic to use O_PATH

    That way we can pin a specific inode and analyze it and manipulate it
    without it being swapped out beneath our hands.
    
    Fixes a vulnerability originally found by Jann Horn from Google.
    
    CVE-2018-15687
    LP: #1796692
    https://bugzilla.redhat.com/show_bug.cgi?id=1639076
    poettering committed Oct 26, 2018
  2. chown-recursive: also drop ACLs when recursively chown()ing

    Let's better be safe than sorry and also drop ACLs.
    poettering committed Oct 26, 2018