|
|
|
|
|
by pdimitar
977 days ago
|
|
This just cements my conviction that file systems not having transactional operations is a huge omission nowadays. It really is time to start having file systems that are not just huge mutable spaces, and be more like proper ACID databases. I hope somebody is working on it because as things are going in the last years, I'd be retired before I have the time for it. |
|
The problem here is trying to cross a security boundary where your only tool is shell scripting. That’s just basically impossible to do securely.
Use a real programming language, follow the rules required to make it secure and do all the checks you need to.