Don't create storage files as executable This was a mixup on my part when using named constants. Just use 0o600 which is a lot easier to read. Reported-By: Morgan Hill
1 files changed, 1 insertions(+), 1 deletions(-) M vstorage/src/atomic.rs
M vstorage/src/atomic.rs => vstorage/src/atomic.rs +1 -1