Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UTILS: swap order of seteuid()/setegid()
Otherwise it fails with: ``` 6906 16:40:32.455571 setresuid(-1, 996, -1) = 0 6906 16:40:32.455590 setresgid(-1, 993, -1) = -1 EPERM (Operation not permitted) ``` Reviewed-by: Alejandro López <[email protected]> Reviewed-by: Iker Pedrosa <[email protected]>
- Loading branch information