~rlaager/ecryptfs/fix-lp-1574174-2

  • Committer: Richard Laager
  • Date: 2016-04-25 22:48:36 UTC
  • Revision ID: rlaager@wiktel.com-20160425224836-fh4k7iymjnzbn1m2
Fix improper "already mounted" errors with ZFS

The obvious approach for using ZFS and ecryptfs together involves
creating a dataset like this:
zfs create -o mountpoint=/home/.ecryptfs/USER rpool/home/USER

As a result, /proc/mounts looks like this:
rpool/home/USER /home/.ecryptfs/USER zfs rw,xattr 0 0

ecryptfs-setup-private checked for existing mount points using a grep
which was effectively left-anchored. Unfortunately, this can match the
device column. A space at the beginning of the pattern corrects this.
Filename Latest Rev Last Changed Committer Comment Size
..
debian 309 15 years ago Dustin Kirkland debian/ubuntu packaging Initial checkin of the De Diff
doc 303 15 years ago Dustin Kirkland move the modprobe to a better place Move the modp Diff
img 606 12 years ago Dustin Kirkland renamed images directory Diff
lintian 448 14 years ago Dustin Kirkland * debian/lintian/ecryptfs-utils: added a lintian Diff
m4 303 15 years ago Dustin Kirkland move the modprobe to a better place Move the modp Diff
po 497 14 years ago Dustin Kirkland * Makefile.am, configure.ac, debian/control, debia Diff
rpm 303 15 years ago Dustin Kirkland move the modprobe to a better place Move the modp Diff
scripts 303 15 years ago Dustin Kirkland move the modprobe to a better place Move the modp Diff
src 303 15 years ago Dustin Kirkland move the modprobe to a better place Move the modp Diff
tests 625 12 years ago Tyler Hicks * tests/lib/etl_funcs.sh: - created eCryptfs tes Diff
AUTHORS 303 15 years ago Dustin Kirkland move the modprobe to a better place Move the modp 535 bytes Diff Download File
File autogen.sh 749 11 years ago Tyler Hicks * autogen.sh: - Use the --copy option when invok 61 bytes Diff Download File
ChangeLog 378 14 years ago Dustin Kirkland Changelogs updated. Signed-off-by: Dustin Kirklan 4 KB Diff Download File
configure.ac 880 8 years ago Dustin Kirkland opening 112 11.2 KB Diff Download File
CONTRIBUTING 604 12 years ago Tyler Hicks * CONTRIBUTING: - clarified how to contribute to 2.1 KB Diff Download File
COPYING 303 15 years ago Dustin Kirkland move the modprobe to a better place Move the modp 17.5 KB Diff Download File
INSTALL 303 15 years ago Dustin Kirkland move the modprobe to a better place Move the modp 7.8 KB Diff Download File
Makefile.am 748 11 years ago Tyler Hicks * autogen.sh, scripts/release.sh, Makefile.am: - 1.1 KB Diff Download File
NEWS 303 15 years ago Dustin Kirkland move the modprobe to a better place Move the modp 1.1 KB Diff Download File
README 816 10 years ago Tyler Hicks Update the README with a pointer to the ecryptfs.o 12.2 KB Diff Download File
THANKS 614 12 years ago Dustin Kirkland added my name to list of contributors 617 bytes Diff Download File