|
|
|
|
|
by Dylan16807
4350 days ago
|
|
You seem to be missing a critical detail here. Using mount unsafely requires you to already be root. Mounting a volume with truecrypt does not[1] require you to be root. But it invokes mount for you, as root, in an unsafe way. [1]AFAIK, based on the video, and knowing that it doesn't require admin on windows |
|
1) Use FUSE's ability to (as a non-root user) mount user-readable devices in a user-owned directory.
2) Do as Docker does and talk to over a socket to a daemon running as root.
From what I've seen the official TrueCrypt software does neither of these things. What video are you talking about? Perhaps I missed something?
On Windows, it's not uncommon for an unprivileged process to talk to a root-equivalent Service to perform privileged operations.