Merge pull request #2443 from thaJeztah/mask_acpi
Add /proc/acpi and /proc/keys to masked paths
This commit is contained in:
commit
b41633746e
@ -153,7 +153,9 @@ func createDefaultSpec(ctx context.Context, id string) (*Spec, error) {
|
||||
},
|
||||
Linux: &specs.Linux{
|
||||
MaskedPaths: []string{
|
||||
"/proc/acpi",
|
||||
"/proc/kcore",
|
||||
"/proc/keys",
|
||||
"/proc/latency_stats",
|
||||
"/proc/timer_list",
|
||||
"/proc/timer_stats",
|
||||
|
Loading…
Reference in New Issue
Block a user