summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs
diff options
context:
space:
mode:
authorDean Deng <deandeng@google.com>2020-05-07 09:52:39 -0700
committergVisor bot <gvisor-bot@google.com>2020-05-07 09:53:52 -0700
commite0089a20e4830d6b6659414e393905e0fd6a2e66 (patch)
treee7aa5419254aef41144f6adbc8b86ddc705b4ec7 /pkg/sentry/vfs
parentfeece24bf559506f1fdb8cd91ca939b82afdc583 (diff)
Remove outdated TODO for VFS2 AccessAt.
Fixes #1965. PiperOrigin-RevId: 310380433
Diffstat (limited to 'pkg/sentry/vfs')
-rw-r--r--pkg/sentry/vfs/anonfs.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/sentry/vfs/anonfs.go b/pkg/sentry/vfs/anonfs.go
index 981bd8caa..adebaeefb 100644
--- a/pkg/sentry/vfs/anonfs.go
+++ b/pkg/sentry/vfs/anonfs.go
@@ -91,8 +91,6 @@ func (fs *anonFilesystem) Sync(ctx context.Context) error {
}
// AccessAt implements vfs.Filesystem.Impl.AccessAt.
-//
-// TODO(gvisor.dev/issue/1965): Implement access permissions.
func (fs *anonFilesystem) AccessAt(ctx context.Context, rp *ResolvingPath, creds *auth.Credentials, ats AccessTypes) error {
if !rp.Done() {
return syserror.ENOTDIR