You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments