chiark / gitweb /
el/dot-emacs.el: Remove `noip' from `LD_PRELOAD' list while running `man'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 13 Apr 2020 14:16:56 +0000 (15:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 13 Apr 2020 14:16:56 +0000 (15:16 +0100)
commit234ade9da911fef971e2938bbf23c322bcdff148
tree7c61218b17359c644b2b7b32cc2623c43975f9b8
parent330b33e258be1cc2ff5cb966c5654c3e1b1edbf4
el/dot-emacs.el: Remove `noip' from `LD_PRELOAD' list while running `man'.

Later versions of `man-db' install a `seccomp' filter to prevent stray
manpages from (among other stuff) doing network things.  This interacts
badly with `noip', which wants to fetch the list of network interfaces
at startup.  Since the `man-db' filter is strictly better than what
`noip' is doing, just turn off `noip' while running `man'.
el/dot-emacs.el