You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running qemu as part of the mutter test suit requires access to /proc/self/fd/2 which is a symlink to /dev/pts/4 in my case. All of the files in /dev/pts are owned by root. Simply chowning them does work around the issue.
Steps how to reproduce the behaviour qemu-system-x86_64: -chardev file,id=console,path=/proc/self/fd/2, as issued by the mutter test suit.
Expected behaviour /dev/pts/* should be owned by the user running the toolbox.
Actual behaviour /dev/pts/* is owned by root.
Output of toolbox --version (v0.0.90+)
toolbox version 0.0.99.3
The text was updated successfully, but these errors were encountered:
Describe the bug
Running qemu as part of the mutter test suit requires access to /proc/self/fd/2 which is a symlink to /dev/pts/4 in my case. All of the files in /dev/pts are owned by root. Simply chowning them does work around the issue.
Steps how to reproduce the behaviour
qemu-system-x86_64: -chardev file,id=console,path=/proc/self/fd/2
, as issued by the mutter test suit.Expected behaviour
/dev/pts/*
should be owned by the user running the toolbox.Actual behaviour
/dev/pts/*
is owned by root.Output of
toolbox --version
(v0.0.90+)toolbox version 0.0.99.3
The text was updated successfully, but these errors were encountered: