Closed
Description
Steps to reproduce
- start hexchat using firejail
firejail hexchat
- Invoke command in Hexchat:
/url google.com
- Nothing happens
Fix:
Create~/.config/firejail/hexchat.profile
with the following content:
noblacklist ${HOME}/.config/chromium
include /etc/firejail/hexchat.profile
Somehow, hexchat tries to access ~/.config/chromium
directory when opening URLs. Can we add some rule (I am not sure if my solution is the secure one) for handling such cases?
UPDATE: This workaround stopped working.
Activity