← Back to team overview

ecryptfs team mailing list archive

[Bug 326184] Re: jaunty alpha4: server install does not use filename encryption

 

Will be released with version 70.

:-Dustin

-- 
jaunty alpha4: server install does not use filename encryption
https://bugs.launchpad.net/bugs/326184
You received this bug notification because you are a member of eCryptfs,
which is subscribed to ecryptfs-utils in ubuntu.

Status in eCryptfs - Enterprise Cryptographic Filesystem: Fix Committed
Status in “ecryptfs-utils” source package in Ubuntu: Fix Released

Bug description:
Binary package hint: ecryptfs-utils

Bug in ecryptfs-setup-private calls bash to do a bitwise-and operation.

Rather, we could use awk here...  Something like:
 cat /sys/fs/ecryptfs/version | awk '{printf "%d", and($1 , 0x100)}'

:-Dustin



References