Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapns
Commits
625f7f20
Commit
625f7f20
authored
Oct 24, 2018
by
Kirill Smelkov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
/dev/pts: Add notes from
@jerome
that we probably need to add gid=5 and other options
parent
f8df3b5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
slapns.py
slapns.py
+2
-0
No files found.
slapns.py
View file @
625f7f20
...
...
@@ -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
:
...
...
Kirill Smelkov
@kirr
mentioned in commit
1c4ae85d
·
Oct 24, 2018
mentioned in commit
1c4ae85d
mentioned in commit 1c4ae85dc38cb984d9b62b733dce8187a1752caa
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment