Skip to content

Commit 8865aaa

Browse files
authored
Merge pull request #326 from nalind/backport-36368-rhel
Add /proc/keys to masked paths
2 parents 56ebde7 + 06204dc commit 8865aaa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

oci/defaults_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ func DefaultSpec() specs.Spec {
8080
MaskedPaths: []string{
8181
"/proc/acpi",
8282
"/proc/kcore",
83+
"/proc/keys",
8384
"/proc/latency_stats",
8485
"/proc/timer_list",
8586
"/proc/timer_stats",

0 commit comments

Comments
 (0)