mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1328] firejail 0.9.46 private-bin breaks with no errors or warnings #907
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#907
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 @chiraag-nataraj on GitHub (Jun 3, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1328
In that same mutt profile, I have the following line:
This line works perfectly well in 0.9.44 but mutt refuses to launch the editor (emacsclient) in 0.9.46. Commenting out this line fixes the problem.
Why would the binaries needed by mutt change based on the firejail version?
@Fred-Barclay commented on GitHub (Jun 3, 2017):
@chiraag-nataraj Try doing the following:
Then run mutt and try to launch the editor. Copy the output here.
Thanks!
Note to self: see #1327
@chiraag-nataraj commented on GitHub (Jun 3, 2017):
There's no output. That's what gets me. Mutt supposedly tries to launch the editor and immediately aborts with no explanation whatsoever. No seccomp entry or anything (already checked). I am going to continue investigating.
@chiraag-nataraj commented on GitHub (Jun 3, 2017):
When I use
firejail --trace, I get the following (it's not much):The
unlinkcalls are where I try to read an email.When it works properly, I get:
@chiraag-nataraj commented on GitHub (Jun 3, 2017):
Ha. Aha. Ahahahahahaha. Symlinks. So
/usr/bin/emacsclient->/usr/bin/emacsclient.emacs25and I didn't whitelist that. I guess the link-following policy changed between the two versions?@chiraag-nataraj commented on GitHub (Jun 3, 2017):
Hmm...so now I have this weird problem where I can manually call it (using
firejail --joinand manually invoking the editor), but it doesn't work from within mutt.[edit] Another symlink - this one from
/bin/shto/bin/dash.@chiraag-nataraj commented on GitHub (Jun 3, 2017):
Issue fixed. The main thing was the symlink following behavior which changed. I guess I could have also changed the default in
/etc/firejail/firejail.config😛.