We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e70027 commit 4d04d87Copy full SHA for 4d04d87
internal/landlock/landlock.go
@@ -56,6 +56,7 @@ func EnforceOrDie() {
56
landlock.RODirs(
57
"/proc/self",
58
"/etc/ssl", // Root CA bundles to establish TLS.
59
+ "/var/lib/ca-certificates", // Root CA bundles to establish TLS.
60
filepath.Join(home, ".docker"), // Docker config to access OCI/registries.
61
),
62
landlock.ROFiles(
0 commit comments