Skip to content

Avoid permission issues for the crash uploader script#6697

Merged
jbachorik merged 1 commit intomasterfrom
jb/multi_user_crash_tracking
Feb 19, 2024
Merged

Avoid permission issues for the crash uploader script#6697
jbachorik merged 1 commit intomasterfrom
jb/multi_user_crash_tracking

Conversation

@jbachorik
Copy link
Copy Markdown
Contributor

@jbachorik jbachorik commented Feb 19, 2024

What Does This Do

For the crash tracking it adjusts the folder and file permissions such that they are not restricted to a single user/group.

Motivation

The crash tracking script initialization routine is creating the script on the fly. By default the defined folder and the script itself will be accessing only to the user/group that created them. This is causing issues on mutli-user systems where the script and the directory hierarchy may be created by one user and then used by another one.

Additional Notes

Jira ticket: PROF-9159

@jbachorik jbachorik requested a review from a team as a code owner February 19, 2024 12:08
@jbachorik jbachorik merged commit 79327cd into master Feb 19, 2024
@jbachorik jbachorik deleted the jb/multi_user_crash_tracking branch February 19, 2024 13:46
@github-actions github-actions Bot added this to the 1.31.0 milestone Feb 19, 2024
@bm1549 bm1549 added the comp: profiling Profiling label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants