mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #67] --private fails on linux-ck kernel (Arch Linux) #39
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#39
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 @netblue30 on GitHub (Sep 24, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/67
Imported form reddit: https://www.reddit.com/r/linux/comments/3lt0p1/firejail_a_security_sandbox_for_mozilla_firefox/cvb3qo1
@dosy4ev commented on GitHub (Sep 24, 2015):
I use stock archlinux kernel (
4.1.6-1-ARCHat this moment) and I have this bug too.So this isn't ck kernel specific.
--privateworks fine for some other app i've tried (pcmanfm, mc).Output of
firejail --noprofile --private firefox:After that firefox just starts as usual.
Firefox version is
Mozilla Firefox 40.0.3. Firejail version isfirejail version 0.9.30.@netblue30 commented on GitHub (Sep 26, 2015):
I think I know what's going on! It is Firefox imposing a single process instance in the system.
By default, the browser uses a single process to handle multiple windows. When you start the browser, if another Firefox process is already running, the existing process opens a new tab or a new window.
Make sure Firefox is not already running when you start it in Firejail sandbox, otherwise you end up with a new window running outside the sandbox. Chromium has the same problem, and quite a number of other programs, most notably file managers.
I'll close the bug for now, we can always reopen it if necessary.