Merge pull request #1173 from runcom/fix-cve
Add /proc/scsi to masked paths
This commit is contained in:
commit
7508cdeace
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