Open-Source Infrastructure as Code Management Solution for Multiple Systems designed to be reliable in mission-critical tasks on paranoid and high-security environment.
Implement a feature in NixOS to clean the /tmp filesystem on system startup, akin to the clear_tmp option in FreeBSD. This would ensure a fresh and secure temporary directory environment upon boot.
Doesn't linux do this by itself already? At least NiXium already does this via impermanence, but i guess we could implement some additional management as our impermanence is designed to be switchable on demand.
Title
Implement
clear_tmp
Functionality in NixOS.Description
Implement a feature in NixOS to clean the
/tmp
filesystem on system startup, akin to theclear_tmp
option in FreeBSD. This would ensure a fresh and secure temporary directory environment upon boot.https://github.com/NiXium-org/NiXium/issues/67