mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
* interfaces: builtin: add dm-crypt interface dm-crypt interface allows handling of dm-crypt devices - setting up luks partition - locking/unlocking of dm-crypt partition - adding key(s) to kernel keyring - formatting of encrypted partition(s) ( creation of fs) - mounting of encrypted partition(s) Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> * interfaces: builtin: add tests for dm-crypt interface Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> * interfaces: builtin: dm-crypt: update summary Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> * interfaces: builtin: dm-crypt: make udev rules more strict dm[0-9]->dm-[0-9] Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> * interfaces: builtin: dm-crypt: fix typo and description Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> * interfaces/tee: add dm-crypt interface Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> * interfaces/builtin: update basedeclaration_test for dm-crypt interface Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> * interfaces: run `go fmt` on basedeclaration_test.go * interfaces: add XXX comment about hardcoded mount points in dm-crypt interface Co-authored-by: Michael Vogt <mvo@ubuntu.com>