Skip to content

Commit 3cf520c

Browse files
authored
Merge pull request #170 from rancherlabs/mirrored
landlock: Grant permission for artefact handling
2 parents 2d93bf8 + 6e45ac8 commit 3cf520c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/landlock/landlock.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ func EnforceOrDie() {
3838
}
3939

4040
rwDirs := []string{
41-
filepath.Join(home, ".sigstore"), // Sigstore TUF DB.
41+
filepath.Join(home, ".sigstore"), // Sigstore TUF DB.
42+
filepath.Join(home, ".docker", "buildx"), // Image artefacts handling.
4243
}
4344

4445
cwd, err := os.Getwd()

0 commit comments

Comments
 (0)