mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3666] Torbrowser-launcher.profile doesn't launch without certain flags disabled #2309
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#2309
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 @ghost on GitHub (Oct 13, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3666
I've actually had this issue for a while, and decided I would post an issue about it on here even though I don't think it is that terrible of an issue(?) Essentially, with the default torbrowser-launcher.profile located in /etc/firejail/, it will only actually work if the following calls are commented out: "apparmor," "protocol unix,inet,inet6," and "seccomp !chroot."
Interestingly, when I launch torbrowser-launcher, and check aa-status, it says that Apparmor is actually actively protecting, but it doesn't work when literally calling it with firejail. As for the other calls, I just am not sure. I have played around a ton with the profile to get it to work with the most calls allowed, and this is basically the result I got after disabling and enabling a ton of things one-by-one. No clue why it's happening, however.
@rusty-snake commented on GitHub (Oct 13, 2020):
The torbrowser-launcher.profile here has no
aaparmor, what is your firejail version, distro, torbrowser-launcher version? If you keepseccomp !chrootwhich syscall is logged in the syslog (journalctl --grep=SECCOMP)?@ghost commented on GitHub (Oct 13, 2020):
Oops, I must've added the apparmor one in myself. My bad.
I'm on Parabola, using firejail 0.9.62.4-1 and torbrowser-launcher 0.3.2-6. I actually use OpenRC, so I am not entirely sure how to view the syscalls on here.
@rusty-snake commented on GitHub (Oct 14, 2020):
If your kernel has audit support, is is logged somewhere I think. (Mabye
grep SECCOMP /var/log/*orgrep syscall /var/log/*?).Does this happen if you skip torbrowser-launcher?
@ghost commented on GitHub (Oct 15, 2020):
Yeah I'm not sure what to tell you, I don't know how to view the logs. Just forget it.
@SjoerdV commented on GitHub (Jan 14, 2023):
This actually did work for me. So what I end up doing was creating my own launch script and desktop file. (I appended '-launcher' to my own file names)
~/.local/share/torbrowser/tbb/x86_64/tor-browser/start-tor-browser-launcher.sh~/.local/share/applications/start-tor-browser-launcher.desktop