summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/verity/verity.go
AgeCommit message (Expand)Author
2020-09-17Change sizeofInt32 to string sizeChong Cai
2020-09-16Implement OpenAt() for verity fsChong Cai
2020-09-16Implement PRead for verity fsChong Cai
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-09-15Implement gvisor verity fs ioctl with GETFLAGSChong Cai
2020-09-08Implement ioctl with enable veritygVisor bot
2020-08-31Implement walk in gvisor verity fsgVisor bot
2020-08-22Implement GetFilesystem for verity fsgVisor bot
2020-08-17Add a skeleton for verity file systemgVisor bot