add support for setting up encrypted home directory on user creation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eCryptfs |
Fix Released
|
High
|
Dustin Kirkland | ||
adduser (Ubuntu) |
Fix Released
|
High
|
Dustin Kirkland | ||
ecryptfs-utils (Ubuntu) |
Fix Released
|
High
|
Dustin Kirkland | ||
gnome-system-tools (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
linux (Ubuntu) |
Fix Released
|
High
|
Tim Gardner | ||
system-tools-backends (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
user-setup (Ubuntu) |
Fix Released
|
High
|
Dustin Kirkland |
Bug Description
Binary package hint: adduser
I'm currently adding support for bootstrapping an encrypted home directory to the ecryptfs-
This requires a simple patch to the adduser utility, to support an "--encrypt-home" option, which would call:
# ecryptfs-
The call to ecryptfs-
This patch also adds documentation to the manpage regarding the new --encrypt-home option.
Finally, this patch modifies the control file to "Recommend" a version of ecryptfs-utils with the required new functionality. Note that Colin said he needs to think about the appropriate level (Recommends vs. Suggests).
:-Dustin
Changed in ecryptfs: | |
status: | In Progress → Fix Released |
Changed in ecryptfs-utils: | |
status: | In Progress → Fix Released |
Changed in user-setup: | |
assignee: | nobody → kirkland |
importance: | Undecided → High |
milestone: | none → jaunty-alpha-2 |
status: | New → In Progress |
Changed in user-setup: | |
status: | In Progress → Fix Committed |
Changed in gnome-system-tools (Ubuntu): | |
milestone: | jaunty-alpha-2 → lucid-alpha-3 |
status: | Triaged → Fix Committed |
Note that the majority of the attached patch is internationaliz ation noise. The pertinent changes are:
adduser | 14 +
debian/changelog | 10 +
debian/control | 1
doc/adduser.8 | 6
Also note that this should not be uploaded until the required ecryptfs-utils package hits the archives. I'll ping here again when that happens.
In the meantime, I'm going to upload both an adduser and an ecryptfs-utils that work together to my PPA.
:-Dustin