Skip to content

Commit

Permalink
Merge pull request #1745 from AkihiroSuda/remove-lcow-sys-firmware-todo
Browse files Browse the repository at this point in the history
spec_unix.go: remove unneeded TODO (moby/moby#35442)
  • Loading branch information
dqminh committed Nov 13, 2017
2 parents 17093c2 + 79e3b97 commit 732b156
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec_unix.go
Expand Up @@ -142,8 +142,6 @@ func createDefaultSpec(ctx context.Context, id string) (*specs.Spec, error) {
},
},
Linux: &specs.Linux{
// TODO (AkihiroSuda): unmask /sys/firmware on Windows daemon for LCOW support?
// https://github.com/moby/moby/pull/33241/files#diff-a1f5051ce84e711a2ee688ab9ded5e74R215
MaskedPaths: []string{
"/proc/kcore",
"/proc/latency_stats",
Expand Down

0 comments on commit 732b156

Please sign in to comment.