Package fscryptctl: Information

    Source package: fscryptctl
    Version: 1.2.0-alt2
    Build time:  Jul 31, 2024, 02:16 AM
    Report package bug
    License: Apache-2.0
    Summary: A small C tool for Linux filesystem encryption
    Description: 
    fscryptctl is a low-level tool written in C that handles raw keys and
    manages policies for Linux filesystem encryption, see [1], specifically
    the "fscrypt" kernel interface which is supported by the ext4, f2fs,
    UBIFS, and CephFS filesystems.
    
    fscryptctl is mainly intended for embedded systems which can't use
    the full-featured fscrypt tool, or for testing or experimenting with
    the kernel interface to Linux filesystem encryption. fscryptctl does
    *not* handle key generation, key stretching, key wrapping, or PAM
    integration. Most users should use the fscrypt tool instead, which
    supports these features and generally is much easier to use.
    
    [1] https://www.kernel.org/doc/html/latest/filesystems/fscrypt.html

    List of RPM packages built from this SRPM:
    fscryptctl (riscv64)
    fscryptctl-debuginfo (riscv64)

    Maintainer: Vitaly Chikunov

    List of contributors:
    Vitaly Chikunov
    Andrew Savchenko

      1. pandoc
      2. e2fsprogs
      3. python3-module-pytest
      4. rpm-build-vm-createimage

    Last changed


    July 27, 2024 Vitaly Chikunov 1.2.0-alt2
    - spec: Remove R:kernel. The kernel package does not need to be installed for
      this tool to work. Perhaps, if the tool is running, the kernel is already
      there. Also, the installed kernel is not necessarily the booted kernel.
      The Requires tag is not a commentary on which kernel is best for the tool.
      Therefore, a Requires tag was misused.
    March 24, 2024 Vitaly Chikunov 1.2.0-alt1
    - Update to v1.2.0 (2024-03-20).
    June 5, 2023 Vitaly Chikunov 1.1.0-alt1
    - Update to v1.1.0 (2023-01-30).