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