Implementing fully immutable files
Implementing fully immutable files
Posted Apr 19, 2019 19:03 UTC (Fri) by augustz (guest, #37348)In reply to: Implementing fully immutable files by epa
Parent article: Implementing fully immutable files
I like it, even simpler. I can close file, or kill process with file open if needed myself in this approach and keeps code even simpler it would seem, no write check on every write, no hooking into file systems / memory allocation.