-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox and native messaging #2109
Comments
Try disabling |
@alkim0 Did @Vincent43's suggestion work? |
Sorry for the late response, but yes! This does work! Thank you. |
@Vincent43, could you please tell if it is possible to narrow folders with Idea is to add |
@alkim0, could you please provide whole configuration changes for native to work? I've added python and have disabled
|
@petRUShka you would have to add |
@Vincent43, sad to hear :( |
Hi, somewhat recently, firefox started allowing native apps. However, this requires that another executable be allowed to run in the firefox jail. I'm not quite sure how to do this.
Specifically, I'm trying to use the native app for tridactyl which installs a python script to
$HOME/.local/share/tridactyl/native_main.py
. Firefox needs to be able to execute this python script (like a shell script, and not as an argument to the interpreter).I use firejail with a private directory for firefox:
firejail --private=~/firefox-jail
, and I made sure the python script is installed to the private directory, and I've enabled thefirefox-common-addons.profile
to allow python. However, I'm continuing to getpermission denied
errors. Any suggestions?The text was updated successfully, but these errors were encountered: