Verify push access before running git-shell -c git-receive-pack
commit4ede1721ac51867fe2a9693ea4962b7610b3cd21
authorKyle J. McKay <mackyle@gmail.com>
Wed, 19 Jun 2013 17:17:09 +0000 (19 10:17 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 29 Jun 2013 10:34:28 +0000 (29 03:34 -0700)
tree1a1f45e5174c9b414c706c38d848f8a7bf809a2d
parent56a52a1e7768ddd718a2df14c8ee7d6477ec5ebb
Verify push access before running git-shell -c git-receive-pack

In order to update an existing deployment, first after running make
&& make install as non-root the resulting script created at
repomgr/bin/git-shell-verify must be installed in the chroot jail
at bin/git-shell-verify and then each etc/passwd user entry in the
chroot jail must have its shell changed from git-shell to
git-shell-verify.
Girocco/User.pm
bin/git-shell-verify [new file with mode: 0755]
install.sh
jailsetup.sh