Add /proc/scsi to masked paths
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
73c1a9823f
commit
a75362dca0
1 changed files with 1 additions and 0 deletions
|
@ -889,6 +889,7 @@ func (s *Server) createSandboxContainer(ctx context.Context, containerID string,
|
|||
"/proc/timer_list",
|
||||
"/proc/timer_stats",
|
||||
"/proc/sched_debug",
|
||||
"/proc/scsi",
|
||||
"/sys/firmware",
|
||||
} {
|
||||
specgen.AddLinuxMaskedPaths(mp)
|
||||
|
|
Loading…
Reference in a new issue