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:
Adam Sutton 2014-03-07 20:43:13 +00:00
parent 51c5f29460
commit 9722e42a98

View file

@ -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;
}