Skip to content

Commit

Permalink
Fix git not being able to call a customized sshCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
chiraag-nataraj committed Jan 26, 2019
1 parent 22de552 commit 10a6544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git.profile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ include ${HOME}/.config/firejail/ssh.profile
whitelist ${DOCUMENTS}
whitelist ${HOME}/.config/git
whitelist ${HOME}/.config/gnupg
whitelist ${HOME}/.password-store
whitelist ${HOME}/.local/share/password-store

private-bin git,git-receive-pack,git-shell,git-upload-archive,git-upload-pack,gpg,pager
private-bin git,git-receive-pack,git-shell,git-upload-archive,git-upload-pack,gpg,pager,sh
private-etc ssl,alternatives,terminfo
private-lib git-core,libcurl-gnutls.so.4,libexpat.so.1,ssl,x86_64-linux-gnu/sasl2,nss,libdb-5.3.so,libcrypt-2.27.so,libcrypto.so.1.1,terminfo

Expand Down

0 comments on commit 10a6544

Please sign in to comment.