mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1131] Error: cannot access profile file #779
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#779
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 @lalbers on GitHub (Mar 6, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1131
I got following error message, when i tried to load any profiles:
firejail --profile=start-tor-browser.profile
Reading profile start-tor-browser.profile
Error: cannot access profile file
firejail version 0.9.45
Compile time support:
- AppArmor support is disabled
- AppImage support is enabled
- bind support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- networking support is enabled
- git install support is enabled
- overlayfs support is enabled
- private-home support is enabled
- seccomp-bpf support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled
Kernel:
4.9.13-200.fc25.x86_64
SELinux: enabled
@netblue30 commented on GitHub (Mar 7, 2017):
Kind of strange. It finds the profile file, but it cannot access it! Maybe "Error: cannot access profile file" is printed by the browser? Add a --debug to the command (firejail --debug ...) and print it here, and also the profile file.
@lalbers commented on GitHub (Mar 7, 2017):
Hey netblue30,
i found the issue. In the profile there were some includes on files that doesn't exist anymore:
Reason was, that i changed from a rpmfusion packet to "fgit-install.sh". Had to copy the 'etc' dir from git clone. So my fault, but an error output at this point would be really useful.
Anyway, thanks and keep up your amazing work.
@netblue30 commented on GitHub (Mar 7, 2017):
You're welcome!