NiXium-org / NiXium

Open-Source Infrastructure as Code Management Solution for Multiple Systems designed to be reliable in mission-critical tasks on paranoid and high-security environment.
European Union Public License 1.2
25 stars 3 forks source link

Randomize the PID of Newly Created Processes #93

Open Tanvir1337x opened 4 months ago

Tanvir1337x commented 4 months ago

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