aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/audacious.profile1
-rw-r--r--etc/clementine.profile1
-rw-r--r--etc/deadbeef.profile1
-rw-r--r--etc/deluge.profile1
-rw-r--r--etc/dropbox.profile1
-rw-r--r--etc/empathy.profile1
-rw-r--r--etc/evince.profile1
-rw-r--r--etc/fbreader.profile1
-rw-r--r--etc/filezilla.profile1
-rw-r--r--etc/firefox.profile1
-rw-r--r--etc/generic.profile1
-rw-r--r--etc/gnome-mplayer.profile1
-rw-r--r--etc/midori.profile1
-rw-r--r--etc/opera.profile1
-rw-r--r--etc/pidgin.profile1
-rw-r--r--etc/qbittorrent.profile1
-rw-r--r--etc/quassel.profile1
-rw-r--r--etc/rhythmbox.profile1
-rw-r--r--etc/skype.profile1
-rw-r--r--etc/spotify.profile1
-rw-r--r--etc/steam.profile1
-rw-r--r--etc/thunderbird.profile1
-rw-r--r--etc/totem.profile1
-rw-r--r--etc/transmission-gtk.profile1
-rw-r--r--etc/transmission-qt.profile1
-rw-r--r--etc/vlc.profile1
-rw-r--r--etc/xchat.profile1
27 files changed, 26 insertions, 1 deletions
diff --git a/etc/audacious.profile b/etc/audacious.profile
index a55398648..19d735c32 100644
--- a/etc/audacious.profile
+++ b/etc/audacious.profile
@@ -10,5 +10,6 @@ blacklist ${HOME}/.password-store
10blacklist ${HOME}/.wine 10blacklist ${HOME}/.wine
11caps.drop all 11caps.drop all
12seccomp 12seccomp
13protocol unix,inet,inet6
13noroot 14noroot
14 15
diff --git a/etc/clementine.profile b/etc/clementine.profile
index 779eb902b..3cec2b1d8 100644
--- a/etc/clementine.profile
+++ b/etc/clementine.profile
@@ -10,4 +10,5 @@ blacklist ${HOME}/.password-store
10blacklist ${HOME}/.wine 10blacklist ${HOME}/.wine
11caps.drop all 11caps.drop all
12seccomp 12seccomp
13protocol unix,inet,inet6
13noroot 14noroot
diff --git a/etc/deadbeef.profile b/etc/deadbeef.profile
index a64968a7e..3267fd83e 100644
--- a/etc/deadbeef.profile
+++ b/etc/deadbeef.profile
@@ -10,5 +10,6 @@ blacklist ${HOME}/.password-store
10blacklist ${HOME}/.wine 10blacklist ${HOME}/.wine
11caps.drop all 11caps.drop all
12seccomp 12seccomp
13protocol unix,inet,inet6
13noroot 14noroot
14 15
diff --git a/etc/deluge.profile b/etc/deluge.profile
index 3e499bbf4..7d4fb55f5 100644
--- a/etc/deluge.profile
+++ b/etc/deluge.profile
@@ -10,6 +10,7 @@ blacklist ${HOME}/.password-store
10blacklist ${HOME}/.wine 10blacklist ${HOME}/.wine
11caps.drop all 11caps.drop all
12seccomp 12seccomp
13protocol unix,inet,inet6
13netfilter 14netfilter
14noroot 15noroot
15 16
diff --git a/etc/dropbox.profile b/etc/dropbox.profile
index 76367e13a..dbf90e352 100644
--- a/etc/dropbox.profile
+++ b/etc/dropbox.profile
@@ -10,4 +10,5 @@ blacklist ${HOME}/.password-store
10blacklist ${HOME}/.wine 10blacklist ${HOME}/.wine
11caps 11caps
12seccomp 12seccomp
13protocol unix,inet,inet6
13noroot 14noroot
diff --git a/etc/empathy.profile b/etc/empathy.profile
index 24ba457d9..8d54ab401 100644
--- a/etc/empathy.profile
+++ b/etc/empathy.profile
@@ -6,3 +6,4 @@ include /etc/firejail/disable-history.inc
6blacklist ${HOME}/.wine 6blacklist ${HOME}/.wine
7caps.drop all 7caps.drop all
8seccomp 8seccomp
9protocol unix,inet,inet6
diff --git a/etc/evince.profile b/etc/evince.profile
index 1dc4f2b7a..6af871bf7 100644
--- a/etc/evince.profile
+++ b/etc/evince.profile
@@ -10,4 +10,5 @@ blacklist ${HOME}/.password-store
10blacklist ${HOME}/.wine 10blacklist ${HOME}/.wine
11caps.drop all 11caps.drop all
12seccomp 12seccomp
13protocol unix,inet,inet6
13noroot 14noroot
diff --git a/etc/fbreader.profile b/etc/fbreader.profile
index e42dc6084..46ea14807 100644
--- a/etc/fbreader.profile
+++ b/etc/fbreader.profile
@@ -11,6 +11,7 @@ blacklist ${HOME}/.password-store
11blacklist ${HOME}/.wine 11blacklist ${HOME}/.wine
12caps.drop all 12caps.drop all
13seccomp 13seccomp
14protocol unix,inet,inet6
14netfilter 15netfilter
15noroot 16noroot
16 17
diff --git a/etc/filezilla.profile b/etc/filezilla.profile
index df89574f1..1b6684e75 100644
--- a/etc/filezilla.profile
+++ b/etc/filezilla.profile
@@ -8,6 +8,7 @@ include /etc/firejail/disable-history.inc
8blacklist ${HOME}/.wine 8blacklist ${HOME}/.wine
9caps.drop all 9caps.drop all
10seccomp 10seccomp
11protocol unix,inet,inet6
11noroot 12noroot
12netfilter 13netfilter
13 14
diff --git a/etc/firefox.profile b/etc/firefox.profile
index d81f6a9e1..ac6536ad4 100644
--- a/etc/firefox.profile
+++ b/etc/firefox.profile
@@ -6,6 +6,7 @@ include /etc/firejail/disable-common.inc
6include /etc/firejail/disable-history.inc 6include /etc/firejail/disable-history.inc
7caps.drop all 7caps.drop all
8seccomp 8seccomp
9protocol unix,inet,inet6
9netfilter 10netfilter
10noroot 11noroot
11whitelist ~/.mozilla 12whitelist ~/.mozilla
diff --git a/etc/generic.profile b/etc/generic.profile
index 18fb4ebc6..40a9b31af 100644
--- a/etc/generic.profile
+++ b/etc/generic.profile
@@ -11,6 +11,7 @@ blacklist ${HOME}/.keepassx
11blacklist ${HOME}/.password-store 11blacklist ${HOME}/.password-store
12caps.drop all 12caps.drop all
13seccomp 13seccomp
14protocol unix,inet,inet6
14netfilter 15netfilter
15noroot 16noroot
16 17
diff --git a/etc/gnome-mplayer.profile b/etc/gnome-mplayer.profile
index b3578c38c..80beb8638 100644
--- a/etc/gnome-mplayer.profile
+++ b/etc/gnome-mplayer.profile
@@ -10,4 +10,5 @@ blacklist ${HOME}/.password-store
10blacklist ${HOME}/.wine 10blacklist ${HOME}/.wine
11caps.drop all 11caps.drop all
12seccomp 12seccomp
13protocol unix,inet,inet6
13noroot 14noroot
diff --git a/etc/midori.profile b/etc/midori.profile
index 7ce9b7151..0200c300c 100644
--- a/etc/midori.profile
+++ b/etc/midori.profile
@@ -6,5 +6,6 @@ include /etc/firejail/disable-common.inc
6include /etc/firejail/disable-history.inc 6include /etc/firejail/disable-history.inc
7caps.drop all 7caps.drop all
8seccomp 8seccomp
9protocol unix,inet,inet6
9netfilter 10netfilter
10 11
diff --git a/etc/opera.profile b/etc/opera.profile
index c20e6b614..d55c0aaa3 100644
--- a/etc/opera.profile
+++ b/etc/opera.profile
@@ -6,6 +6,5 @@ include /etc/firejail/disable-common.inc
6include /etc/firejail/disable-history.inc 6include /etc/firejail/disable-history.inc
7netfilter 7netfilter
8noroot 8noroot
9shell none
10 9
11 10
diff --git a/etc/pidgin.profile b/etc/pidgin.profile
index d206fa0fa..e35585087 100644
--- a/etc/pidgin.profile
+++ b/etc/pidgin.profile
@@ -7,4 +7,5 @@ include /etc/firejail/disable-history.inc
7blacklist ${HOME}/.wine 7blacklist ${HOME}/.wine
8caps.drop all 8caps.drop all
9seccomp 9seccomp
10protocol unix,inet,inet6
10noroot 11noroot
diff --git a/etc/qbittorrent.profile b/etc/qbittorrent.profile
index d6ed092f2..41f984602 100644
--- a/etc/qbittorrent.profile
+++ b/etc/qbittorrent.profile
@@ -10,6 +10,7 @@ blacklist ${HOME}/.password-store
10blacklist ${HOME}/.wine 10blacklist ${HOME}/.wine
11caps.drop all 11caps.drop all
12seccomp 12seccomp
13protocol unix,inet,inet6
13netfilter 14netfilter
14noroot 15noroot
15 16
diff --git a/etc/quassel.profile b/etc/quassel.profile
index 08d90df34..20ac17bcd 100644
--- a/etc/quassel.profile
+++ b/etc/quassel.profile
@@ -6,4 +6,5 @@ include /etc/firejail/disable-history.inc
6blacklist ${HOME}/.wine 6blacklist ${HOME}/.wine
7caps.drop all 7caps.drop all
8seccomp 8seccomp
9protocol unix,inet,inet6
9noroot 10noroot
diff --git a/etc/rhythmbox.profile b/etc/rhythmbox.profile
index adfa94dbd..d7b45102a 100644
--- a/etc/rhythmbox.profile
+++ b/etc/rhythmbox.profile
@@ -10,4 +10,5 @@ blacklist ${HOME}/.password-store
10blacklist ${HOME}/.wine 10blacklist ${HOME}/.wine
11caps.drop all 11caps.drop all
12seccomp 12seccomp
13protocol unix,inet,inet6
13noroot 14noroot
diff --git a/etc/skype.profile b/etc/skype.profile
index 865fbe43d..fc4c54771 100644
--- a/etc/skype.profile
+++ b/etc/skype.profile
@@ -9,3 +9,4 @@ caps.drop all
9netfilter 9netfilter
10noroot 10noroot
11seccomp 11seccomp
12protocol unix,inet,inet6
diff --git a/etc/spotify.profile b/etc/spotify.profile
index 3b2360a65..71d55f067 100644
--- a/etc/spotify.profile
+++ b/etc/spotify.profile
@@ -15,5 +15,6 @@ whitelist ${HOME}/.config/pulse
15 15
16caps.drop all 16caps.drop all
17seccomp 17seccomp
18protocol unix,inet,inet6
18netfilter 19netfilter
19noroot 20noroot
diff --git a/etc/steam.profile b/etc/steam.profile
index da36a50b4..feaa46c84 100644
--- a/etc/steam.profile
+++ b/etc/steam.profile
@@ -9,3 +9,4 @@ caps.drop all
9netfilter 9netfilter
10noroot 10noroot
11seccomp 11seccomp
12protocol unix,inet,inet6
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index 9305d06b0..afd049eb1 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -18,6 +18,7 @@ blacklist ${HOME}/.tconn
18include /etc/firejail/disable-history.inc 18include /etc/firejail/disable-history.inc
19caps.drop all 19caps.drop all
20seccomp 20seccomp
21protocol unix,inet,inet6
21netfilter 22netfilter
22noroot 23noroot
23 24
diff --git a/etc/totem.profile b/etc/totem.profile
index f6730ce5a..3a7a24d8c 100644
--- a/etc/totem.profile
+++ b/etc/totem.profile
@@ -10,4 +10,5 @@ blacklist ${HOME}/.password-store
10blacklist ${HOME}/.wine 10blacklist ${HOME}/.wine
11caps.drop all 11caps.drop all
12seccomp 12seccomp
13protocol unix,inet,inet6
13noroot 14noroot
diff --git a/etc/transmission-gtk.profile b/etc/transmission-gtk.profile
index 4d9d491bd..6ef8c5490 100644
--- a/etc/transmission-gtk.profile
+++ b/etc/transmission-gtk.profile
@@ -10,6 +10,7 @@ blacklist ${HOME}/.password-store
10blacklist ${HOME}/.wine 10blacklist ${HOME}/.wine
11caps.drop all 11caps.drop all
12seccomp 12seccomp
13protocol unix,inet,inet6
13netfilter 14netfilter
14noroot 15noroot
15 16
diff --git a/etc/transmission-qt.profile b/etc/transmission-qt.profile
index 24f761f6f..06a425a0f 100644
--- a/etc/transmission-qt.profile
+++ b/etc/transmission-qt.profile
@@ -10,6 +10,7 @@ blacklist ${HOME}/.password-store
10blacklist ${HOME}/.wine 10blacklist ${HOME}/.wine
11caps.drop all 11caps.drop all
12seccomp 12seccomp
13protocol unix,inet,inet6
13netfilter 14netfilter
14noroot 15noroot
15 16
diff --git a/etc/vlc.profile b/etc/vlc.profile
index ef64873b8..3ac67983e 100644
--- a/etc/vlc.profile
+++ b/etc/vlc.profile
@@ -10,4 +10,5 @@ blacklist ${HOME}/.password-store
10blacklist ${HOME}/.wine 10blacklist ${HOME}/.wine
11caps.drop all 11caps.drop all
12seccomp 12seccomp
13protocol unix,inet,inet6
13noroot 14noroot
diff --git a/etc/xchat.profile b/etc/xchat.profile
index dc7e84e12..c1cd9e205 100644
--- a/etc/xchat.profile
+++ b/etc/xchat.profile
@@ -6,4 +6,5 @@ include /etc/firejail/disable-history.inc
6blacklist ${HOME}/.wine 6blacklist ${HOME}/.wine
7caps.drop all 7caps.drop all
8seccomp 8seccomp
9protocol unix,inet,inet6
9noroot 10noroot