pvr: change the directory permissions to more sane value
This might need reviewing and making configurable, but this is definitely a more sane starting point than the original.
This commit is contained in:
parent
51c5f29460
commit
9722e42a98
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ pvr_generate_filename(dvr_entry_t *de, const streaming_start_t *ss)
|
|||
|
||||
|
||||
/* */
|
||||
if(makedirs(path, 0777) != 0) {
|
||||
if(makedirs(path, 0755) != 0) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue