|
|
|
|
|
by wglb
4351 days ago
|
|
So perhaps TrueCrypt in linux has a serious security issue should be changed to read Linux has a serious security issue Doesn't sound particular to TrueCrypt. I remember fielding a support call from a customer running Coherent on the Commodore Z8000 system who fabricated a floppy with pretty much the same properties--used a user-space program to create a floppy with setuid and then mounted it. Doesn't sound like TrueCrypt's problem. |
|
Another "standard practice" TrueCrypt is not following is its creation of the mount point with 0777 permissions at "/media",a directory that is world readable.A "standard practice" is to have mount points at "/run/media/$USER" or "/media/$USER" or anywhere else where only the owner of the mount point has access to it.This is another security issue that need to be addressed.