summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src/imp.rs
Commit message (Expand)AuthorAgeFilesLines
* fs-mistrust: write a lot about TOCTOU issues.Nick Mathewson2022-05-031-5/+6
* fs-mistrust: Add a dangerously_trust_everyone method.Nick Mathewson2022-05-031-1/+14
* fs-mistrust: split check_one into two functions.Nick Mathewson2022-05-031-46/+64
* Add a must_use (suggested by @diziet).Nick Mathewson2022-05-031-0/+1
* Add a SecureDir API for checked access to directoriesNick Mathewson2022-05-031-1/+6
* Add functionality to inspect directory content permissionsNick Mathewson2022-05-031-24/+55
* By default, forbid special files.Nick Mathewson2022-05-031-11/+20
* Add support for trusted group IDs.Nick Mathewson2022-05-031-1/+5
* Implement support for the Sticky Bit.Nick Mathewson2022-05-031-3/+27
* Second cut at a fs-mistrust crate.Nick Mathewson2022-05-031-0/+126