diff options
author | Dean Deng <deandeng@google.com> | 2020-05-07 09:52:39 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-07 09:53:52 -0700 |
commit | e0089a20e4830d6b6659414e393905e0fd6a2e66 (patch) | |
tree | e7aa5419254aef41144f6adbc8b86ddc705b4ec7 /pkg/sentry/vfs | |
parent | feece24bf559506f1fdb8cd91ca939b82afdc583 (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.go | 2 |
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 |