browser integration with sandboxing enabled #6741
-
recently started playing around with firejail and im wondering what files/binaries are required to be whitelisted for the browser extension to see the client |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
You need to allow the browser to start the proxy application and connect to the local socket. Socket location can be found at keepassxc/src/browser/BrowserShared.cpp Line 34 in 089c8df Your best bet is to strace your browser and look for failures. |
Beta Was this translation helpful? Give feedback.
-
All you need to do: https://github.com/netblue30/firejail/blob/0.9.66/etc/profile-a-l/firefox.profile#L27-L30 See netblue30/firejail#3952 and netblue30/firejail#4279 for more information. |
Beta Was this translation helpful? Give feedback.
You need to allow the browser to start the proxy application and connect to the local socket. Socket location can be found at
keepassxc/src/browser/BrowserShared.cpp
Line 34 in 089c8df
Your best bet is to strace your browser and look for failures.