Describe the bug
A user of our SWT-based application reported following bug: he sets the umask to 0077 and the SWT libraries are still created with 0755 permissions instead of the expected user-only 0700.
To Reproduce
- invoke
umask 077 in a terminal (Linux, MacOS)
- launch any SWT based application from the terminal
Expected behavior
The temp files for the SWT binaries should consider the set umask.
Environment:
- Select the platform(s) on which the behavior is seen:
Describe the bug
A user of our SWT-based application reported following bug: he sets the
umaskto0077and the SWT libraries are still created with0755permissions instead of the expected user-only0700.To Reproduce
umask 077in a terminal (Linux, MacOS)Expected behavior
The temp files for the SWT binaries should consider the set umask.
Environment: