I need git user to run
chgrp -R www-data linode.git/
chmod -R 770 linode.git/
as root. Only these two commands and only for git user. How can I do that?
|
I need
as root. Only these two commands and only for git user. How can I do that? |
|||
|
|
|
Add git to sudoers using
|
|||||||||||
|
|
I recommend using super, a handy tool which is basically setuid but you can limit it to certain users or groups. |
|||
|
|