diff --git a/components/engine/oci/defaults_linux.go b/components/engine/oci/defaults_linux.go index 227caca960..8b3ce7281b 100644 --- a/components/engine/oci/defaults_linux.go +++ b/components/engine/oci/defaults_linux.go @@ -83,6 +83,7 @@ func DefaultSpec() specs.Spec { "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", + "/sys/firmware", }, ReadonlyPaths: []string{ "/proc/asound",