forked from I2P_Developers/i2p.i2p
* Router: Set permissions on wrapper.log when not called by RouterLaunch
This commit is contained in:
@@ -56,7 +56,7 @@ public class SecureFileOutputStream extends FileOutputStream {
|
||||
* Tries to set the permissions to 600,
|
||||
* ignores errors
|
||||
*/
|
||||
private static void setPerms(File f) {
|
||||
public static void setPerms(File f) {
|
||||
if (!canSetPerms)
|
||||
return;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user