mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3429] Firejail should report which profile it can't load in an include chain #2156
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#2156
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 @zupatisc on GitHub (May 22, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3429
Bug and expected behavior
Reproduce
Steps to reproduce the behavior:
Other context about the problem like related errors to understand the problem.
firejail rtorrentError: cannot access profile fileEnvironment
Additional context
I've had problems with the disable-* files and creating customizations for very long and with firejail build straight from git, the normal arch package and firejail-git and I suspect it's related this. I reinstalled using the -git AUR package just before creating this and made sure the files in /etc/firejail aren't old.
@rusty-snake commented on GitHub (May 22, 2020):
I can not reproduce this (firejail-git). What exactly did you add to .config/firejail/rtorrent.profile?
Looks like the profile is printed on master.
git grep "cannot access profile" src:3d61f52d4d/src/firejail/profile.c (L1572-L1581)@zupatisc commented on GitHub (May 22, 2020):
The exact contents of ~/.config/firejail/rtorrent.profile are:
Odd that it should show the profile it encountered an error with but it really doesn't show it, only which profiles it could read. The standard profile works fine btw so maybe this has something to do with the relative directory to the files named for inclusion?
@rusty-snake commented on GitHub (May 22, 2020):
wfm:
@zupatisc commented on GitHub (May 23, 2020):
No dice for me, I'll try firejail on a second install then, maybe it's just something sideways with this current one. Thanks for the quick responses anyway.