Weakening mode on pts for compliance with eglibc 2.18 within containers during build.
This commit is contained in:
parent
955175ac4b
commit
006e38d955
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue