aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Vincent43 <31109921+Vincent43@users.noreply.github.com>2019-02-01 23:52:12 +0100
committerLibravatar GitHub <noreply@github.com>2019-02-01 23:52:12 +0100
commit5ef4b01687c07ba64977c3c52681597a7572efe9 (patch)
tree354505c42f3d0c294bd4da529733e947a60f763a /etc
parent--name rework (diff)
parentremove nodbus from MPRIS client profiles (diff)
downloadfirejail-5ef4b01687c07ba64977c3c52681597a7572efe9.tar.gz
firejail-5ef4b01687c07ba64977c3c52681597a7572efe9.tar.zst
firejail-5ef4b01687c07ba64977c3c52681597a7572efe9.zip
Merge pull request #2384 from carloabelli/mpris
remove nodbus from MPRIS client profiles
Diffstat (limited to 'etc')
-rw-r--r--etc/audacious.profile2
-rw-r--r--etc/spotify.profile2
-rw-r--r--etc/vlc.profile2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/audacious.profile b/etc/audacious.profile
index 27650b1fe..590d3ffa3 100644
--- a/etc/audacious.profile
+++ b/etc/audacious.profile
@@ -22,7 +22,7 @@ include whitelist-var-common.inc
22apparmor 22apparmor
23caps.drop all 23caps.drop all
24netfilter 24netfilter
25nodbus 25#nodbus - dbus needed for MPRIS
26nogroups 26nogroups
27nonewprivs 27nonewprivs
28noroot 28noroot
diff --git a/etc/spotify.profile b/etc/spotify.profile
index f6f31028f..14f9f5228 100644
--- a/etc/spotify.profile
+++ b/etc/spotify.profile
@@ -31,7 +31,7 @@ include whitelist-var-common.inc
31 31
32caps.drop all 32caps.drop all
33netfilter 33netfilter
34nodbus 34#nodbus - dbus needed for MPRIS
35nodvd 35nodvd
36nogroups 36nogroups
37nonewprivs 37nonewprivs
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