Fixes #26693 Added functionality to verify that the escrowed LUKS disk encryption key is valid. To achieve this, two new fleetd tables were added: lsblk and cryptsetup_luks_salt/table to compare the stored encryption key with the ones present on the host.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
* Added a new Linux table 'lsblk' populated from the output of running 'lsblk -n -O'
|
||||
* Added a new Linux table 'cryptsetup_luks_salt', given a device path returns all the key_slots and salts of said device.
|
||||
Reference in New Issue
Block a user