summaryrefslogtreecommitdiffstats
path: root/etc/vlc.profile
diff options
context:
space:
mode:
authorLibravatar Carlo Abelli <carlo.abelli@gmail.com>2019-02-01 01:51:31 -0500
committerLibravatar Carlo Abelli <carlo.abelli@gmail.com>2019-02-01 14:22:33 -0500
commit17f07b585a9ac81e673d3b544031985a9b454847 (patch)
tree8b3a32a1105c1e842bcffd5e238fd49e07e0fea8 /etc/vlc.profile
parentMerge pull request #2372 from rusty-snake/additional-blacklisting (diff)
downloadfirejail-17f07b585a9ac81e673d3b544031985a9b454847.tar.gz
firejail-17f07b585a9ac81e673d3b544031985a9b454847.tar.zst
firejail-17f07b585a9ac81e673d3b544031985a9b454847.zip
remove nodbus from MPRIS client profiles
MPRIS is a D-Bus interface for controlling media players. The nodbus option prevents these players from being controlled through MPRIS. It seems that most of the other media players did not have the nodbus option or it was already commented out.
Diffstat (limited to 'etc/vlc.profile')
-rw-r--r--etc/vlc.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/vlc.profile b/etc/vlc.profile
index 0395a5a59..370180b6b 100644
--- a/etc/vlc.profile
+++ b/etc/vlc.profile
@@ -24,7 +24,7 @@ include whitelist-var-common.inc
24#apparmor - on Ubuntu 18.04 it refuses to start without dbus access 24#apparmor - on Ubuntu 18.04 it refuses to start without dbus access
25caps.drop all 25caps.drop all
26netfilter 26netfilter
27#nodbus 27#nodbus - dbus needed for MPRIS
28nogroups 28nogroups
29nonewprivs 29nonewprivs
30noroot 30noroot