summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/0ad.profile4
-rw-r--r--etc/atom-beta.profile7
-rw-r--r--etc/atom.profile6
-rw-r--r--etc/atril.profile1
-rw-r--r--etc/audacity.profile2
-rw-r--r--etc/aweather.profile3
-rw-r--r--etc/dosbox.profile21
-rw-r--r--etc/eom.profile1
-rw-r--r--etc/gitter.profile4
-rw-r--r--etc/gthumb.profile1
-rw-r--r--etc/libreoffice.profile3
-rw-r--r--etc/palemoon.profile1
-rw-r--r--etc/pidgin.profile1
-rw-r--r--etc/qtox.profile1
-rw-r--r--etc/rhythmbox.profile1
-rw-r--r--etc/stellarium.profile2
-rw-r--r--etc/transmission-gtk.profile2
-rw-r--r--etc/vlc.profile2
-rw-r--r--etc/warzone2100.profile1
-rw-r--r--etc/xplayer.profile1
-rw-r--r--etc/xreader.profile1
-rw-r--r--etc/xviewer.profile3
22 files changed, 54 insertions, 15 deletions
diff --git a/etc/0ad.profile b/etc/0ad.profile
index 217cdeee0..1e7c06879 100644
--- a/etc/0ad.profile
+++ b/etc/0ad.profile
@@ -19,8 +19,8 @@ whitelist ~/.local/share/0ad
19 19
20caps.drop all 20caps.drop all
21netfilter 21netfilter
22nonewprivs
23nogroups 22nogroups
23nonewprivs
24noroot 24noroot
25protocol unix,inet,inet6 25protocol unix,inet,inet6
26seccomp 26seccomp
@@ -28,4 +28,4 @@ shell none
28tracelog 28tracelog
29 29
30private-dev 30private-dev
31 31private-tmp
diff --git a/etc/atom-beta.profile b/etc/atom-beta.profile
index 3c753e86c..9a8d93875 100644
--- a/etc/atom-beta.profile
+++ b/etc/atom-beta.profile
@@ -1,4 +1,4 @@
1# Firjail profile for Atom Beta. 1# Firejail profile for Atom Beta.
2noblacklist ~/.atom 2noblacklist ~/.atom
3noblacklist ~/.config/Atom 3noblacklist ~/.config/Atom
4 4
@@ -11,9 +11,10 @@ netfilter
11nonewprivs 11nonewprivs
12nogroups 12nogroups
13noroot 13noroot
14nosound
15protocol unix,inet,inet6,netlink
14seccomp 16seccomp
15shell none 17shell none
16 18
17private-dev 19private-dev
18nosound 20private-tmp
19
diff --git a/etc/atom.profile b/etc/atom.profile
index 8304cd379..3cb86847e 100644
--- a/etc/atom.profile
+++ b/etc/atom.profile
@@ -1,4 +1,4 @@
1# Firjail profile for Atom. 1# Firejail profile for Atom.
2noblacklist ~/.atom 2noblacklist ~/.atom
3noblacklist ~/.config/Atom 3noblacklist ~/.config/Atom
4 4
@@ -11,8 +11,10 @@ netfilter
11nonewprivs 11nonewprivs
12nogroups 12nogroups
13noroot 13noroot
14nosound
15protocol unix,inet,inet6,netlink
14seccomp 16seccomp
15shell none 17shell none
16 18
17private-dev 19private-dev
18nosound 20private-tmp
diff --git a/etc/atril.profile b/etc/atril.profile
index bfe731bec..d9e10b072 100644
--- a/etc/atril.profile
+++ b/etc/atril.profile
@@ -18,3 +18,4 @@ tracelog
18 18
19private-bin atril, atril-previewer, atril-thumbnailer 19private-bin atril, atril-previewer, atril-thumbnailer
20private-dev 20private-dev
21private-tmp
diff --git a/etc/audacity.profile b/etc/audacity.profile
index 162201cb8..be3fac9be 100644
--- a/etc/audacity.profile
+++ b/etc/audacity.profile
@@ -7,6 +7,7 @@ include /etc/firejail/disable-passwdmgr.inc
7include /etc/firejail/disable-programs.inc 7include /etc/firejail/disable-programs.inc
8 8
9caps.drop all 9caps.drop all
10netfilter
10nonewprivs 11nonewprivs
11nogroups 12nogroups
12noroot 13noroot
@@ -17,3 +18,4 @@ tracelog
17 18
18private-bin audacity 19private-bin audacity
19private-dev 20private-dev
21private-tmp
diff --git a/etc/aweather.profile b/etc/aweather.profile
index da93e8ba3..4e5c36f50 100644
--- a/etc/aweather.profile
+++ b/etc/aweather.profile
@@ -15,10 +15,11 @@ nonewprivs
15nogroups 15nogroups
16noroot 16noroot
17nosound 17nosound
18protocol unix,inet,inet6,netlink 18protocol unix,inet,inet6
19seccomp 19seccomp
20shell none 20shell none
21tracelog 21tracelog
22 22
23private-bin aweather 23private-bin aweather
24private-dev 24private-dev
25private-tmp
diff --git a/etc/dosbox.profile b/etc/dosbox.profile
new file mode 100644
index 000000000..45fbb712a
--- /dev/null
+++ b/etc/dosbox.profile
@@ -0,0 +1,21 @@
1# Firejail profile for dosbox
2noblacklist ~/.dosbox
3
4include /etc/firejail/disable-common.inc
5include /etc/firejail/disable-programs.inc
6include /etc/firejail/disable-devel.inc
7include /etc/firejail/disable-passwdmgr.inc
8
9caps.drop all
10netfilter
11nogroups
12nonewprivs
13noroot
14protocol unix,inet,inet6
15seccomp
16shell none
17tracelog
18
19private-bin dosbox
20private-dev
21private-tmp
diff --git a/etc/eom.profile b/etc/eom.profile
index 81d993e96..dfcea82c1 100644
--- a/etc/eom.profile
+++ b/etc/eom.profile
@@ -18,3 +18,4 @@ tracelog
18 18
19private-bin eom 19private-bin eom
20private-dev 20private-dev
21private-tmp
diff --git a/etc/gitter.profile b/etc/gitter.profile
index 2882c59a6..f43f5f199 100644
--- a/etc/gitter.profile
+++ b/etc/gitter.profile
@@ -7,12 +7,14 @@ include /etc/firejail/disable-devel.inc
7 7
8caps.drop all 8caps.drop all
9netfilter 9netfilter
10nonewprivs
11nogroups 10nogroups
11nonewprivs
12noroot 12noroot
13nosound
13protocol unix,inet,inet6,netlink 14protocol unix,inet,inet6,netlink
14seccomp 15seccomp
15shell none 16shell none
16 17
17private-bin gitter 18private-bin gitter
18private-dev 19private-dev
20private-tmp
diff --git a/etc/gthumb.profile b/etc/gthumb.profile
index e043c7229..3ffd10add 100644
--- a/etc/gthumb.profile
+++ b/etc/gthumb.profile
@@ -19,4 +19,3 @@ tracelog
19private-bin gthumb 19private-bin gthumb
20whitelist /tmp/.X11-unix 20whitelist /tmp/.X11-unix
21private-dev 21private-dev
22private-tmp
diff --git a/etc/libreoffice.profile b/etc/libreoffice.profile
index 77a00ebef..75a52e9ff 100644
--- a/etc/libreoffice.profile
+++ b/etc/libreoffice.profile
@@ -7,6 +7,7 @@ include /etc/firejail/disable-passwdmgr.inc
7 7
8caps.drop all 8caps.drop all
9netfilter 9netfilter
10nogroups
10nonewprivs 11nonewprivs
11noroot 12noroot
12protocol unix,inet,inet6,netlink 13protocol unix,inet,inet6,netlink
@@ -15,5 +16,3 @@ tracelog
15 16
16private-dev 17private-dev
17whitelist /tmp/.X11-unix/ 18whitelist /tmp/.X11-unix/
18nosound
19
diff --git a/etc/palemoon.profile b/etc/palemoon.profile
index acedaebb7..71deec6bc 100644
--- a/etc/palemoon.profile
+++ b/etc/palemoon.profile
@@ -23,6 +23,7 @@ shell none
23tracelog 23tracelog
24 24
25private-bin palemoon 25private-bin palemoon
26private-tmp
26 27
27# These are uncommented in the Firefox profile. If you run into trouble you may 28# These are uncommented in the Firefox profile. If you run into trouble you may
28# want to uncomment (some of) them. 29# want to uncomment (some of) them.
diff --git a/etc/pidgin.profile b/etc/pidgin.profile
index 3df2cafa6..47be2b6ea 100644
--- a/etc/pidgin.profile
+++ b/etc/pidgin.profile
@@ -18,3 +18,4 @@ tracelog
18 18
19private-bin pidgin 19private-bin pidgin
20private-dev 20private-dev
21private-tmp
diff --git a/etc/qtox.profile b/etc/qtox.profile
index 0cac18573..927487037 100644
--- a/etc/qtox.profile
+++ b/etc/qtox.profile
@@ -20,3 +20,4 @@ shell none
20tracelog 20tracelog
21 21
22private-bin qtox 22private-bin qtox
23private-tmp
diff --git a/etc/rhythmbox.profile b/etc/rhythmbox.profile
index 9f087ea1d..0e8527ae7 100644
--- a/etc/rhythmbox.profile
+++ b/etc/rhythmbox.profile
@@ -16,3 +16,4 @@ tracelog
16 16
17private-bin rhythmbox 17private-bin rhythmbox
18private-dev 18private-dev
19private-tmp
diff --git a/etc/stellarium.profile b/etc/stellarium.profile
index adefa75ff..d57c9e5f7 100644
--- a/etc/stellarium.profile
+++ b/etc/stellarium.profile
@@ -25,4 +25,4 @@ tracelog
25 25
26private-bin stellarium 26private-bin stellarium
27private-dev 27private-dev
28 28private-tmp
diff --git a/etc/transmission-gtk.profile b/etc/transmission-gtk.profile
index fa5c3b22b..0cfa4fcfc 100644
--- a/etc/transmission-gtk.profile
+++ b/etc/transmission-gtk.profile
@@ -14,9 +14,9 @@ noroot
14nosound 14nosound
15protocol unix,inet,inet6 15protocol unix,inet,inet6
16seccomp 16seccomp
17shell none
17tracelog 18tracelog
18 19
19shell none
20private-bin transmission-gtk 20private-bin transmission-gtk
21whitelist /tmp/.X11-unix 21whitelist /tmp/.X11-unix
22private-dev 22private-dev
diff --git a/etc/vlc.profile b/etc/vlc.profile
index c82247dd2..cdd098dd5 100644
--- a/etc/vlc.profile
+++ b/etc/vlc.profile
@@ -17,3 +17,5 @@ shell none
17tracelog 17tracelog
18 18
19private-bin vlc,cvlc,nvlc,rvlc,qvlc,svlc 19private-bin vlc,cvlc,nvlc,rvlc,qvlc,svlc
20private-dev
21private-tmp
diff --git a/etc/warzone2100.profile b/etc/warzone2100.profile
index ff37e2800..7c7efade8 100644
--- a/etc/warzone2100.profile
+++ b/etc/warzone2100.profile
@@ -23,3 +23,4 @@ tracelog
23 23
24private-bin warzone2100 24private-bin warzone2100
25private-dev 25private-dev
26private-tmp
diff --git a/etc/xplayer.profile b/etc/xplayer.profile
index a46b2fa06..54d5ed89b 100644
--- a/etc/xplayer.profile
+++ b/etc/xplayer.profile
@@ -19,3 +19,4 @@ tracelog
19 19
20private-bin xplayer,xplayer-audio-preview,xplayer-video-thumbnailer 20private-bin xplayer,xplayer-audio-preview,xplayer-video-thumbnailer
21private-dev 21private-dev
22private-tmp
diff --git a/etc/xreader.profile b/etc/xreader.profile
index ac7d34022..d2a000bd0 100644
--- a/etc/xreader.profile
+++ b/etc/xreader.profile
@@ -20,3 +20,4 @@ tracelog
20 20
21private-bin xreader, xreader-previewer, xreader-thumbnailer 21private-bin xreader, xreader-previewer, xreader-thumbnailer
22private-dev 22private-dev
23private-tmp
diff --git a/etc/xviewer.profile b/etc/xviewer.profile
index 7a4ae4858..cbb59d16e 100644
--- a/etc/xviewer.profile
+++ b/etc/xviewer.profile
@@ -6,8 +6,8 @@ include /etc/firejail/disable-devel.inc
6include /etc/firejail/disable-passwdmgr.inc 6include /etc/firejail/disable-passwdmgr.inc
7 7
8caps.drop all 8caps.drop all
9nonewprivs
10nogroups 9nogroups
10nonewprivs
11noroot 11noroot
12nosound 12nosound
13protocol unix 13protocol unix
@@ -17,3 +17,4 @@ tracelog
17 17
18private-dev 18private-dev
19private-bin xviewer 19private-bin xviewer
20private-tmp