Comment 5 for bug 769595

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Adding a task for schroot.

Basically, we need shroot to detect if a user's home directory is encrypted, and if so, modify the default profile at /etc/schroot/default/fstab to use:
  /home /home none rw,rbind 0 0
instead of:
  /home /home none rw,bind 0 0