-
Notifications
You must be signed in to change notification settings - Fork 567
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
Question : firejail and Xephyr #2099
Comments
In your example:
the last line (firefox) is bad. You need a network namespace for it, something like:
Without --net=eth0 the main X11 display is still available, the bad guy can still connect to it. Also, programs you start directly in awesome are not sandboxed. The setup is not bad, but you can do better. I would suggest to follow this guide: https://firejail.wordpress.com/documentation-2/basic-usage/#x11 where you replace openbox with awesome but still use the openbox profile. So, the first command should be:
Then, you just follow with the rest of the steps there. In the end you will have your programs Xephyr/awesome/firefox each of them running in a different sandbox. |
I think this question was answered. @deb75 please feel free to re-open if your questions weren't answered :) |
Hi, I ended up doing :
I prefer to launch Trouble is that Thanks in advance for your kind help Regards |
@deb75 Which version of |
I have just installed the 0.9.56 version :
But when launching like this :
I get this error :
What is the trouble ? |
Are you sure the interface is called |
Hi, Here the output of
I wonder what means "Operation not supported". Does it depend on the wireless driver ? That is to say some drivers did implement this feature and some others did not. My wifi card uses the |
I tried with latest git version (master branch) and I still get this very same error. In the kernel log at boot, I can read :
So it seems the Any hints ? Regards |
Yeah, that's systemd renaming interfaces (you could disable that, but it's not what's causing the issue here).
As I understand it, it shouldn't be an issue. |
My bad ! I had my kernel recompiled a few months ago and forgot to include some drivers, among which Once all drivers present, it works well, this explains the error "Operation not supported", without the driver ... |
Hello,
I am used to launch X applications like browsers with firejail, Xephyr and openbox :
Then,
openbox
autostarts the desired application insideXephyr
.I would like to proceed differently :
Xephyr -ac -br :1
DISPLAY=:1 awesome
DISPLAY=:1 firejail --private firefox
I would like to know if it is equivalent in terms of security provided by firejail.
Regards
The text was updated successfully, but these errors were encountered: