Re: [systemd-devel] [PATCH] core/cryptsetup: Add WantsMountFor option to enable fallback to password request for crypt mounts. Signed-off-by: Przemek Rudy pru...@o2.pl

2014-05-16 Thread Lennart Poettering
On Mon, 28.04.14 17:22, Przemyslaw Rudy (pru...@o2.pl) wrote: This patch is a proposal for a problem with not falling back to password request if the device with unlocking key for crypt volumes is not mounted for defined time. Can you elaborate on the usecase? I mean, this would

Re: [systemd-devel] [PATCH] core/cryptsetup: Add WantsMountFor option to enable fallback to password request for crypt mounts. Signed-off-by: Przemek Rudy pru...@o2.pl

2014-04-28 Thread Tom Gundersen
On Mon, Apr 28, 2014 at 12:46 AM, Przemek Rudy pru...@o2.pl wrote: This patch is a proposal for a problem with not falling back to password request if the device with unlocking key for crypt volumes is not mounted for defined time. Looks good to me (but I didn't test it). Only one minor nit

Re: [systemd-devel] [PATCH] core/cryptsetup: Add WantsMountFor option to enable fallback to password request for crypt mounts. Signed-off-by: Przemek Rudy pru...@o2.pl

2014-04-28 Thread Przemyslaw Rudy
Hi Tom, Sure, I'll get rid of this signed-off soon and re-send. It has been tested with fedora 20 for all three options: - with device inserted - with device removed during startup but inserted before the mount timeout - with device removed Thanks Przemek On 04/28/2014 10:15 AM, Tom Gundersen

Re: [systemd-devel] [PATCH] core/cryptsetup: Add WantsMountFor option to enable fallback to password request for crypt mounts. Signed-off-by: Przemek Rudy pru...@o2.pl

2014-04-28 Thread Lennart Poettering
On Sun, 27.04.14 23:46, Przemek Rudy (pru...@o2.pl) wrote: This patch is a proposal for a problem with not falling back to password request if the device with unlocking key for crypt volumes is not mounted for defined time. Can you elaborate on the usecase? I mean, this would still result

Re: [systemd-devel] [PATCH] core/cryptsetup: Add WantsMountFor option to enable fallback to password request for crypt mounts. Signed-off-by: Przemek Rudy pru...@o2.pl

2014-04-28 Thread Przemyslaw Rudy
Hi Lennart, inline... On 04/28/2014 04:31 PM, Lennart Poettering wrote: On Sun, 27.04.14 23:46, Przemek Rudy (pru...@o2.pl) wrote: This patch is a proposal for a problem with not falling back to password request if the device with unlocking key for crypt volumes is not mounted for

[systemd-devel] [PATCH] core/cryptsetup: Add WantsMountFor option to enable fallback to password request for crypt mounts. Signed-off-by: Przemek Rudy pru...@o2.pl

2014-04-27 Thread Przemek Rudy
This patch is a proposal for a problem with not falling back to password request if the device with unlocking key for crypt volumes is not mounted for defined time. --- src/core/dbus-unit.c | 1 + src/core/load-fragment-gperf.gperf.m4 | 1 + src/core/load-fragment.c