Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
rchincha committed Mar 28, 2024
1 parent b0c648f commit 3c7bd3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oci/layer/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ func isOverlayWhiteout(info os.FileInfo, path string, fseval fseval.FsEval) (boo
return true, nil
}

names, err := fseval.Llistxattr(path)
fmt.Printf("NAMES=%+v err:%v", names, err)

fmt.Printf("PATH=%s before ATTR\n", path)

attr, err := fseval.Lgetxattr(path, "user.overlay.opaque")
Expand Down

0 comments on commit 3c7bd3c

Please sign in to comment.