enable proxying for git-annex-shell p2pstdio

This commit is contained in:
Joey Hess 2024-06-11 13:07:04 -04:00
parent 58d8ba5a4f
commit 60e63fb85b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -50,7 +50,7 @@ cmdsMap = M.fromList $ map mk
-- determine the security policy to use, so is safe to
-- include in the readonly list even though it is not
-- always readonly
, notProxyable (gitAnnexShellCheck Command.P2PStdIO.cmd) -- FIXME support proxy
, gitAnnexShellCheck Command.P2PStdIO.cmd
, notProxyable (gitAnnexShellCheck Command.InAnnex.cmd)
, notProxyable (gitAnnexShellCheck Command.SendKey.cmd)
]