Skip to content

Fix sudoers entry for sudo

Matthias Käppler requested to merge mk/fix-sudoers-rule into master

Previously, it was not allowing to run commands for another target user.

Before:

git@c8ad40012cfe:~/gitlab-workhorse$ sudo -u nobody echo 'hello'
[sudo] password for git:

After:

git@25d1c8c00102:~/gitlab$ sudo -u nobody echo 'hello'
hello

Merge request reports