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

Set current user as an owner for parent directories #22677

Open
wants to merge 1 commit into
base: blead
Choose a base branch
from

Commits on Oct 18, 2024

  1. Set current user as an owner for parent directories

    The problem happens in a Docker container with mounted case-sensitive APFS when running `miniperl_top "-I../../lib" -MExtUtils::Command -e 'mkpath' -- ../../lib/auto/lib
    as
    ```
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    ERROR: Can't create '../../lib/auto'
    Do not have write permissions on '../../lib/auto'
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    ```
    
    where ../../lib/auto has root as an owner instead of the current user. 
    
    The PR should fix the issue by setting the owner for all created directories.
    oxidase authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    acecd7c View commit details
    Browse the repository at this point in the history