Add /proc/acpi to masked paths
relates to CVE-2018-10892 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
e01779a0da
commit
8b42adeddc
@ -153,6 +153,7 @@ func createDefaultSpec(ctx context.Context, id string) (*Spec, error) {
|
||||
},
|
||||
Linux: &specs.Linux{
|
||||
MaskedPaths: []string{
|
||||
"/proc/acpi",
|
||||
"/proc/kcore",
|
||||
"/proc/latency_stats",
|
||||
"/proc/timer_list",
|
||||
|
Loading…
Reference in New Issue
Block a user