fix fedora tty with apparmor

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
Upstream-commit: 6104f9f9495678549ef8fc5aa716a3cc893add8f
Component: engine
This commit is contained in:
Victor Vieux
2014-02-28 01:20:10 +00:00
parent bc4bf85823
commit 3516355bf5
+1
View File
@@ -257,6 +257,7 @@ func setupInitLayer(initLayer string) error {
"/etc/resolv.conf": "file",
"/etc/hosts": "file",
"/etc/hostname": "file",
"/dev/console": "file",
// "var/run": "dir",
// "var/lock": "dir",
} {