control 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Source: clevis
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: https://github.com/latchset/clevis
  4. Standards-Version: 4.1.1
  5. Build-Depends: debhelper (>= 10~),
  6. curl,
  7. dracut,
  8. jose,
  9. libaudit-dev (>= 1:2.7.8),
  10. libglib2.0-dev,
  11. libjansson4 (>= 2.10),
  12. libjose-dev,
  13. libluksmeta-dev (>= 8),
  14. libpwquality-tools,
  15. libssl-dev,
  16. libudisks2-dev,
  17. pkg-config,
  18. systemd,
  19. tang,
  20. Priority: optional
  21. Section: net
  22. Package: clevis
  23. Architecture: linux-any
  24. Depends: ${misc:Depends}, ${shlibs:Depends},
  25. cracklib-runtime,
  26. curl,
  27. jose,
  28. libpwquality-tools,
  29. luksmeta,
  30. Recommends:
  31. cryptsetup,
  32. Description: automated encryption framework
  33. Clevis is a plugable framework for automated decryption. It can be used
  34. to provide automated decryption of data or even automated unlocking of
  35. LUKS volumes.
  36. .
  37. It supports tang, shamir secret sharing, escrow using HTTP.
  38. Package: clevis-dracut
  39. Architecture: all
  40. Depends: ${misc:Depends},
  41. clevis-systemd,
  42. dracut-network,
  43. Description: Dracut integration for clevis
  44. Clevis is a plugable framework for automated decryption. This package
  45. provides integration for the dracut initramfs to automatically unlock
  46. LUKSv1 block devices in early boot.
  47. Package: clevis-luks
  48. Architecture: all
  49. Depends: ${misc:Depends},
  50. clevis,
  51. cryptsetup,
  52. luksmeta,
  53. Description: LUKSv1 integration for clevis
  54. This package allows you to bind a LUKSv1 volume to a clevis unlocking
  55. policy. For automated unlocking, an unlocker will also be required.
  56. See, for example, clevis-dracut and clevis-udisks2.
  57. Package: clevis-systemd
  58. Architecture: linux-any
  59. Depends: ${misc:Depends},
  60. clevis-luks,
  61. socat,
  62. systemd,
  63. Description: systemd integration for clevis
  64. Clevis is a plugable framework for automated decryption. This package
  65. provides automatic unlocking of LUKSv1 _netdev block devices from
  66. /etc/crypttab.
  67. Package: clevis-udisks2
  68. Architecture: linux-any
  69. Depends: ${misc:Depends}, ${shlibs:Depends},
  70. Description: UDisks2/Storaged integration for clevis
  71. Clevis is a plugable framework for automated decryption. This package
  72. provides automatic unlocking LUKSv1 block devices in desktop
  73. environments that use UDisks2 or storaged.