Deleted Added
full compact
65c65
< fd = open(path, O_RDONLY | O_CREAT);
---
> fd = open(path, O_RDONLY | O_CREAT, 0600);