mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2197] debug-syscalls, debug-errnos, ... don't work any more #1472
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#1472
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 @smitsohu on GitHub (Oct 15, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2197
Originally assigned to: @netblue30 on GitHub.
@netblue30 commented on GitHub (Oct 15, 2018):
Thanks, I'll look into it, some problems with the code I put in two days ago, nothing major.
@crass commented on GitHub (Oct 16, 2018):
@netblue30 this is why I had the mount bind in the main firejail process which was in its own mount namespace. Why didn't it work for you as it was?
@netblue30 commented on GitHub (Oct 17, 2018):
The original pull rq was fine, it passed all the automatic tests, but It was crashing programs you start by clicking on desktop manager menus (probably something to do with fnet). As soon as I removed the mount from main, it started working. I cannot explain it.