Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 791 Bytes

2024-12-15-linux-privileges.md

File metadata and controls

22 lines (17 loc) · 791 Bytes
layout title date last_updated description tags categories featured
post
Dropping Linux privileges
2024-12-14 23:00:10 -0800
2024-12-14 23:00:10 -0800
Dropping Linux privileges
linux
linux
false

draft

Dropping linux privileges

https://blog.habets.se/2022/03/Dropping-privileges.html

"If you’re writing a tool that takes untrusted input, and you should treat almost all input as untrusted, then it’s a good idea to add a layer of defense against bugs in your code. What good is a buffer overflow, if the process is fully sandboxed? This applies to both processes running as root, and as normal users. Though there are some differences."