Merge pull request #1745 from AkihiroSuda/remove-lcow-sys-firmware-todo

spec_unix.go: remove unneeded TODO (moby/moby#35442)
This commit is contained in:
Daniel, Dao Quang Minh 2017-11-13 15:09:54 +00:00 committed by GitHub
commit 732b1560b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,8 +142,6 @@ func createDefaultSpec(ctx context.Context, id string) (*specs.Spec, error) {
}, },
}, },
Linux: &specs.Linux{ 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{ MaskedPaths: []string{
"/proc/kcore", "/proc/kcore",
"/proc/latency_stats", "/proc/latency_stats",