summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust
Commit message (Expand)AuthorAgeFilesLines
...
* fs-mistrust: clarify and test behavior for ".." past the fs root.Nick Mathewson2022-05-031-1/+31
* Add a must_use (suggested by @diziet).Nick Mathewson2022-05-031-0/+1
* fs-mistrust: more examples, documentation.Nick Mathewson2022-05-032-6/+112
* Add a SecureDir API for checked access to directoriesNick Mathewson2022-05-034-3/+266
* Add functionality to inspect directory content permissionsNick Mathewson2022-05-035-29/+133
* By default, forbid special files.Nick Mathewson2022-05-032-17/+40
* Support for "create missing directory".Nick Mathewson2022-05-032-2/+87
* Add support for trusted group IDs.Nick Mathewson2022-05-032-3/+58
* Implement support for the Sticky Bit.Nick Mathewson2022-05-032-3/+54
* Second cut at a fs-mistrust crate.Nick Mathewson2022-05-037-0/+1576