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

Allow setting file permissions with create_file #820

Merged
merged 1 commit into from
May 10, 2023

Commits on May 5, 2023

  1. Allow setting file permissions with create_file

    Previously, to restrict the permissions of a file created using
    create_file, chmod could be called right after. However, that leaves a
    short amount of time between when the file is first created and when the
    permissions are updated where another user could read the file.
    
    This commit enables passing file permissions to create_file so that
    permissions can be set when the file is created.
    skipkayhil committed May 5, 2023
    Configuration menu
    Copy the full SHA
    81f9965 View commit details
    Browse the repository at this point in the history