mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #74] Error: Access was denied while trying to open files in your profile directory. #45
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#45
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 @Utini2000 on GitHub (Oct 7, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/74
Hey there,
I am suddenly having troubles loading up Iceweasel with firejail. Without really doing any changes to my profiles I get the following error when running "firejail iceweasel":
This is my /home/sneida/.config/firejail/iceweasel.profile:
I am the owner of the file, it is in the group "users" and permissions are "-rw-r--r--".
Any ideas?
Running e.g. VLC with the same profile content works fine.
Thanks !
@netblue30 commented on GitHub (Oct 7, 2015):
The error comes from Firefox. It seems to be quite a popular error. Probably some files in ~/.mozilla directory are not owned by you as user. Try this:
@Utini2000 commented on GitHub (Oct 9, 2015):
@netblue30
Nope sorry, that didn't fix the problem. I already was owner of the folder (same es with everything in my home directory). The command didn't help :/
@netblue30 commented on GitHub (Oct 9, 2015):
I'll reopen it and mark it as a bug. I'll try to reproduce it here. Make sure you don't have another Firefox instance already running already when you start the sandbox - Firefox runs a single instance of the process, so if another Firefox is already present in the system you might run into problems.
@Utini2000 commented on GitHub (Oct 9, 2015):
Nope, no other instance of firefox (or actually parabola iceweasel) is running :/
@Utini2000 commented on GitHub (Oct 9, 2015):
It is weird, firejail iceweasel has worked all the time and suddenly it broke. Firejailing any other app works fine but not with iceweasel.
@Utini2000 commented on GitHub (Oct 14, 2015):
@netblue30 I tried re-installing firejail but that didnt help :/
@Utini2000 commented on GitHub (Oct 15, 2015):
@netblue30 should I try re-installing iceweasel ?
@netblue30 commented on GitHub (Oct 16, 2015):
Maybe if you delete ~/.mozilla directory so you can start with a fresh iceweasel configuration. Take care, this will also delete all your addons and bookmarks.
@Utini2000 commented on GitHub (Oct 16, 2015):
@netblue30
So as long as .mozilla doesn't exist, I can run iceweasel. As soon as .mozilla exists I get the rror.
@Utini2000 commented on GitHub (Oct 16, 2015):
lool.. found the issue.. I included "disable-common.inc" which blacklists .mozilla :/ Sorry for this :S
@netblue30 commented on GitHub (Oct 17, 2015):
No problem!