mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2111] Way to prevent nodbus #1429
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#1429
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 @alkim0 on GitHub (Sep 7, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2111
Hi, I want to enable dbus for applications such as spotify, since I use playerctl to control it. When I look at
/etc/firejail/spotify.profile, I see the keywordnodbus, and obviously if I comment this out, everything would be dandy. However, at the top of this file, it says that this config will be rewritten every install/update and all local configuration should be made tospotify.local. So my question is, is there a way to say yesdbus or disable nodbus inspotify.localto prevent thenodbusfromspotify.profile.I understand that I can disable dbus configuration with
dbus noinfirejail.config, but I like disabling dbus for other applications.@alkim0 commented on GitHub (Sep 7, 2018):
Nevermind, found it in one of the closed issues. Sorry for the trouble. #2098