summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/verity
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-08-11Popluate verity directory children namesChong 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-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-05-26Add verity getdents testsChong Cai
2021-05-14Resolve remaining O_PATH TODOs.Dean Deng
2021-04-30Do not return content if verity translate failsChong Cai
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 root dentry and hash for verity before verifyChong Cai
2021-04-08Set parent after child is verifiedChong Cai
2021-04-05Allow user mount for verity fsChong Cai
2021-04-02Internal change.gVisor bot
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-11Clear Merkle tree files in RuntimeEnable modeChong Cai
2021-03-11Report filesystem-specific mount options.Rahat Mahmood
2021-03-05Implement IterDirent in verity fsChong Cai
2021-02-11Internal change.gVisor bot
2021-01-22Implement F_GETLK fcntl.Dean Deng
2021-01-20Don't use task goroutine context in fsimpl tests.Jamie Liu
2021-01-20Move Lock/UnlockPOSIX into LockFD util.Dean Deng
2020-12-17Set verityMu to be state nosaveChong Cai
2020-12-15Change violation mode to an enumChong Cai
2020-12-15Internal change.gVisor bot
2020-12-11Internal change.gVisor bot
2020-12-10Change merkle root file name to avoid collisionChong Cai
2020-12-02Remove FileReadWriteSeeker from vfs.Jamie Liu
2020-12-02Clean up verity tests.Dean Deng
2020-11-24Remove outdated TODO.Dean Deng
2020-11-20Refactor verity test for readabilityChong Cai
2020-11-17Add consistent precondition formatting for verityChong Cai
2020-11-12Add children names into verity hashChong Cai
2020-11-09Initialize references with a value of 1.Dean Deng
2020-11-02Pass hashing algorithms in verity fs optsChong Cai
2020-10-28Add logging option to leak checker.Dean Deng
2020-10-27Add SHA512 to merkle tree libraryChong Cai
2020-10-26Add verity tests for deleted/renamed casesChong Cai
2020-10-24Implement Seek in verity fsChong Cai
2020-10-24Add leak checking to vfs2 structures that cannot use the refs_vfs2 template.Dean Deng