trifectatechfoundation / sudo-rs

A memory safe implementation of sudo and su.
Other
2.9k stars 79 forks source link

Add `// SAFETY` comments related to `pre_exec` and `fork`. #863

Open squell opened 2 months ago

squell commented 2 months ago

These occur in three places: system and exec. There has been discussion about these in the past so special attention is needed.