summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/permissions.go
AgeCommit message (Expand)Author
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
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-02-10Support setgid directories in tmpfs and kernfsKevin Krakauer
2021-02-03[vfs] Make sticky bit check consistent with Linux.Ayush Ranjan
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-02[vfs] Implement xattr for overlayfs.Ayush Ranjan
2020-08-21Internal change.gVisor bot
2020-07-23Add permission checks to vfs2 truncate.Dean Deng
2020-06-27Support sticky bit in vfs2.Dean Deng
2020-06-18Fix vfs2 tmpfs link permission checks.Dean Deng
2020-03-26Combine file mode and isDir argumentsFabricio Voznika
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-02-13Add FileExec flag to OpenOptionsgVisor bot
2020-01-22Move VFS2 handling of FD readability/writability to vfs.FileDescription.Jamie Liu
2020-01-16Add more files to /proc/[pid]/*Fabricio Voznika
2019-12-05Add vfs.CheckSetStat() and its dependencies.Jamie Liu
2019-07-18Sentry virtual filesystem, v2Jamie Liu