enable proxying for git-annex-shell p2pstdio
This commit is contained in:
parent
58d8ba5a4f
commit
60e63fb85b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ cmdsMap = M.fromList $ map mk
|
||||||
-- determine the security policy to use, so is safe to
|
-- determine the security policy to use, so is safe to
|
||||||
-- include in the readonly list even though it is not
|
-- include in the readonly list even though it is not
|
||||||
-- always readonly
|
-- always readonly
|
||||||
, notProxyable (gitAnnexShellCheck Command.P2PStdIO.cmd) -- FIXME support proxy
|
, gitAnnexShellCheck Command.P2PStdIO.cmd
|
||||||
, notProxyable (gitAnnexShellCheck Command.InAnnex.cmd)
|
, notProxyable (gitAnnexShellCheck Command.InAnnex.cmd)
|
||||||
, notProxyable (gitAnnexShellCheck Command.SendKey.cmd)
|
, notProxyable (gitAnnexShellCheck Command.SendKey.cmd)
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue