mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #966] after updating firejail screen and tmux terminal mixer cease to work #657
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#657
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @weeshy on GitHub (Dec 10, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/966
I had worked with the 0.9.40 version. In that time I used seccomp and capabilities restrctions together with the screen terminal mixer to run specific scripts.
Now I have updated to the 0.9.44.2 version. Both
screenandtmuxceases to work. It is not something trivial like absence of /dev/pts.screencomplies explicitly when there is no /dev/pts. But it simply writes [screen is terminating] and quits just after that when run inside firejail.tmuxjust silently quits after starting the session. In both casesscreen\tmux --helpworks normally.Could you suggest what can be the cause and how to track it?
@netblue30 commented on GitHub (Dec 11, 2016):
I'll take a look, thanks for the bug.
@weeshy commented on GitHub (Dec 27, 2016):
I had disabpled seccomp and capabilities restrictions and tried to run screen with strace enabled.
tail -n 40 strace.loggives following output:@weeshy commented on GitHub (Dec 27, 2016):
It's clearly related to
/dev/tty. The old configure file used whitelisted/devand the screen just silently exits inside firejail.I tried to switch configuration from whitelist on
/devtoprivate-devand the screen behaviour has changed. Now it complainsSo I clearly should do something smart with /dev/tty but I haven't decided yet what exactly.
@chiraag-nataraj commented on GitHub (Aug 20, 2018):
@weeshy Do you still have this problem? What profile are you using?
@chiraag-nataraj commented on GitHub (May 20, 2019):
Closing due to no response. @weeshy, please feel free to re-open if you have updated information.