dnscrypt-proxy: service fails to start (systemd) #5771
-
Hello! Firejail has profile for DNSCrypt-Proxy, but it's unclear for me how to correctly configure it. I activated Firejail by creating symlink:
I followed ArchWiki and edited
Which results in the following file:
After those changes, service fails to start:
Using At first I thought that maybe app have no access to it's folder
I'm not sure why DNSCrypt-Proxy exists as command-line tool with some available options since usually it works as service or socket (perhaps, to check configuration file for errors). However, I tried to execute it directly. And there is difference in output depending on wether I use
Firejail symlinks usually work fine with every other app I use - checked it many times with I'm sorry for adding too many info which perhaps not very required here. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
(Offtopic) For reporting a bug/issue with a profile, please open an issue and follow the Bugs are tracked in the issue tracker; discussions have poor UX for this. The I'd suggest opening a new issue for each of the following discussions:
|
Beta Was this translation helpful? Give feedback.
-
IF YOU WANT TO USE FIREJAIL FOR SANDBOXING INSTEAD OF SYSTEMD, you have to disable the systemd sandboxing. Namely |
Beta Was this translation helpful? Give feedback.
IF YOU WANT TO USE FIREJAIL FOR SANDBOXING INSTEAD OF SYSTEMD, you have to disable the systemd sandboxing.
Namely
CapabilityBoundingSet
,DynamicUser
,NoNewPrivileges
,ProtectSystem
,RestrictNamespaces
,SystemCallFilter
.