Skip to content

Commit 3078f59

Browse files
author
Mrunal Patel
authored
Merge pull request #1175 from runcom/fix-cve-1.0
[release-1.0] Add /proc/scsi to masked paths
2 parents 4fa5505 + bfc061b commit 3078f59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

server/container_create.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,7 @@ func (s *Server) createSandboxContainer(ctx context.Context, containerID string,
788788
"/proc/timer_list",
789789
"/proc/timer_stats",
790790
"/proc/sched_debug",
791+
"/proc/scsi",
791792
"/sys/firmware",
792793
} {
793794
specgen.AddLinuxMaskedPaths(mp)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version is the version of the build.
4-
const Version = "1.0.5-dev"
4+
const Version = "1.0.6-dev"

0 commit comments

Comments
 (0)