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

cmd-buildextend-hashlist-experimental: make all directories in tmp checkout readable #3386

Merged
merged 1 commit into from Mar 6, 2023

Commits on Mar 4, 2023

  1. buildextend-hashlist-experimental: make tmp checkout readable

    We are changing the 'find' invocation permissions to access the
    /etc/credstore directory.'find' can't recurse into '/etc/credstore',
    we add 'x' so that it can recurse into it. With '+', 'find' accumulates
    paths and runs 'chmod' once (or batched by the arg limit). But for
    this, we need it to 'chmod' the dir before it tries to recurse into
    it, so we change to ';'.
    
    Fixes: coreos/fedora-coreos-tracker#1429
    aaradhak committed Mar 4, 2023
    Copy the full SHA
    158641c View commit details
    Browse the repository at this point in the history