summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-05-25 07:27:26 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-05-25 07:27:26 -0400
commit2fcac103e58aa69641f2629bcab60dc74d01e79b (patch)
tree2465b3d16aa04c562f02699c6471d3586886209b /etc
parentdocument previous merge (diff)
downloadfirejail-2fcac103e58aa69641f2629bcab60dc74d01e79b.tar.gz
firejail-2fcac103e58aa69641f2629bcab60dc74d01e79b.tar.zst
firejail-2fcac103e58aa69641f2629bcab60dc74d01e79b.zip
commented out ipc-namespace in most profiles - it breaks newer versions of GDK with the following error: Gdk-ERROR **: The program 'thunderbird' received an X Window System error
Diffstat (limited to 'etc')
-rw-r--r--etc/arduino.profile2
-rw-r--r--etc/audacity.profile2
-rw-r--r--etc/bleachbit.profile2
-rw-r--r--etc/bless.profile2
-rw-r--r--etc/brasero.profile2
-rw-r--r--etc/chromium.profile2
-rw-r--r--etc/deadbeef.profile2
-rw-r--r--etc/dino.profile2
-rw-r--r--etc/eog.profile2
-rw-r--r--etc/evince.profile2
-rw-r--r--etc/evolution.profile2
-rw-r--r--etc/file-roller.profile2
-rw-r--r--etc/gedit.profile2
-rw-r--r--etc/hexchat.profile2
-rw-r--r--etc/jd-gui.profile2
-rw-r--r--etc/keepass.profile2
-rw-r--r--etc/keepassxc.profile2
-rw-r--r--etc/kodi.profile2
-rw-r--r--etc/lollypop.profile2
-rw-r--r--etc/luminance-hdr.profile2
-rw-r--r--etc/meld.profile2
-rw-r--r--etc/multimc5.profile2
-rw-r--r--etc/mumble.profile2
-rw-r--r--etc/pdfsam.profile2
-rw-r--r--etc/pithos.profile2
-rw-r--r--etc/steam.profile2
-rw-r--r--etc/totem.profile2
-rw-r--r--etc/viking.profile2
-rw-r--r--etc/wget.profile2
-rw-r--r--etc/wireshark.profile2
-rw-r--r--etc/xonotic.profile2
31 files changed, 31 insertions, 31 deletions
diff --git a/etc/arduino.profile b/etc/arduino.profile
index ce92604b9..2d7d92856 100644
--- a/etc/arduino.profile
+++ b/etc/arduino.profile
@@ -15,7 +15,7 @@ include /etc/firejail/disable-passwdmgr.inc
15include /etc/firejail/disable-devel.inc 15include /etc/firejail/disable-devel.inc
16 16
17caps.drop all 17caps.drop all
18ipc-namespace 18#ipc-namespace
19netfilter 19netfilter
20no3d 20no3d
21nogroups 21nogroups
diff --git a/etc/audacity.profile b/etc/audacity.profile
index 1fcc6fdb3..67b625f2b 100644
--- a/etc/audacity.profile
+++ b/etc/audacity.profile
@@ -14,7 +14,7 @@ include /etc/firejail/disable-passwdmgr.inc
14include /etc/firejail/disable-programs.inc 14include /etc/firejail/disable-programs.inc
15 15
16caps.drop all 16caps.drop all
17ipc-namespace 17#ipc-namespace
18net none 18net none
19netfilter 19netfilter
20no3d 20no3d
diff --git a/etc/bleachbit.profile b/etc/bleachbit.profile
index 84ce8c635..40c7a5c83 100644
--- a/etc/bleachbit.profile
+++ b/etc/bleachbit.profile
@@ -12,7 +12,7 @@ include /etc/firejail/disable-devel.inc
12include /etc/firejail/disable-passwdmgr.inc 12include /etc/firejail/disable-passwdmgr.inc
13 13
14caps.drop all 14caps.drop all
15ipc-namespace 15#ipc-namespace
16net none 16net none
17netfilter 17netfilter
18no3d 18no3d
diff --git a/etc/bless.profile b/etc/bless.profile
index 8e8aaaec2..436c06a15 100644
--- a/etc/bless.profile
+++ b/etc/bless.profile
@@ -20,7 +20,7 @@ include /etc/firejail/disable-devel.inc
20 20
21#Options 21#Options
22caps.drop all 22caps.drop all
23ipc-namespace 23#ipc-namespace
24net none 24net none
25netfilter 25netfilter
26no3d 26no3d
diff --git a/etc/brasero.profile b/etc/brasero.profile
index f0e2f2153..ac9ea8a7c 100644
--- a/etc/brasero.profile
+++ b/etc/brasero.profile
@@ -14,7 +14,7 @@ include /etc/firejail/disable-devel.inc
14include /etc/firejail/disable-passwdmgr.inc 14include /etc/firejail/disable-passwdmgr.inc
15 15
16caps.drop all 16caps.drop all
17ipc-namespace 17#ipc-namespace
18net none 18net none
19nogroups 19nogroups
20nonewprivs 20nonewprivs
diff --git a/etc/chromium.profile b/etc/chromium.profile
index a013b0309..7e73634ec 100644
--- a/etc/chromium.profile
+++ b/etc/chromium.profile
@@ -28,7 +28,7 @@ whitelist ~/.config/chromium-flags.conf
28include /etc/firejail/whitelist-common.inc 28include /etc/firejail/whitelist-common.inc
29 29
30caps.keep sys_chroot,sys_admin 30caps.keep sys_chroot,sys_admin
31ipc-namespace 31#ipc-namespace
32netfilter 32netfilter
33nogroups 33nogroups
34shell none 34shell none
diff --git a/etc/deadbeef.profile b/etc/deadbeef.profile
index eda2b308b..8d50dedda 100644
--- a/etc/deadbeef.profile
+++ b/etc/deadbeef.profile
@@ -14,7 +14,7 @@ include /etc/firejail/disable-devel.inc
14include /etc/firejail/disable-passwdmgr.inc 14include /etc/firejail/disable-passwdmgr.inc
15 15
16caps.drop all 16caps.drop all
17ipc-namespace 17#ipc-namespace
18netfilter 18netfilter
19no3d 19no3d
20nogroups 20nogroups
diff --git a/etc/dino.profile b/etc/dino.profile
index e9082c88d..a979cad7c 100644
--- a/etc/dino.profile
+++ b/etc/dino.profile
@@ -19,7 +19,7 @@ whitelist ${HOME}/.local/share/dino
19include /etc/firejail/whitelist-common.inc 19include /etc/firejail/whitelist-common.inc
20 20
21caps.drop all 21caps.drop all
22ipc-namespace 22#ipc-namespace
23netfilter 23netfilter
24no3d 24no3d
25nogroups 25nogroups
diff --git a/etc/eog.profile b/etc/eog.profile
index 9afbc8661..447a41a86 100644
--- a/etc/eog.profile
+++ b/etc/eog.profile
@@ -16,7 +16,7 @@ include /etc/firejail/disable-devel.inc
16include /etc/firejail/disable-passwdmgr.inc 16include /etc/firejail/disable-passwdmgr.inc
17 17
18caps.drop all 18caps.drop all
19ipc-namespace 19#ipc-namespace
20net none 20net none
21netfilter 21netfilter
22no3d 22no3d
diff --git a/etc/evince.profile b/etc/evince.profile
index 5f958fd3e..51ed3fbf3 100644
--- a/etc/evince.profile
+++ b/etc/evince.profile
@@ -14,7 +14,7 @@ include /etc/firejail/disable-devel.inc
14include /etc/firejail/disable-passwdmgr.inc 14include /etc/firejail/disable-passwdmgr.inc
15 15
16caps.drop all 16caps.drop all
17ipc-namespace 17#ipc-namespace
18netfilter 18netfilter
19#net none - creates some problems on some distributions 19#net none - creates some problems on some distributions
20no3d 20no3d
diff --git a/etc/evolution.profile b/etc/evolution.profile
index d211077ae..ee8e02e8f 100644
--- a/etc/evolution.profile
+++ b/etc/evolution.profile
@@ -23,7 +23,7 @@ include /etc/firejail/disable-devel.inc
23include /etc/firejail/disable-passwdmgr.inc 23include /etc/firejail/disable-passwdmgr.inc
24 24
25caps.drop all 25caps.drop all
26ipc-namespace 26#ipc-namespace
27netfilter 27netfilter
28no3d 28no3d
29nogroups 29nogroups
diff --git a/etc/file-roller.profile b/etc/file-roller.profile
index 3758a0001..49b65c91d 100644
--- a/etc/file-roller.profile
+++ b/etc/file-roller.profile
@@ -12,7 +12,7 @@ include /etc/firejail/disable-devel.inc
12include /etc/firejail/disable-passwdmgr.inc 12include /etc/firejail/disable-passwdmgr.inc
13 13
14caps.drop all 14caps.drop all
15ipc-namespace 15#ipc-namespace
16net none 16net none
17netfilter 17netfilter
18no3d 18no3d
diff --git a/etc/gedit.profile b/etc/gedit.profile
index 0d8efb822..d871a9bed 100644
--- a/etc/gedit.profile
+++ b/etc/gedit.profile
@@ -17,7 +17,7 @@ include /etc/firejail/disable-programs.inc
17include /etc/firejail/disable-passwdmgr.inc 17include /etc/firejail/disable-passwdmgr.inc
18 18
19caps.drop all 19caps.drop all
20ipc-namespace 20#ipc-namespace
21netfilter 21netfilter
22net none 22net none
23no3d 23no3d
diff --git a/etc/hexchat.profile b/etc/hexchat.profile
index e84968021..ebfd9224c 100644
--- a/etc/hexchat.profile
+++ b/etc/hexchat.profile
@@ -15,7 +15,7 @@ include /etc/firejail/disable-programs.inc
15include /etc/firejail/disable-devel.inc 15include /etc/firejail/disable-devel.inc
16 16
17caps.drop all 17caps.drop all
18ipc-namespace 18#ipc-namespace
19netfilter 19netfilter
20no3d 20no3d
21nogroups 21nogroups
diff --git a/etc/jd-gui.profile b/etc/jd-gui.profile
index b8474e1a3..2520babb1 100644
--- a/etc/jd-gui.profile
+++ b/etc/jd-gui.profile
@@ -19,7 +19,7 @@ include /etc/firejail/disable-devel.inc
19 19
20#Options 20#Options
21caps.drop all 21caps.drop all
22ipc-namespace 22#ipc-namespace
23net none 23net none
24netfilter 24netfilter
25no3d 25no3d
diff --git a/etc/keepass.profile b/etc/keepass.profile
index 8e789d5a6..48574f3dc 100644
--- a/etc/keepass.profile
+++ b/etc/keepass.profile
@@ -20,7 +20,7 @@ include /etc/firejail/disable-devel.inc
20include /etc/firejail/disable-passwdmgr.inc 20include /etc/firejail/disable-passwdmgr.inc
21 21
22caps.drop all 22caps.drop all
23ipc-namespace 23#ipc-namespace
24netfilter 24netfilter
25no3d 25no3d
26nogroups 26nogroups
diff --git a/etc/keepassxc.profile b/etc/keepassxc.profile
index 45b0edf1b..e7cbae71f 100644
--- a/etc/keepassxc.profile
+++ b/etc/keepassxc.profile
@@ -18,7 +18,7 @@ include /etc/firejail/disable-passwdmgr.inc
18 18
19# To use KeePassHTTP, comment out `net none` 19# To use KeePassHTTP, comment out `net none`
20caps.drop all 20caps.drop all
21ipc-namespace 21#ipc-namespace
22net none 22net none
23no3d 23no3d
24nogroups 24nogroups
diff --git a/etc/kodi.profile b/etc/kodi.profile
index f2a99a381..132a0044c 100644
--- a/etc/kodi.profile
+++ b/etc/kodi.profile
@@ -14,7 +14,7 @@ include /etc/firejail/disable-programs.inc
14include /etc/firejail/disable-devel.inc 14include /etc/firejail/disable-devel.inc
15 15
16caps.drop all 16caps.drop all
17ipc-namespace 17#ipc-namespace
18netfilter 18netfilter
19nogroups 19nogroups
20nonewprivs 20nonewprivs
diff --git a/etc/lollypop.profile b/etc/lollypop.profile
index 2f85bc4e6..6494ccc6b 100644
--- a/etc/lollypop.profile
+++ b/etc/lollypop.profile
@@ -20,7 +20,7 @@ include /etc/firejail/disable-devel.inc
20 20
21#Options 21#Options
22caps.drop all 22caps.drop all
23ipc-namespace 23#ipc-namespace
24netfilter 24netfilter
25no3d 25no3d
26nogroups 26nogroups
diff --git a/etc/luminance-hdr.profile b/etc/luminance-hdr.profile
index 37055568a..6ee118f76 100644
--- a/etc/luminance-hdr.profile
+++ b/etc/luminance-hdr.profile
@@ -12,7 +12,7 @@ include /etc/firejail/disable-programs.inc
12include /etc/firejail/disable-passwdmgr.inc 12include /etc/firejail/disable-passwdmgr.inc
13 13
14caps.drop all 14caps.drop all
15ipc-namespace 15#ipc-namespace
16netfilter 16netfilter
17nogroups 17nogroups
18nonewprivs 18nonewprivs
diff --git a/etc/meld.profile b/etc/meld.profile
index b5468f54a..0ec737989 100644
--- a/etc/meld.profile
+++ b/etc/meld.profile
@@ -14,7 +14,7 @@ include /etc/firejail/disable-passwdmgr.inc
14include /etc/firejail/disable-programs.inc 14include /etc/firejail/disable-programs.inc
15 15
16caps.drop all 16caps.drop all
17ipc-namespace 17#ipc-namespace
18net none 18net none
19netfilter 19netfilter
20no3d 20no3d
diff --git a/etc/multimc5.profile b/etc/multimc5.profile
index 1afc8f056..c5a2eb525 100644
--- a/etc/multimc5.profile
+++ b/etc/multimc5.profile
@@ -28,7 +28,7 @@ include /etc/firejail/whitelist-common.inc
28 28
29#Options 29#Options
30caps.drop all 30caps.drop all
31ipc-namespace 31#ipc-namespace
32netfilter 32netfilter
33nogroups 33nogroups
34nonewprivs 34nonewprivs
diff --git a/etc/mumble.profile b/etc/mumble.profile
index 7cdb99317..d92156ebb 100644
--- a/etc/mumble.profile
+++ b/etc/mumble.profile
@@ -20,7 +20,7 @@ whitelist ${HOME}/.local/share/data/Mumble
20include /etc/firejail/whitelist-common.inc 20include /etc/firejail/whitelist-common.inc
21 21
22caps.drop all 22caps.drop all
23ipc-namespace 23#ipc-namespace
24netfilter 24netfilter
25no3d 25no3d
26nonewprivs 26nonewprivs
diff --git a/etc/pdfsam.profile b/etc/pdfsam.profile
index 0feab167a..36694dcc6 100644
--- a/etc/pdfsam.profile
+++ b/etc/pdfsam.profile
@@ -17,7 +17,7 @@ include /etc/firejail/disable-devel.inc
17 17
18#Options 18#Options
19caps.drop all 19caps.drop all
20ipc-namespace 20#ipc-namespace
21net none 21net none
22netfilter 22netfilter
23no3d 23no3d
diff --git a/etc/pithos.profile b/etc/pithos.profile
index 18161b2ed..67b8ee7e4 100644
--- a/etc/pithos.profile
+++ b/etc/pithos.profile
@@ -19,7 +19,7 @@ include /etc/firejail/whitelist-common.inc
19 19
20#Options 20#Options
21caps.drop all 21caps.drop all
22ipc-namespace 22#ipc-namespace
23netfilter 23netfilter
24no3d 24no3d
25nogroups 25nogroups
diff --git a/etc/steam.profile b/etc/steam.profile
index 55d997089..29d5fe6af 100644
--- a/etc/steam.profile
+++ b/etc/steam.profile
@@ -16,7 +16,7 @@ include /etc/firejail/disable-devel.inc
16include /etc/firejail/disable-passwdmgr.inc 16include /etc/firejail/disable-passwdmgr.inc
17 17
18caps.drop all 18caps.drop all
19ipc-namespace 19#ipc-namespace
20netfilter 20netfilter
21nogroups 21nogroups
22nonewprivs 22nonewprivs
diff --git a/etc/totem.profile b/etc/totem.profile
index fa0cf0a83..7ae082760 100644
--- a/etc/totem.profile
+++ b/etc/totem.profile
@@ -15,7 +15,7 @@ include /etc/firejail/disable-devel.inc
15include /etc/firejail/disable-passwdmgr.inc 15include /etc/firejail/disable-passwdmgr.inc
16 16
17caps.drop all 17caps.drop all
18ipc-namespace 18#ipc-namespace
19netfilter 19netfilter
20nogroups 20nogroups
21nonewprivs 21nonewprivs
diff --git a/etc/viking.profile b/etc/viking.profile
index 966dbbd5a..e34bdc3f7 100644
--- a/etc/viking.profile
+++ b/etc/viking.profile
@@ -16,7 +16,7 @@ include /etc/firejail/disable-passwdmgr.inc
16include /etc/firejail/disable-devel.inc 16include /etc/firejail/disable-devel.inc
17 17
18caps.drop all 18caps.drop all
19ipc-namespace 19#ipc-namespace
20netfilter 20netfilter
21no3d 21no3d
22nogroups 22nogroups
diff --git a/etc/wget.profile b/etc/wget.profile
index 33eca8e21..562c7bbf1 100644
--- a/etc/wget.profile
+++ b/etc/wget.profile
@@ -12,7 +12,7 @@ include /etc/firejail/disable-programs.inc
12include /etc/firejail/disable-passwdmgr.inc 12include /etc/firejail/disable-passwdmgr.inc
13 13
14caps.drop all 14caps.drop all
15ipc-namespace 15#ipc-namespace
16netfilter 16netfilter
17no3d 17no3d
18nogroups 18nogroups
diff --git a/etc/wireshark.profile b/etc/wireshark.profile
index d3dab23ce..98a4f3a9d 100644
--- a/etc/wireshark.profile
+++ b/etc/wireshark.profile
@@ -20,7 +20,7 @@ include /etc/firejail/disable-passwdmgr.inc
20#noroot 20#noroot
21#protocol unix,inet,inet6,netlink 21#protocol unix,inet,inet6,netlink
22 22
23ipc-namespace 23#ipc-namespace
24netfilter 24netfilter
25no3d 25no3d
26nogroups 26nogroups
diff --git a/etc/xonotic.profile b/etc/xonotic.profile
index 9e3ad3d1d..b9115b70a 100644
--- a/etc/xonotic.profile
+++ b/etc/xonotic.profile
@@ -25,7 +25,7 @@ include /etc/firejail/whitelist-common.inc
25 25
26#Options 26#Options
27caps.drop all 27caps.drop all
28ipc-namespace 28#ipc-namespace
29netfilter 29netfilter
30nogroups 30nogroups
31nonewprivs 31nonewprivs