-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[reporting] Move chromium user data to path.data #112198
Conversation
Currently reporting manages a Chromium profile in /tmp. This contains browser data and screenshots used to generate PDFs. By moving this to the data directory, we're able to inherit fs permissions created by the deb and rpm packages, or user defined settings.
💚 Build SucceededMetrics [docs]
To update your PR or re-run it, just comment with: |
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
Thanks @tsullivan! Do you have any thoughts on backporting this to 7.16? I don't foresee issues given this is mostly a temporary folder, but may not have the full picture. |
@jbudz I don't see any issues with porting this to 7.x/7.16. Thanks! |
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Co-authored-by: Jonathan Budzenski <[email protected]>
Currently reporting manages a Chromium profile in /tmp. This contains
browser data and screenshots used to generate PDFs. By moving this to
the data directory, we're able to inherit fs permissions created by the
deb and rpm packages, or user defined settings.