debian/: Multi-Arch support.
[preload-hacks] / debian / control
1 Source: preload-hacks
2 Section: utils
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@distorted.org.uk>
5 Build-Depends: debhelper (>= 9)
6 Standards-Version: 3.8.0
7
8 Package: uopen
9 Architecture: any
10 Suggests: fwd
11 Depends: ${shlibs:Depends}
12 Pre-Depends: ${misc:Pre-Depends}
13 Multi-Arch: same
14 Description: 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
19 Package: noip
20 Architecture: any
21 Depends: ${shlibs:Depends}
22 Pre-Depends: ${misc:Pre-Depends}
23 Multi-Arch: same
24 Description: 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.