Пакет fscryptctl: Информация

    Исходный пакет: fscryptctl
    Версия: 1.3.0-alt1
    Собран:  9 ноября 2025 г. 9:59
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/google/fscryptctl

    Лицензия: Apache-2.0
    О пакете: A small C tool for Linux filesystem encryption
    Описание: 
    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

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    fscryptctl (riscv64)
    fscryptctl-debuginfo (riscv64)

    Сопровождающий: Vitaly Chikunov

    Список участников:
    Vitaly Chikunov
    Andrew Savchenko

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

    Последнее изменение


    5 ноября 2025 г. Vitaly Chikunov 1.3.0-alt1
    - Update to v1.3.0 (2025-11-04).
    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.
    24 марта 2024 г. Vitaly Chikunov 1.2.0-alt1
    - Update to v1.2.0 (2024-03-20).