|
|
|
|
|
by simoncion
4350 days ago
|
|
From what I've seen on Linux, TrueCrypt is run as root. The two other ways it could do mounting are: 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. |
|
So this isn't a security flaw, this is a feature request for non-root mounting.
Except you can already use FUSE so I'm not sure what the complaint is at all. Don't let people run commands as root that weren't designed for it.
Sorry about the noise.
[1] http://vinicius777.github.io/blog/2014/07/14/truecrypt-privi...