Skip to content

Commit

Permalink
Merge pull request #64 from random-archer/dev-crypto-review
Browse files Browse the repository at this point in the history
crypto review
  • Loading branch information
Andrei-Pozolotin authored Apr 21, 2020
2 parents 6323791 + 29242ac commit 4af000b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/initrd-cryptsetup.service
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ InitrdBinary=/usr/bin/mkswap
# include cryptsetup binaries
InitrdBinary=/usr/bin/dmsetup
InitrdCall=add_module dm-crypt
InitrdCall=add_module dm-integrity
InitrdCall=add_all_modules /crypto/

# include cryptsetup udev rules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ InitrdBinary=/usr/bin/mkswap
# include cryptsetup binaries
InitrdBinary=/usr/bin/dmsetup
InitrdCall=add_module dm-crypt
InitrdCall=add_module dm-integrity
InitrdCall=add_all_modules /crypto/

# include cryptsetup udev rules
Expand Down
1 change: 1 addition & 0 deletions tool/image/test/cryptsetup/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"/bin/mkswap",

f"/usr/lib/modules/{kernel_version}/kernel/dm-crypt.ko",
f"/usr/lib/modules/{kernel_version}/kernel/dm-integrity.ko",

"/usr/lib/udev/rules.d/10-dm.rules",
"/usr/lib/udev/rules.d/11-dm-initramfs.rules",
Expand Down

0 comments on commit 4af000b

Please sign in to comment.