mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6815] kate: no internet connection #3383
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#3383
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 @madbehaviorus on GitHub (Jul 10, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6815
Description
Hello community,
with a fresh new installed Debian 12 mini with fully xfce4 environment, it is not possible to get an internet connection with Kate.
Steps to Reproduce
Expected behavior
Using Kate with an internet connection.
Actual behavior
Using Kate with implemented terminal and try to get an internet connection, like for git pull, the address could not be resolved.
Behavior without a profile
The internet connection works.
Environment
Linux localhost 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 GNU/LinuxChecklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/program@kmk3 commented on GitHub (Jul 10, 2025):
Note that we do not maintain that version of firejail:
Versions other than the latest usually have outdated profiles and may contain
bugs and security vulnerabilities that were fixed in later versions.
See also:
What happens with firejail-git?
If it does not work, you can try commenting the profile until it works and post
the lines that are causing issues.
@madbehaviorus commented on GitHub (Jul 10, 2025):
Thank you for your information's.
I upgrade to version 0.9.75 and update the profiles.
I can now use the internet connections with change the following variables:
@kmk3 commented on GitHub (Jul 11, 2025):
Nice, glad it worked.
Is
netlinkactually needed or does it work with justprotocol unix,inet,inet6?