]> git.pld-linux.org Git - packages/lxc.git/blame - lxc-devpts.patch
update fedora template from fedora
[packages/lxc.git] / lxc-devpts.patch
CommitLineData
33aee790
JR
1--- lxc-0.7.5/src/lxc/conf.c.orig 2011-07-25 00:27:10.000000000 +0200
2+++ lxc-0.7.5/src/lxc/conf.c 2011-10-30 18:30:27.718356070 +0100
3@@ -763,7 +763,7 @@
4 }
5
6 if (mount("devpts", "/dev/pts", "devpts", MS_MGC_VAL,
7- "newinstance,ptmxmode=0666")) {
8+ "newinstance,ptmxmode=0666,mode=620,gid=5")) {
9 SYSERROR("failed to mount a new instance of '/dev/pts'");
10 return -1;
11 }
This page took 0.080542 seconds and 4 git commands to generate.