diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-21 08:23:28 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-21 08:23:28 +1200 |
| commit | 0f1dc6cf0fcb769bb03481ecf83e49ed743822c8 (patch) | |
| tree | c680a4e65e32c9a7496a0463571cf5a2f840472c | |
| parent | 33efded85699f2b8601749406783409b127620b2 (diff) | |
| download | yerbalinux-0f1dc6cf0fcb769bb03481ecf83e49ed743822c8.tar.xz yerbalinux-0f1dc6cf0fcb769bb03481ecf83e49ed743822c8.zip | |
Use correct permissions on ptmx
| -rw-r--r-- | meta-yerba/recipes-core/runit/runit-config/1 | 2 |
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 |
