mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #1156] [MERGED] profile enhancements #3861
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#3861
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/1156
Author: @SYN-cook
Created: 3/24/2017
Status: ✅ Merged
Merged: 3/26/2017
Merged by: @netblue30
Base:
master← Head:master📝 Commits (9)
a83a3a9update gwenview.profile88f5bd7harden Audaciousf5eb0b5Update scribus.profile408d7c6update disable-programs.inc (audacious, gwenview, scribus)9d0a19bfix ~/.pki unblacklisting in browser profilesa7660deredundant with disable-passwdmgr.inc867eefdmove ~/.pki blacklist to disable-common.inc02b893dmove ~/.pki blacklist to disable-common.incf1b5b76undo netlink addition📊 Changes
6 files changed (+23 additions, -4 deletions)
View changed files
📝
etc/audacious.profile(+8 -0)📝
etc/disable-common.inc(+1 -0)📝
etc/disable-passwdmgr.inc(+0 -1)📝
etc/disable-programs.inc(+4 -1)📝
etc/gwenview.profile(+4 -2)📝
etc/scribus.profile(+6 -0)📄 Description
netlinkadded to gwenview profile.EDIT/REPEATED UPDATE: during startup there is a complaint
UdevQt: unable to create udev monitor connection, which disappears when the netlink protocol is allowed.Google shows this string is in the sources of solid, and apparently it is printed when monitoring of the kernel uevent netlink socket fails. Btw, other programs that depend on the solid library and show exactly the same behavior include Dolphin and Amarok.
However, here it looks like solid is used only to display more precise device information and nicer icons in gwenviews import dialogue, which has been disabled anyways for gwenview5 (but will come back in the future).
The sources also contain two device actions for automatically opening the import dialogue, e.g. when a camera is plugged in, but as far as I understand device actions hide all that netlink stuff from the target application. Guess we don't necessarily need netlink then :) I'll remove it again.
nosoundremoves the sound from video previews in gwenview🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.