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 54 55 56 57 58
|
Source: keyutils
Section: admin
Priority: optional
Maintainer: Christian Kastner <ckk@debian.org>
Build-Depends:
debhelper-compat (= 13),
lsb-release,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git
Vcs-Git: https://salsa.debian.org/debian/keyutils.git
Vcs-Browser: https://salsa.debian.org/debian/keyutils
Package: keyutils
Architecture: linux-any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Linux Key Management Utilities
Keyutils is a set of utilities for managing the key retention facility in the
kernel, which can be used by filesystems, block devices and more to gain and
retain the authorization and encryption keys required to perform secure
operations.
.
This package provides the binaries, most notably the keyctl utility.
Package: libkeyutils1
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Pre-Depends: ${misc:Pre-Depends}
Description: Linux Key Management Utilities (library)
Keyutils is a set of utilities for managing the key retention facility in the
kernel, which can be used by filesystems, block devices and more to gain and
retain the authorization and encryption keys required to perform secure
operations.
.
This package provides a wrapper library for the key management facility system
calls.
Package: libkeyutils-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends:
${misc:Depends},
libkeyutils1 (= ${binary:Version}),
Description: Linux Key Management Utilities (development)
Keyutils is a set of utilities for managing the key retention facility in the
kernel, which can be used by filesystems, block devices and more to gain and
retain the authorization and encryption keys required to perform secure
operations.
.
This package contains the development files.
|