summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-10-23 21:01:03 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-10-23 21:01:22 +0200
commit006e38d9558e0d8359cfd01ed22a8e84839df10a (patch)
tree2caa4822584147af357ca0140c120eaecad2c1af /scripts
parent955175ac4b9acb06101a9ec7a0b3b41d4f17087f (diff)
downloadvyos-live-build-006e38d9558e0d8359cfd01ed22a8e84839df10a.tar.gz
vyos-live-build-006e38d9558e0d8359cfd01ed22a8e84839df10a.zip
Weakening mode on pts for compliance with eglibc 2.18 within containers during build.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/chroot_devpts2
1 files changed, 1 insertions, 1 deletions
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