debian/: Multi-Arch support.
[preload-hacks] / debian / control
... / ...
CommitLineData
1Source: preload-hacks
2Section: utils
3Priority: extra
4Maintainer: Mark Wooding <mdw@distorted.org.uk>
5Build-Depends: debhelper (>= 9)
6Standards-Version: 3.8.0
7
8Package: uopen
9Architecture: any
10Suggests: fwd
11Depends: ${shlibs:Depends}
12Pre-Depends: ${misc:Pre-Depends}
13Multi-Arch: same
14Description: Automatic connection to Unix-domain sockets
15 uopen is a preload hack which detects attempts to open(2) Unix-domain
16 sockets and connects to the socket instead. This can be used, for
17 example, to implement a random-signature daemon.
18
19Package: noip
20Architecture: any
21Depends: ${shlibs:Depends}
22Pre-Depends: ${misc:Pre-Depends}
23Multi-Arch: same
24Description: Run programs with limited network access
25 noip is a preload hack which traps socket calls and forces (most)
26 attempts to use TCP/IP to use Unix-domain sockets in a private directory
27 instead. This can be used to help secure systems which use IP sockets
28 unnecessarily. It can also be used to limit access to forwarded SSH
29 ports. Full configuration is available via a file or environment
30 variables.