mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4925] flameshot complaining about AF_NETLINK socket #2819
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#2819
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 @jose1711 on GitHub (Feb 9, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4925
Description
flameshotgenerates the following errors while running:Steps to Reproduce
flameshotfrom terminal emulatorExpected behavior
No errors should appear.
Actual behavior
Messages are also written to
systemd's journal:Behavior without a profile
If run with
--noprofilethe issue disappears. Another way is to addnetlinkto protocol list.Environment
Checklist
/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)@rusty-snake commented on GitHub (Feb 9, 2022):
Is anything broken?
@jose1711 commented on GitHub (Feb 9, 2022):
No, it looks to be working just fine.
@netblue30 commented on GitHub (Feb 14, 2022):
We disable netlink socket on all sort of programs. Some of them are still trying to access it for whatever reasons. Unless the program functionality is breaking, we'll keep it disabled. Closing the bug for now.
@kmk3 commented on GitHub (Feb 14, 2022):
@jose1711 commented on Feb 9:
I'd suggest reporting this to flameshot; maybe it can be changed to try once at
startup to use netlink and if it doesn't work, ignore it or always try
something else instead (to reduce the amount of error messages).
Maybe also change it to log this error only once per instance (or not at all).
@rusty-snake commented on GitHub (Feb 14, 2022):
IIRC this is Qt.
@Pictor13 commented on GitHub (Jun 11, 2023):
I'm getting this error even after
flameshotwas removed...@rusty-snake commented on GitHub (Jun 11, 2023):
This is over one year old. Please open a new issue.
And BTW how do you start flameshot if it is removed.
@Pictor13 commented on GitHub (Jun 11, 2023):
I was wondering as well exactly why I got logs, for a software that was removed.
Apparently a reboot of Ubuntu cleared up dangling processes or binds and now the log doesn't appear anymore.