fscrypt 0.2.5-2 source package in Ubuntu

Changelog

fscrypt (0.2.5-2) unstable; urgency=medium

  * The upstream libpam config file is now a template; compile it.
    (Closes: #946155)
  * Build-Depend on m4.

 -- Paride Legovini <email address hidden>  Wed, 04 Dec 2019 13:57:04 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
fscrypt_0.2.5-2.dsc 1.9 KiB 924b5a7c87d82e9348d7c1c8ee777ca85de15b12534346dc5d7f07066e77f5d7
fscrypt_0.2.5.orig.tar.gz 97.6 KiB e2447c3fd6982ee63d24b92ebb424efc1f28cdec5bf589d5f687721848936f6e
fscrypt_0.2.5-2.debian.tar.xz 5.1 KiB 833374927671a3c26d2bb8caba82a3a00691693280f36ac1d70180b0ddbf804e

Available diffs

No changes file available.

Binary packages built by this source

fscrypt: Tool for managing Linux filesystem encryption

 fscrypt is a high-level tool for the management of Linux filesystem
 encryption. This tool manages metadata, key generation, key wrapping,
 PAM integration, and provides a uniform interface for creating and
 modifying encrypted directories.
 .
 To use fscrypt, you must have a filesystem with encryption enabled and
 a kernel that supports reading/writing from that filesystem. Currently,
 ext4, F2FS, and UBIFS support Linux filesystem encryption. Ext4 has
 supported Linux filesystem encryption since v4.1, F2FS added support
 in v4.2, and UBIFS added support in v4.10. Other filesystems may add
 support for native encryption in the future.

libpam-fscrypt: PAM module for Linux filesystem encryption

 fscrypt is a high-level tool for the management of Linux filesystem
 encryption. This tool manages metadata, key generation, key wrapping,
 PAM integration, and provides a uniform interface for creating and
 modifying encrypted directories.
 .
 This PAM module can be used to unlock one or more directories upon user
 login and then lock those directories when the user ends their session.