Hi. Searching for luks in the git repository and the forum doesn’t bring up any hits. Am I right to assume, that encrypting the disk with dm-crypt/LUKS and managing keys/passwords is currently not easily doable?
Hi. Searching for luks in the git repository and the forum doesn’t bring up any hits. Am I right to assume, that encrypting the disk with dm-crypt/LUKS and managing keys/passwords is currently not easily doable?
Not aware of anyone using propellor for that yet.
Propellor's LVM module would probably be a decent starting point for implementing dm-crypt support.
Key/passwords could certianly be managed with propellor's privdata interface. Whether it makes sense to do so for security is probably up to the individual user, since privdata can be decrypted with your gpg private key, which you might not want to equate to access to your encrypted volume. Also, privdata is stored on the host that uses it in unencrypted form protected only by file permissions.
I'd love to use LUKS partitions in Propeller.
Thanks Joey.