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
We're currently ignoring the file mode specified for container files.
This should be relatively easy to fix: just chmod the file before we mount it, for extra points, validate tha mode & 0600 == 0600 so that the "owning" user always has read/write.
The text was updated successfully, but these errors were encountered:
We're currently ignoring the file mode specified for container files.
This should be relatively easy to fix: just chmod the file before we mount it, for extra points, validate tha
mode & 0600 == 0600
so that the "owning" user always has read/write.The text was updated successfully, but these errors were encountered: