This article is within the scope of WikiProject Computer security, a collaborative effort to improve the coverage of computer security on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.Computer securityWikipedia:WikiProject Computer securityTemplate:WikiProject Computer securityComputer security
someone should mention that you can prevent tocttou under linux via the following sysctl settings:
fs.protected_hardlinks = 1 and
fs.protected_symlinks = 1
79.230.118.243 (talk)