All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-crypt] cryptsetup --test-passphrase requires root
@ 2018-09-20 22:57 Frank Cusack
  2018-09-21  6:57 ` Milan Broz
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Cusack @ 2018-09-20 22:57 UTC (permalink / raw)
  To: dm-crypt

[-- Attachment #1: Type: text/plain, Size: 924 bytes --]

cryptsetup 1.6.1

cryptsetup --test-passphrase luksOpen /path/to/image

(note: /path/to/image is not a device path) complains

Cannot use a loopback device, running as non-root user.

Given that the header can be dumped without being root, it seems true that
one should be able to test the passphrase without being root, as long as
you can access the header/image.

I can see in lib/device_utils.c`device_internal_prepare that indeed,
cryptsetup makes this check proactively rather than just failing somewhere
else. In the case of --test-passphrase, is this really needed?

I don't think that is the code path for --test-passphrase though, since
--test-passphrase doesn't require a device path whereas the referenced code
does seem to require it. I didn't search exhaustively for that error
message, just stopped at the first place where it seems superfluous.
Couldn't a process have a mount capability without being uid 0?

[-- Attachment #2: Type: text/html, Size: 1265 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-21 16:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-20 22:57 [dm-crypt] cryptsetup --test-passphrase requires root Frank Cusack
2018-09-21  6:57 ` Milan Broz
2018-09-21 16:53   ` Frank Cusack

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.