É possível criptografar vários ecryptfs?
Como criptografar uma pasta chamada level2
com ecryptfs
dentro de uma pasta ecryptfs
montada chamada level1
?
level1
e level2
está organizada como
# tree
/root/
└─level1
└─level2
e level1 são criptografados com ecryptfs:
# mount -t ecryptfs /root/level1 /root/level1
No entanto, não consigo montar level2
folder
# mount -t ecryptfs level2
Passphrase:
Filename Encryption Key (FNEK) Signature [d3f92227db598fd6]:
Attempting to mount with the following options:
ecryptfs_unlink_sigs
ecryptfs_fnek_sig=d3f92227db598fd6
ecryptfs_passthrough
ecryptfs_key_bytes=32
ecryptfs_cipher=aes
ecryptfs_sig=d3f92227db598fd6
mount: wrong fs type, bad option, bad superblock on /root/level1/level2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
Error mounting eCryptfs: [-1] Operation not permitted
Check your system logs; visit <http://ecryptfs.org/support.html>
e dmesg | cauda me dá
[...]
[36057.561958] Mount on filesystem of type eCryptfs explicitly disallowed due to known incompatibilities
[36057.562176] Reading sb failed; rc = [-22]
PS: Estou interessado apenas em ecryptfs
encryption. Por favor, não me aconselhe a usar o EncFS
(funciona para criptografia múltipla, mas não é um sistema de criptografia seguro) ou a criptografia completa de partições.