From e0089a20e4830d6b6659414e393905e0fd6a2e66 Mon Sep 17 00:00:00 2001 From: Dean Deng Date: Thu, 7 May 2020 09:52:39 -0700 Subject: Remove outdated TODO for VFS2 AccessAt. Fixes #1965. PiperOrigin-RevId: 310380433 --- pkg/sentry/vfs/anonfs.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg/sentry/vfs/anonfs.go') 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 -- cgit v1.2.3