aboutsummaryrefslogtreecommitdiff
path: root/filesystem/filesystem_test.go
AgeCommit message (Expand)Author
2022-04-08Switch to google.golang.org/protobuf/protoEric Biggers
2022-02-23filesystem: create metadata files with mode 0600Eric Biggers
2022-02-23Make all new metadata files owned by user when neededEric Biggers
2022-02-23Extend ownership validation to entire directory structureEric Biggers
2022-02-23Strictly validate metadata file ownership by defaultEric Biggers
2022-02-23Make 'fscrypt setup' offer a choice of directory modesEric Biggers
2022-02-23filesystem: reject spoofed login protectorsEric Biggers
2022-02-23filesystem: validate size and type of metadata filesEric Biggers
2021-12-20filesystem: avoid accessing irrelevant filesystemsEric Biggers
2020-05-09filesystem: improve errorsEric Biggers
2020-01-28filesystem: don't overwrite existing protector linksEric Biggers
2019-10-23filesystem: Move test-only code to test filesJoe Richey
2019-10-01filesystem: allow .fscrypt to be a symlinkEric Biggers
2018-08-30Use proto.Equal instead of reflect.DeepEqualsJoe Richey joerichey@google.com
2017-07-18tests: Unit tests and Integration tests workJoe Richey joerichey@google.com
2017-07-17Changes from "make format"Joe Richey joerichey@google.com
2017-06-28Finalize import paths and documentationv0.1.00.1.0Joe Richey joerichey@google.com
2017-06-28Change error handling to new packageJoe Richey joerichey@google.com
2017-06-15metadata: change encryption mode namesJoe Richey joerichey@google.com
2017-06-15filesystem: change support detection and bug-fixesJoe Richey joerichey@google.com
2017-05-31filesystem: creating the directories and filesJoe Richey joerichey@google.com