How can I get ecryptfs to work in a container?
I currently am trying these options:
unprivileged: 1
features: keyctl=1,mount=ecryptfs;,nesting=1,fuse=1,mknod=1
But I get this output:
# mount -t ecryptfs -o "key=passphraseassphrase_passwd=9ertLfg6v,ecryptfs_passthrough=no,ecryptfs_cipher=aes,ecryptfs_key_bytes=32,ecryptfs_unlink_sigs,ecryptfs_e
nable_filename_crypto=y,ecryptfs_fnek_sig=ca1ebb4af086a125,verbosity=1,no_sig_cache" /home/user/secure/ /home/user/secure/
Exiting. Unable to obtain passwd info
Any suggestion?
I currently am trying these options:
unprivileged: 1
features: keyctl=1,mount=ecryptfs;,nesting=1,fuse=1,mknod=1
But I get this output:
# mount -t ecryptfs -o "key=passphraseassphrase_passwd=9ertLfg6v,ecryptfs_passthrough=no,ecryptfs_cipher=aes,ecryptfs_key_bytes=32,ecryptfs_unlink_sigs,ecryptfs_e
nable_filename_crypto=y,ecryptfs_fnek_sig=ca1ebb4af086a125,verbosity=1,no_sig_cache" /home/user/secure/ /home/user/secure/
Exiting. Unable to obtain passwd info
Any suggestion?