summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-05-07 16:58:42 +0000
committergVisor bot <gvisor-bot@google.com>2020-05-07 16:58:42 +0000
commit6c42069eddf840e7e033e338391f5e5bd1159428 (patch)
tree7a22210c420cf858ccf6532152af31f6a49659e3 /pkg
parent2205546919553f7f66caa0ee32f8088296dd25be (diff)
parente0089a20e4830d6b6659414e393905e0fd6a2e66 (diff)
Merge release-20200422.0-42-ge0089a2 (automated)
Diffstat (limited to 'pkg')
-rwxr-xr-xpkg/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 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