mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #413] existing sandbox issue with tor-browser #298
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#298
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 @suedi on GitHub (Apr 6, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/413
This was working OK with Firejail 0.9.8
Threw away that and built 0.9.40-rc1
Now trying to start tor-browser I get the "Warning: an existing sandbox was detected!" message
May be related to #401 but I don't have apparmor or grsec compiled kernel.
I am running kernel 4.1.6 with AUFS. Mounting /proc with hidepid=2 though.
The only thing I changed was Firejail so should work, right!?
It works with --force but I don't want to "run without any additional sandboxing features"
that is output in the warning, I want those additional features.
What gives?
@ghost commented on GitHub (Apr 6, 2016):
Try the profile with those includes instead:
@suedi commented on GitHub (Apr 6, 2016):
Trying with your suggestions instead
If I use --force it seems to work, without --force still the same
short explanation please
@ghost commented on GitHub (Apr 6, 2016):
No, I meant replacing the previous includes with the new ones.
I am only guessing here, but I remember having a similar problem. Unfortunately I don't remember what fixed it... but it could have been the new profiles, I don't remember.
@suedi commented on GitHub (Apr 6, 2016):
Yeah, and thats what I did.
Just included what I had before, They are commented out
Sorry for not being obvious about it.
I thought they would be useful in discussing why your solution worked
@ghost commented on GitHub (Apr 6, 2016):
I am sorry, I have no solution for this right now. netblue will most likely be able to help you, though.
@netblue30 commented on GitHub (Apr 7, 2016):
I'll have to look into it, thanks!
@netblue30 commented on GitHub (Apr 7, 2016):
I think this was already fixed for Grsecurity, where we have a similar situation with /proc entries unavailable for other users. The git version on the master branch should fix the problem. A temporary solution is to insert --force option on the command line: firejail --force program-and-arguments.
@suedi commented on GitHub (Apr 7, 2016):
Confirm that git version works!
Good Job
@netblue30 commented on GitHub (Apr 9, 2016):
Thanks!