Merge pull request #1174 from runcom/fix-cve-1.8
[release-1.8] Add /proc/scsi to masked paths
This commit is contained in:
commit
d6ebe5d48c
2 changed files with 2 additions and 1 deletions
|
@ -889,6 +889,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)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package version
|
package version
|
||||||
|
|
||||||
// Version is the version of the build.
|
// Version is the version of the build.
|
||||||
const Version = "1.8.0"
|
const Version = "1.8.2-dev"
|
||||||
|
|
Loading…
Add table
Reference in a new issue