1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: gssproxy
Section: net
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders:
Simon Josefsson <simon@josefsson.org>,
Standards-Version: 4.7.0
Homepage: https://github.com/gssapi/gssproxy/
Vcs-Git: https://salsa.debian.org/debian/gssproxy.git
Vcs-Browser: https://salsa.debian.org/debian/gssproxy/
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-exec,
docbook-xml,
docbook-xsl,
krb5-admin-server,
krb5-kdc,
krb5-kdc-ldap,
ldap-utils,
libini-config-dev,
libkeyutils-dev,
libkrb5-dev,
libnss-wrapper,
libpopt-dev,
libselinux1-dev,
libsocket-wrapper [!armel !armhf],
libverto-dev,
libxml2-utils,
pkgconf,
python3,
python3-colorama,
slapd,
systemd-dev,
valgrind-if-available,
xml-core,
xsltproc,
Package: gssproxy
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Provides:
gss-proxy,
Description: Privilege separation daemon for GSSAPI
Applications can choose to use GSS-Proxy for GSSAPI credential management,
which means that they will not have direct access to the credentials
themselves. GSSAPI operations are also offloaded to the gssproxy daemon,
making it suitable for upcalls from the Kernel as well.
.
This package includes both the gssproxy daemon itself and the GSSAPI
interposer layer for existing applications.
|