mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
Also incorporate a couple of changes from PR 233183: - A more complete local.json example configuration - A more elaborate pkg-message (explain git usage) - Add sudoers example configuration - Patch ssh hook and sshd example configuration
4 lines
399 B
Text
4 lines
399 B
Text
# Phabricator sudoers file.
|
|
|
|
www ALL=www SETENV: NOPASSWD: %%LOCALBASE%%/bin/git, %%LOCALBASE%%/libexec/git-core/git-http-backend, %%LOCALBASE%%/bin/hg, %%LOCALBASE%%/bin/ssh, /usr/bin/ssh
|
|
git ALL=www SETENV: NOPASSWD: %%LOCALBASE%%/bin/git, %%LOCALBASE%%/bin/git-upload-pack, %%LOCALBASE%%/bin/git-receive-pack, %%LOCALBASE%%/bin/hg, %%LOCALBASE%%/bin/svnserve, %%LOCALBASE%%/bin/ssh, /usr/bin/ssh
|