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
Couldn't we avoid having a pool of UIDs, leading to potential races and adding constraints to the execution, by passing the CLONE_NEWUSER flag to clone(2) and always using the same uid and gid when dropping privileges?
If this change sounds good to you, I can work on it, it shouldn't take long!
The text was updated successfully, but these errors were encountered:
Couldn't we avoid having a pool of UIDs, leading to potential races and adding constraints to the execution, by passing the CLONE_NEWUSER flag to clone(2) and always using the same uid and gid when dropping privileges?
If this change sounds good to you, I can work on it, it shouldn't take long!
The text was updated successfully, but these errors were encountered: