mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-26 13:49:21 +00:00
Fixed file permissions
This commit is contained in:
parent
c72837a4a3
commit
f6f572ee9e
@ -719,7 +719,7 @@ bool CreateImage(int fd, const PbCommand& command)
|
||||
}
|
||||
|
||||
if (!strcasecmp(permission, "true")) {
|
||||
permissions = S_IRUSR | S_IWUSR | S_IRGRP;
|
||||
permissions = S_IRUSR | S_IRGRP | S_IROTH;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user