Source: preload-hacks Section: utils Priority: extra Maintainer: Mark Wooding Standards-Version: 3.8.0 Package: uopen Architecture: any Suggests: fw Depends: ${shlibs:Depends} Description: Automatic connection to Unix-domain sockets uopen is a preload hack which detects attempts to open(2) Unix-domain sockets and connects to the socket instead. This can be used, for example, to implement a random-signature daemon. Package: noip Architecture: any Depends: ${shlibs:Depends} Description: Run programs with limited network access noip is a preload hack which traps socket calls and forces (most) attempts to use TCP/IP to use Unix-domain sockets in a private directory instead. This can be used to help secure systems which use IP sockets unnecessarily. It can also be used to limit access to forwarded SSH ports. Full configuration is available via a file or environment variables.