blob: e7720aa10a1da63bb15a4587837d649268944943 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
tree 587dde08fbbd0d12e15adbd43df215e6be6b13d5
parent ac6ceea7641d6c19c71079e22b03b4c1519c0c94
author Ludovic Courtès <ludo@gnu.org> 1396474871 +0200
committer Eelco Dolstra <eelco.dolstra@logicblox.com> 1396525365 +0200
Make sure /dev/pts/ptmx is world-writable
While running Python 3’s test suite, we noticed that on some systems
/dev/pts/ptmx is created with permissions 0 (that’s the case with my
Nixpkgs-originating 3.0.43 kernel, but someone with a Debian-originating
3.10-3 reported not having this problem.)
There’s still the problem that people without
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y are screwed (as noted in build.cc),
but I don’t see how we could work around it.
|