mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2762] Symlink for newsboat #1737
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#1737
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 @DocKDE on GitHub (Jun 12, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2762
Greetings!
It seems, there have been several problems with symlinks already but even after consulting those and the man page, I wasn't able to figure out my problem so here goes. I want to run newsboat in firejail, however the config files stored in
~/.newsboatreside in a separate folder~/Documents/dotfiles/.newsboatfor which I created a symlink.In the config file I thus simpy added the latter folder to noblacklist and whitelist. I own both the symlink and the folder and they both reside in /home. However, firejail gives me
I wasn't able to find out where the problem is, exactly. It definitely is connected to the symlink though since removing it "fixed" the problem.
I'd be grateful for some help
@rusty-snake commented on GitHub (Jun 12, 2019):
@DocKDE can you paste your profile.
Has you add
noblacklist ${DOCUMENTS}?@DocKDE commented on GitHub (Jun 12, 2019):
Huh, that fixed it. I take it for some reason non-blacklisting the parent folder is necessary in addition to the subfolder which I already took care of?
Anyway thanks for your help!