1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #4377 from vieux/fix_4358

fix fedora tty with apparmor
This commit is contained in:
Victor Vieux 2014-03-03 11:10:09 -08:00
commit 23ec7e637c

View file

@ -257,6 +257,7 @@ func setupInitLayer(initLayer string) error {
"/etc/resolv.conf": "file", "/etc/resolv.conf": "file",
"/etc/hosts": "file", "/etc/hosts": "file",
"/etc/hostname": "file", "/etc/hostname": "file",
"/dev/console": "file",
// "var/run": "dir", // "var/run": "dir",
// "var/lock": "dir", // "var/lock": "dir",
} { } {