mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1795] allow read acces ${HOME}.cache/kioexec/krun/ for webbrowsers #1218
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#1218
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 @idnovic on GitHub (Mar 3, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1795
If ${HOME}.cache/kioexec/krun/ is not allowed you can not login in some apps that open a website for authentification.
I added
noblacklist ${HOME}.cache/kioexec/krun/
whitelist ${HOME}/.cache/kioexec/krun/
to firefox.local as quick fix. I think read only is enough.
Apps I have seen this problem: Gitkraken, (another on I can not remember), ...
@netblue30 commented on GitHub (Mar 5, 2018):
Thanks for reporting it. I added "whitelist ${HOME}/.cache/kioexec/krun/" at the end of /etc/firejail/whitelist-common.inc, see
fc2885266dCan you remove the two lines you added in firefox.local and give it a try? Thanks.
@idnovic commented on GitHub (Mar 5, 2018):
yes file gets opened in firefox.
Still getting an 1002 error on their site but it does not seem to be caused by firejail.
@netblue30 commented on GitHub (Mar 6, 2018):
Ok, I'll close it for now. If you still see problems open a new bug.