-
Notifications
You must be signed in to change notification settings - Fork 569
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
Adding a global modifier (net=eth0) to all firejails #1995
Comments
Try |
I did that but it didn't take, I don't see /etc/firejail/globals.local being parsed during Firefox launch.
|
Oh -- firejial is in /usr/local/ for you. So instead, put Also are there files in /etc/firejail? You maybe should remove them if so. Firejail in your case will be reading from /usr/local/etc/firejail/, not /etc/firejail/. |
@Fred-Barclay Probably a bad idea to remove them manually, since those are probably installed by a package manager. It's better to uninstall the package or just leave the files alone - leaving the package installed has the benefit that you'll know when a new version of firejail is released (and can uninstall the local version then should you want to do so). |
Thanks, I had installed from a package manager then updated several versions manually leaving traces everywhere. I removed firejail then deleted every firejail* trace from the system. Compiled and installed latest and now I have one odd problem: firecfg works fine as user but sudo firecfg says firecfg not found. |
What do |
Both Firejail and Firecfg report 0.9.55.
|
@Futureknows What is the output of |
I see firecfg in /usr/local/bin |
Sorry -- |
|
|
Ok, you fixed it! After I ran |
How can I add a global parameter to all launched firejails?
In my case I want everything to open with
--net=eth0
.I tried adding a line
net=eth0
to /etc/firejail/default.profile, /etc/firejail/default.local and /etc/firejail/globals.local. No luck. Do I need to sudo firecfg to rebuild symlinks?The text was updated successfully, but these errors were encountered: