@BrodieOnLinux immutability and sandboxing don't provide extra security/privacy because they can still access my home directory and all I really care about are my files.
Top-level
@BrodieOnLinux immutability and sandboxing don't provide extra security/privacy because they can still access my home directory and all I really care about are my files. 3 comments
@revkarol I don't think that was the main aim of "immutability". There's a reason why some said "anti-hysteresis" is a better term, because the main point is reliability and predictability. Even with package managers, update issues can still happen - the point being to resist* improper updates that breaks the system and makes rollback easier. *(not proof, much like how true waterproofing is not practical for most products) @revkarol @BrodieOnLinux sandboxing, like in the case of flatpak, can keep your home directory private from programs. |
@revkarol @BrodieOnLinux they can't if they are properly sandboxed. Files can only be accessed with file picker dialog