Commit 625f7f20 authored by Kirill Smelkov's avatar Kirill Smelkov

/dev/pts: Add notes from @jerome that we probably need to add gid=5 and other options

parent f8df3b5e
......@@ -222,6 +222,8 @@ def main():
xmount("none", "/run", "tmpfs")
# separate instance for pseudo terminals
# XXX we might need to add gid=5 and other mounting options:
# XXX see https://lab.nexedi.com/kirr/slapns/commit/1c4ae85d#note_68084
xmount("none", "/dev/pts", "devpts")
if not unshareonly:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment