aboutsummaryrefslogtreecommitdiff
path: root/meta-yerba/recipes-core/runit
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-21 08:23:28 +1200
committerArslaan Pathan <[email protected]>2026-06-21 08:23:28 +1200
commit0f1dc6cf0fcb769bb03481ecf83e49ed743822c8 (patch)
treec680a4e65e32c9a7496a0463571cf5a2f840472c /meta-yerba/recipes-core/runit
parent33efded85699f2b8601749406783409b127620b2 (diff)
downloadyerbalinux-0f1dc6cf0fcb769bb03481ecf83e49ed743822c8.tar.xz
yerbalinux-0f1dc6cf0fcb769bb03481ecf83e49ed743822c8.zip
Use correct permissions on ptmx
Diffstat (limited to 'meta-yerba/recipes-core/runit')
-rw-r--r--meta-yerba/recipes-core/runit/runit-config/12
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yerba/recipes-core/runit/runit-config/1 b/meta-yerba/recipes-core/runit/runit-config/1
index 4288a23..a828b7d 100644
--- a/meta-yerba/recipes-core/runit/runit-config/1
+++ b/meta-yerba/recipes-core/runit/runit-config/1
@@ -1,7 +1,7 @@
#!/bin/sh
export PATH=/usr/bin:/bin:/sbin
mkdir -p /dev/pts /proc /sys
-mount -t devpts devpts /dev/pts -o mode=0620,gid=5
+mount -t devpts devpts /dev/pts -o mode=0620,gid=5,ptmxmode=0666
mount -t proc proc /proc
mount -t sysfs sysfs /sys
mount -a