summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-04-15 08:57:13 -0400
committerLibravatar Tad <tad@spotco.us>2017-04-15 15:25:08 -0400
commit90cd669eba680369c6ba8d96af194b70c8cc8706 (patch)
tree31c4d14fa5b56003b9898c8e6d19f03b7d91b091 /etc
parentnoblacklist .config/qt5ct (part 1) (diff)
downloadfirejail-90cd669eba680369c6ba8d96af194b70c8cc8706.tar.gz
firejail-90cd669eba680369c6ba8d96af194b70c8cc8706.tar.zst
firejail-90cd669eba680369c6ba8d96af194b70c8cc8706.zip
Harden some profiles
Diffstat (limited to 'etc')
-rw-r--r--etc/bless.profile14
-rw-r--r--etc/jd-gui.profile13
-rw-r--r--etc/lollypop.profile11
-rw-r--r--etc/multimc5.profile11
-rw-r--r--etc/pdfsam.profile13
-rw-r--r--etc/pithos.profile10
-rw-r--r--etc/xonotic.profile9
7 files changed, 77 insertions, 4 deletions
diff --git a/etc/bless.profile b/etc/bless.profile
index b8325de39..08a756989 100644
--- a/etc/bless.profile
+++ b/etc/bless.profile
@@ -18,7 +18,19 @@ include /etc/firejail/disable-devel.inc
18#Options 18#Options
19caps.drop all 19caps.drop all
20netfilter 20netfilter
21nogroups
21nonewprivs 22nonewprivs
22noroot 23noroot
23protocol unix,inet,inet6 24protocol unix
24seccomp 25seccomp
26shell none
27
28private-dev
29private-etc fonts,mono
30private-tmp
31
32noexec ${HOME}
33noexec /tmp
34
35no3d
36nosound
diff --git a/etc/jd-gui.profile b/etc/jd-gui.profile
index 2ba1a4380..25b7b5bb1 100644
--- a/etc/jd-gui.profile
+++ b/etc/jd-gui.profile
@@ -17,7 +17,18 @@ include /etc/firejail/disable-devel.inc
17#Options 17#Options
18caps.drop all 18caps.drop all
19netfilter 19netfilter
20nogroups
20nonewprivs 21nonewprivs
21noroot 22noroot
22protocol unix,inet,inet6 23#protocol unix
23seccomp 24seccomp
25shell none
26
27private-dev
28private-tmp
29
30noexec ${HOME}
31noexec /tmp
32
33no3d
34nosound
diff --git a/etc/lollypop.profile b/etc/lollypop.profile
index 06ed415d6..4b51f69b0 100644
--- a/etc/lollypop.profile
+++ b/etc/lollypop.profile
@@ -18,7 +18,18 @@ include /etc/firejail/disable-devel.inc
18#Options 18#Options
19caps.drop all 19caps.drop all
20netfilter 20netfilter
21nogroups
21nonewprivs 22nonewprivs
22noroot 23noroot
23protocol unix,inet,inet6 24protocol unix,inet,inet6
24seccomp 25seccomp
26shell none
27
28private-dev
29private-etc fonts
30private-tmp
31
32noexec ${HOME}
33noexec /tmp
34
35no3d
diff --git a/etc/multimc5.profile b/etc/multimc5.profile
index 6b8946be3..8a6211984 100644
--- a/etc/multimc5.profile
+++ b/etc/multimc5.profile
@@ -26,6 +26,15 @@ include /etc/firejail/whitelist-common.inc
26#Options 26#Options
27caps.drop all 27caps.drop all
28netfilter 28netfilter
29nogroups
29nonewprivs 30nonewprivs
30noroot 31noroot
31protocol unix,inet,inet6 32#protocol unix,inet,inet6
33seccomp
34shell none
35
36private-dev
37private-tmp
38
39noexec ${HOME}
40noexec /tmp
diff --git a/etc/pdfsam.profile b/etc/pdfsam.profile
index 37adabb39..92bad8751 100644
--- a/etc/pdfsam.profile
+++ b/etc/pdfsam.profile
@@ -15,7 +15,18 @@ include /etc/firejail/disable-devel.inc
15#Options 15#Options
16caps.drop all 16caps.drop all
17netfilter 17netfilter
18nogroups
18nonewprivs 19nonewprivs
19noroot 20noroot
20protocol unix,inet,inet6 21#protocol unix,inet,inet6
21seccomp 22seccomp
23shell none
24
25private-dev
26private-tmp
27
28noexec ${HOME}
29noexec /tmp
30
31no3d
32#nosound
diff --git a/etc/pithos.profile b/etc/pithos.profile
index 500e35989..beb76909f 100644
--- a/etc/pithos.profile
+++ b/etc/pithos.profile
@@ -17,7 +17,17 @@ include /etc/firejail/whitelist-common.inc
17#Options 17#Options
18caps.drop all 18caps.drop all
19netfilter 19netfilter
20nogroups
20nonewprivs 21nonewprivs
21noroot 22noroot
22protocol unix,inet,inet6 23protocol unix,inet,inet6
23seccomp 24seccomp
25shell none
26
27private-dev
28private-tmp
29
30noexec ${HOME}
31noexec /tmp
32
33no3d
diff --git a/etc/xonotic.profile b/etc/xonotic.profile
index f2690c6c3..6bfb26484 100644
--- a/etc/xonotic.profile
+++ b/etc/xonotic.profile
@@ -23,7 +23,16 @@ include /etc/firejail/whitelist-common.inc
23#Options 23#Options
24caps.drop all 24caps.drop all
25netfilter 25netfilter
26nogroups
26nonewprivs 27nonewprivs
27noroot 28noroot
28protocol unix,inet,inet6 29protocol unix,inet,inet6
29seccomp 30seccomp
31shell none
32
33private-bin xonotic-sdl,xonotic-glx,blind-id
34private-dev
35private-tmp
36
37noexec ${HOME}
38noexec /tmp