Skip to content

Commit be5610c

Browse files
committed
BACKPORT: Add /proc/scsi to masked paths
This is writeable, and can be used to remove devices. Containers do not need to know about scsi devices. Fix https://nvd.nist.gov/vuln/detail/CVE-2017-16539 Signed-off-by: Antonio Murdaca <runcom@redhat.com>
1 parent 6f56618 commit be5610c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

oci/defaults_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ func DefaultSpec() specs.Spec {
8484
"/proc/timer_list",
8585
"/proc/timer_stats",
8686
"/proc/sched_debug",
87+
"/proc/scsi",
8788
},
8889
ReadonlyPaths: []string{
8990
"/proc/asound",

0 commit comments

Comments
 (0)