diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-05-07 16:58:42 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-07 16:58:42 +0000 |
commit | 6c42069eddf840e7e033e338391f5e5bd1159428 (patch) | |
tree | 7a22210c420cf858ccf6532152af31f6a49659e3 /pkg | |
parent | 2205546919553f7f66caa0ee32f8088296dd25be (diff) | |
parent | e0089a20e4830d6b6659414e393905e0fd6a2e66 (diff) |
Merge release-20200422.0-42-ge0089a2 (automated)
Diffstat (limited to 'pkg')
-rwxr-xr-x | 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 100755 --- 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 |