summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Merge branch 'better-fs-mistrust-badpermissions-string' into 'main'Ian Jackson2022-06-021-7/+7
|\
| * fs-mistrust: Improve BadPermission stringAlex Xu (Hello71)2022-05-311-1/+1
| * fs-mistrust: BadPermission(_, _) -> BadPermission(..)Alex Xu (Hello71)2022-05-311-6/+6
* | Merge branch 'lint' into 'main'Ian Jackson2022-05-311-0/+3
|\ \
| * | lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
| * | lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
| |/
* / mistrust: Canonicalise prefix from Some("") to NoneIan Jackson2022-05-301-0/+1
|/
* fs-mistrust: allow symlinks to have any permissionsAlex Xu (Hello71)2022-05-251-1/+4
* Make fs-mistrust configurable from the top level.Nick Mathewson2022-05-241-1/+1
* Add serde derives for MistrustBuilder.Nick Mathewson2022-05-241-0/+5
* fs-mistrust: Add Group and User types.Nick Mathewson2022-05-241-5/+14
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-122/+168
* fs-mistrust: rename fieldsNick Mathewson2022-05-241-11/+11
* Loosen checking for readable files within target directories.Nick Mathewson2022-05-091-4/+17
* fs-mistrust: write a lot about TOCTOU issues.Nick Mathewson2022-05-031-9/+35
* fs-mistrust: Rename SecureDir to CheckedDir.Nick Mathewson2022-05-031-13/+13
* fs-mistrust: Add a dangerously_trust_everyone method.Nick Mathewson2022-05-031-0/+45
* fs-mistrust: Make self-named groups trusted by default.Nick Mathewson2022-05-031-23/+32
* fs-mistrust: Add code to make a self-named group "trusted".Nick Mathewson2022-05-031-0/+21
* fs-mistrust: more examples, documentation.Nick Mathewson2022-05-031-4/+109
* Add a SecureDir API for checked access to directoriesNick Mathewson2022-05-031-2/+24
* Add functionality to inspect directory content permissionsNick Mathewson2022-05-031-4/+58
* By default, forbid special files.Nick Mathewson2022-05-031-6/+20
* Support for "create missing directory".Nick Mathewson2022-05-031-2/+82
* Add support for trusted group IDs.Nick Mathewson2022-05-031-2/+53
* Implement support for the Sticky Bit.Nick Mathewson2022-05-031-0/+27
* Second cut at a fs-mistrust crate.Nick Mathewson2022-05-031-0/+508