mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2234] Firejailed APPs are not seeing my Network #1501
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1501
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thebunnyrules on GitHub (Nov 5, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2234
Problem:
No matter what I try, I can't seem to get firejailed app to see my network.
I have a Application Based Firewall called Douane but even when I've completely disabled it, firejail is not seeing the internet.
I'm on Ubuntu 17.10 (gnome 3.26). FJ 0.9.50. user account does not have root privileges but I've tried creating one with sudo priveleges and fj still doesn't see the internet on that one.
I'm on Wayland but the same problem occurs on X11.
What I've Tried:
-using my compiled version of FF (62 which has a custom aa profile that I've been using without a problem in enforce mode), using Ubuntu Apt Installed version of FF (61 which comes with a generic AA profile that ubuntu wrote), Web/epiphany, transmission with a ubuntu18.10.iso torrent which usually has tons of seeders.
-disabling my firewall (douane), removing the firewall service from autostart and rebooting
-disabling apparmor, switching apparmor to complain mode for the apps I'm testing.
-use the firjail --net= option
-I tried using firejail --dns=8.8.8.8 and it gave can't fine /etc/resolv.conf error.
-tried using firetools/fireconfig and selecting firefox+default profile from there. tried making my own custom profile from there.
Firejail Version:
firejail --version
firejail version 0.9.50
Compile time support:
- AppArmor support is enabled
- AppImage support is enabled
- bind support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- git install support is disabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- seccomp-bpf support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled
@netblue30 commented on GitHub (Nov 5, 2018):
Try to move to firejail version 0.9.56 (download the deb file from https://sourceforge.net/projects/firejail/files/firejail/), and we'll take it from there. There were quite a number of fixes since 0.9.50.
@thebunnyrules commented on GitHub (Nov 6, 2018):
I've just installed 0.9.56 as you've suggested. It seems that the problem has been resolved. Thanks for your help!