File: control

package info (click to toggle)
authbind 2.2.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: ansic: 489; makefile: 79; sh: 25
file content (18 lines) | stat: -rw-r--r-- 638 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: authbind
Section: utils
Priority: optional
Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
Standards-Version: 3.9.1
Build-Depends: debhelper-compat (= 13),
Rules-Requires-Root: no
Vcs-Git: https://www.chiark.greenend.org.uk/ucgi/~ian/githttp/authbind.git
Vcs-Browser: https://www.chiark.greenend.org.uk/ucgi/~ian/git/authbind.git

Package: authbind
Architecture: any
Depends: ${shlibs:Depends}
Description: Allows non-root programs to bind() to low ports
 This package allows a package to be started as non-root but
 still bind to low ports, without any changes to the application.
 .
 This is achieved with LD_PRELOAD.