-
Notifications
You must be signed in to change notification settings - Fork 239
Closed
Labels
1. BugSomething isn't workingSomething isn't working
Description
Describe the bug
My /dev/pts/ inside a toolbox have the owner set as root. Outside of toolbox they are owned by my user.
Steps how to reproduce the behaviour
- Enter a running toolbox with at least two sessions.
- Start python3.
- Enter: "import io; tty=io.TextIOWrapper(open("/dev/pts/x", "r+b", buffering=0))" (replace x with one of the session numbers).
Expected behaviour
No error.
Actual behaviour
"PermissionError: [Errno 13] Permission denied: '/dev/pts/x'.
Output of toolbox --version
(v0.0.90+)
toolbox version 0.0.99.3
Toolbox package info (Github
)
tag 0.0.99.3
Output of podman version
e.g.,
Version: 3.0.1
RemoteAPI Version: ?
Go Version: ?
OS/Arch: linux/amd64
``
**Info about your OS**
Debian 11 (bullseye)
**Additional context**
I noticed this problem when using the python debugger module pudb, wanting to display the tui in another terminal.
b-m-f, Ramblurr, bpseudopod and alternateved
Metadata
Metadata
Assignees
Labels
1. BugSomething isn't workingSomething isn't working