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

    Исходный пакет: fscryptctl
    Версия: 1.2.0-alt1
    Последняя версия по данным Repology
    Собран:  25 марта 2024 г. 2:37 в задании #343487
    Сообщить об ошибке в пакете
    Домашняя страница: 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 (x86_64, ppc64le, i586, aarch64)
    fscryptctl-debuginfo (x86_64, ppc64le, i586, aarch64)

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

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

    Права:
    Andrew Savchenko
    Vitaly Chikunov
    @everybody

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

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


    24 марта 2024 г. Vitaly Chikunov 1.2.0-alt1
    - Update to v1.2.0 (2024-03-20).
    5 июня 2023 г. Vitaly Chikunov 1.1.0-alt1
    - Update to v1.1.0 (2023-01-30).
    11 ноября 2022 г. Vitaly Chikunov 1.0.0-alt4
    - Unimportant update to improve %check.