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
[rqd] Fix permission issues when becoming a user (#1496)
Changes implemented by #1416 impacted the locking mechanism for handling
permissions on rqd, causing multiple threads to compete for permission
settings and access to passwords.
Besides fixing the bug, this PR also introduces a fix for a potential
security issue that would allow frames to run as root if the frame user
didn't exist and the process to create this user fails.
0 commit comments