Details
Details
- Version
- 0.9.0
Event Timeline
Comment Actions
When decrypting files in the file manager window, GPA 0.9.0 creates the plaintext
files with the user's default permissions. On most Linux distributions, this means
the plaintext file is world readable (i.e. umask 0022 -> permissions 0755).
Comment Actions
That is standard Unix behaviour and not a bug. Set your umask properly.
GnuPG does the same.
Do you want to turn this into a feature request?