files.createTempFile
creates files with restrictive permissions
#379
Labels
Milestone
files.createTempFile
creates files with restrictive permissions
#379
files.createTempFile
doesn't allow to define the permissions of the created file (although the utilizedjava.nio.file.Files
method does), and as a result on linux/ubuntu the created files are read/writable only for the file owner. From the java docs:files.createTempFile
should imho use a more relaxed default permission (i.e. "rw-r--r--") and/or allow passing the permissionsThe text was updated successfully, but these errors were encountered: