Merge pull request #1175 from runcom/fix-cve-1.0

[release-1.0] Add /proc/scsi to masked paths
This commit is contained in:
Mrunal Patel 2017-11-22 08:34:30 -10:00 committed by GitHub
commit 3078f59068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -788,6 +788,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)

View File

@ -1,4 +1,4 @@
package version
// Version is the version of the build.
const Version = "1.0.5-dev"
const Version = "1.0.6-dev"