git-annex accesses /etc/protocols

  • Open
  • quality assurance status badge
Details
One participant
  • Konrad Hinsen
Owner
unassigned
Submitted by
Konrad Hinsen
Severity
normal

Debbugs page

Konrad Hinsen wrote 1 years ago
(address . bug-guix@gnu.org)
m1le881nuv.fsf@fastmail.net
As packaged in Guix, git-annex reads the file /etc/protocols,
e.g. for accessing Web remotes. This requires sharing this
file from the host when running git-annex in a container.
Other software in Guix is patched to use the protocols file
from "net-base" instead. This should be done for git-annex
as well.

A quick scan of the source code shows no obvious reference to
/etc/protocols. It is possible that the access actually
happens in some dependency.

Cheers,
Konrad.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 68794@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68794
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help