From 006e38d9558e0d8359cfd01ed22a8e84839df10a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 23 Oct 2013 21:01:03 +0200 Subject: Weakening mode on pts for compliance with eglibc 2.18 within containers during build. --- scripts/build/chroot_devpts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/chroot_devpts b/scripts/build/chroot_devpts index a8416c611..a7359b796 100755 --- a/scripts/build/chroot_devpts +++ b/scripts/build/chroot_devpts @@ -47,7 +47,7 @@ case "${1}" in mkdir -p chroot/dev/pts # Mounting /dev/pts - mount devpts-live -t devpts chroot/dev/pts || true + mount devpts-live -t devpts -o gid=5,mode=620 chroot/dev/pts || true # Creating stage file Create_stagefile .build/chroot_devpts -- cgit v1.2.3