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:
parent
aa11440755
commit
a654f808e3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue