aboutsummaryrefslogtreecommitdiff
path: root/filesystem/path.go
AgeCommit message (Expand)Author
2022-01-19filesystem: add back canonicalizePath()Eric Biggers
2020-03-23Improve error message when unlocking v2 policy is unsupportedEric Biggers
2020-01-23filesystem: remove canonicalizePath() (#185)ebiggers
2019-10-30filesystem: handle bind mounts properlyEric Biggers
2019-10-30filesystem: get correct device for kernel-mounted rootfsEric Biggers
2019-10-30filesystem: add device number utilitiesEric Biggers
2019-10-23actions/config: ensure config file is created with mode 0644 (#152)ebiggers
2019-09-08Fix various typos and grammatical errors (#141)ebiggers
2017-06-28Change error handling to new packageJoe Richey joerichey@google.com
2017-05-31filesystem: creating the directories and filesJoe Richey joerichey@google.com