summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src/dir.rs
Commit message (Collapse)AuthorAgeFilesLines
* fs-mistrust: write a lot about TOCTOU issues.Nick Mathewson2022-05-031-0/+13
|
* fs-mistrust: Rename SecureDir to CheckedDir.Nick Mathewson2022-05-031-8/+8
|
* Add a SecureDir API for checked access to directoriesNick Mathewson2022-05-031-0/+229
The only way to get a SecureDir is by having checked a directory. Once you have one, it encourages you to open and create files and directories with the right permissions, and checks them for you.