aboutsummaryrefslogtreecommitdiff
path: root/filesystem
AgeCommit message (Expand)Author
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: fall back to non-atomic overwrites when requiredEric Biggers
2022-02-23filesystem: reject spoofed login protectorsEric Biggers
2022-02-23filesystem: validate size and type of metadata filesEric Biggers
2022-02-23Make the output of 'fscrypt status' unambiguousEric Biggers
2022-02-06filesystem: remove an outdated commentEric Biggers
2022-01-26filesystem: fall back to path-only links if UUID cannot be determinedEric Biggers
2022-01-26filesystem: make FindMount() fall back to search by pathEric Biggers
2022-01-19filesystem: add back canonicalizePath()Eric Biggers
2022-01-19filesystem: add back the mountsByPath mapEric Biggers
2021-12-22filesystem: store mountpoint in link files as a fallbackEric Biggers
2021-12-20filesystem: avoid accessing irrelevant filesystemsEric Biggers
2021-12-19Set owner of login protectors to correct userEric Biggers
2021-05-12filesystem: skip TestHaveReadAccessTo() when running as rootEric Biggers
2020-05-09filesystem: improve errorsEric Biggers
2020-05-09actions/policy: improve errorsEric Biggers
2020-05-09cmd/fscrypt: add FSCRYPT_CONSISTENT_OUTPUT environmental variableEric Biggers
2020-04-16Allow fscrypt to work in containers (#213)Eric Biggers
2020-03-23Improve error message when unlocking v2 policy is unsupportedEric Biggers
2020-01-28filesystem: don't overwrite existing protector linksEric Biggers
2020-01-23filesystem: remove canonicalizePath() (#185)ebiggers
2019-11-27Allow filesystem links to contain leading/trailing whitespaceEric Biggers
2019-10-30filesystem: add unit tests for loadMountInfo()Eric Biggers
2019-10-30filesystem: handle bind mounts properlyEric Biggers
2019-10-30filesystem: make link handling more robustEric Biggers
2019-10-30filesystem: get correct device for kernel-mounted rootfsEric Biggers
2019-10-30filesystem: add device number utilitiesEric Biggers
2019-10-30filesystem: skip unnecessary mountpoint canonicalizationEric Biggers
2019-10-30filesystem: switch to using /proc/self/mountinfoEric Biggers
2019-10-29filesystem: rename getMountInfo() to loadMountInfo()Eric Biggers
2019-10-29filesystem: remove Mount.OptionsEric Biggers
2019-10-29filesystem: rename Mount.Filesystem to Mount.FilesystemTypeEric Biggers
2019-10-25Added capacity to slice creation, when capacity is known (#159)Vivek V
2019-10-23actions/config: ensure config file is created with mode 0644 (#152)ebiggers
2019-10-23filesystem: Move test-only code to test filesJoe Richey
2019-10-01filesystem: allow .fscrypt to be a symlinkEric Biggers
2019-09-09writeDataAtomic() fixes (#140)ebiggers
2019-09-08Fix various typos and grammatical errors (#141)ebiggers
2019-08-28Run 'make format' with latest version of goimportsEric Biggers
2018-09-02feat(spell-check): add make command for spell check.Deepesh Pathak
2018-08-30Use proto.Equal instead of reflect.DeepEqualsJoe Richey joerichey@google.com
2017-08-31filesystem: libblkid -> search /dev/disk/by-uuidJoe Richey
2017-07-18tests: Unit tests and Integration tests workJoe Richey joerichey@google.com
2017-07-17Small fixes so "make lint" doesn't complain.Joe Richey joerichey@google.com
2017-07-17Changes from "make format"Joe Richey joerichey@google.com
2017-07-17filesystem: Distinguish support and setup for fsJoe Richey joerichey@google.com
2017-06-28Finalize import paths and documentationv0.1.00.1.0Joe Richey joerichey@google.com
2017-06-28actions: error handling and API changedJoe Richey joerichey@google.com
2017-06-28Change error handling to new packageJoe Richey joerichey@google.com