summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/verity/filesystem.go
AgeCommit message (Expand)Author
2021-08-19Cache verity dentriesChong Cai
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-08-11Do not clear merkle files when creating dentryChong Cai
2021-07-13Do not require O_PATH flag to enable verityChong Cai
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29Sort children map before hashChong Cai
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-04-29Remove outdated TODOs in verityChong Cai
2021-04-19Change verity action to be a fs memberChong Cai
2021-04-12Add DecRef for verity FDs that were missingChong Cai
2021-04-09Return integrity failure only if enabledChong Cai
2021-04-08Set parent after child is verifiedChong Cai
2021-03-11Clear Merkle tree files in RuntimeEnable modeChong Cai
2021-02-11Internal change.gVisor bot
2020-12-15Change violation mode to an enumChong Cai
2020-12-02Remove FileReadWriteSeeker from vfs.Jamie Liu
2020-11-17Add consistent precondition formatting for verityChong Cai
2020-11-12Add children names into verity hashChong Cai
2020-11-02Pass hashing algorithms in verity fs optsChong Cai
2020-10-27Add SHA512 to merkle tree libraryChong Cai
2020-10-24Implement Seek in verity fsChong Cai
2020-10-23Check for verity file/Merkle file when reopenChong Cai
2020-10-15Change verity isEnable to be a member of dentryChong Cai
2020-10-12Change verity mu to be per file systemChong Cai
2020-10-12Change Merkle tree library to use ReaderAtChong Cai
2020-10-09Include stat in Verity hashChong Cai
2020-09-30Internal change.Chong Cai
2020-09-18Merge pull request #3972 from btw616:fix/commentsgVisor bot
2020-09-17Change sizeofInt32 to string sizeChong Cai
2020-09-17Set mode when creating Merkle tree fileChong Cai
2020-09-17fsimpl: improve the "implements" commentsTiwei Bie
2020-09-16Implement OpenAt() for verity fsChong Cai
2020-09-16Implement PRead for verity fsChong Cai
2020-09-08Add check for both child and childMerkle ENOENTgVisor bot
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-08-31Implement walk in gvisor verity fsgVisor bot
2020-08-17Add a skeleton for verity file systemgVisor bot