1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 14:13:23 +00:00

change TR_MKDIR_PERM from 0777 to 0755

change TR_CREAT_PERM from 0666 to 0644
This commit is contained in:
Charles Kerr 2007-11-19 04:46:49 +00:00
parent aa11440755
commit a654f808e3

View file

@ -92,9 +92,9 @@ enum
TR_RESERVED_FDS = 16, /* sockets reserved for tracker connections */
TR_MKDIR_PERM = 0777,
TR_MKDIR_PERM = 0755,
TR_CREAT_PERM = 0666
TR_CREAT_PERM = 0644
};
struct tr_openfile