mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Reword misleading log line
PiperOrigin-RevId: 195834310 Change-Id: I8af748f75ab87ad1cd29c4c8904d07fd729ba6c9
This commit is contained in:
@@ -85,7 +85,7 @@ func openPath(ctx context.Context, mm *fs.MountNamespace, root, wd *fs.Dirent, m
|
||||
|
||||
// No exec-ing directories, pipes, etc!
|
||||
if !fs.IsRegular(d.Inode.StableAttr) {
|
||||
ctx.Infof("Error regularing %s: %v", name, d.Inode.StableAttr)
|
||||
ctx.Infof("%s is not regular: %v", name, d.Inode.StableAttr)
|
||||
return nil, nil, syserror.EACCES
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user