-
Notifications
You must be signed in to change notification settings - Fork 50
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
Fix the file permissions on the sqlite db. #116
Conversation
This fixes the primary object cache, but I'm not sure where the other resources are stored. |
This ensures that the permissions on the file that SQLite is using are correct (0600) i.e. user read/write.
c16b2c8
to
3c49d3d
Compare
Co-authored-by: Paulo Gomes <[email protected]>
This ensures that when touchFile returns the referenced file will have the correct permissions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine, but I'd like the comment clarified.
@ericpromislow Can you give this a 👍🏻 ? |
@bigkevmcd please note this should target the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG now
This ensures that the permissions on the file that SQLite is using are correct (0600) i.e. user read/write.
Part of rancher/rancher#47825