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 randomize the PID of newly created processes, similar to the random_pid option in FreeBSD. This would increase security by making it more difficult for attackers to predict process IDs.
Title
Implement
random_pid
Functionality in NixOS.Description
Implement a feature in NixOS to randomize the PID of newly created processes, similar to the
random_pid
option in FreeBSD. This would increase security by making it more difficult for attackers to predict process IDs.https://github.com/NiXium-org/NiXium/issues/67