Hacker News new | ask | show | jobs
by mishafb 1522 days ago
Daemons that care about security setuid temporarily before opening a file and then setuid back
1 comments

That doesn't always fix it. An attacker can race you to make you write something in a place you didn't intend or expect unless the application is incredibly carefully written.

And by "incredibly" I mean beyond the scope of human endeavour :-).