mirror of
https://github.com/akuker/RASCSI.git
synced 2025-02-18 01:31:02 +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")) {
|
if (!strcasecmp(permission, "true")) {
|
||||||
permissions = S_IRUSR | S_IWUSR | S_IRGRP;
|
permissions = S_IRUSR | S_IRGRP | S_IROTH;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user