Skip to content

Avoid privilege drop when already unprivileged

If I am 'git' or 'gitlab-ci' I should be able to run e.g. 'gitlab-rake' without sudo. This make life a little easier in environments where admin access to the 'git' user account is allowed, but root access is not.

Merge request reports