mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1334] private-tmp option in chromium.profile causes URLs to be opened in new Chromium window, potentially corrupts chromium profile and browsing history #915
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#915
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 @Saren-Arterius on GitHub (Jun 13, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1334
Environment
OS: Arch Linux
Relevant packages:
Customized
/usr/local/bin/chromiumExpected result
After chromium being wrapped by firejail, executing
xdg-open "https://google.com"(or clicking links in email client, opening URL shortcut from DE/WM... etc) will open https://google.com in new tab inside the existing firejail wrapped chromium.Actual result / Description
After chromium being wrapped by firejail, executing
xdg-open "https://google.com"(or clicking links in email client, opening URL shortcut from DE/WM... etc) will open https://google.com in new Chromium window, and yield the following errors about databases being locked.Chromium will alert that chromium storage is corrupted/unstable. This is very annoying. Existing browsing history may lose, and I had my chromium profile really corrupted once because of this issue.
Known workaround
Comment
private-tmpout of/etc/firejail/chromium.profile.@netblue30 commented on GitHub (Jun 14, 2017):
Fixed, thank you for the bug:
62bfa2b249