summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/verity
AgeCommit message (Expand)Author
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
2020-10-23Internal change.Chong Cai
2020-10-23Implement Read in gvisor 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-13[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.Dean Deng
2020-10-13[vfs2] Add FilesystemType.Release to avoid reference leaks.Dean Deng
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-10-01Add a verity test for modified parent Merkle fileChong Cai
2020-09-30Implement ioctl with measure in verity fsChong Cai
2020-09-30Internal change.Chong Cai
2020-09-30Add verity fs testsChong Cai
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-23Let underlying fs handle LockFD in verity fsChong Cai
2020-09-23Set verity underlying fs mount as internalChong Cai
2020-09-18Merge pull request #3972 from btw616:fix/commentsgVisor bot