summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src/disable.rs
Commit message (Collapse)AuthorAgeFilesLines
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
| | | | | This panics on error, and we're fine with a panic on misbehavior in tests.
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
| | | | | This is precisely the result of running the rune in maint/adhoc-add-lint-blocks.
* fs-mistrust: accept "n" as "no".Nick Mathewson2022-07-191-2/+2
|
* fs-mistrust: API to disable based on environmentNick Mathewson2022-07-191-0/+122
By default we look at `$FS_MISTRUST_DISABLE_PERMISSIONS_CHECKS`. Optionally, the user can provide another variable as well, or disable looking at the environment entirely.