aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2017-08-10 16:11:42 +0200
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-08-10 09:11:42 -0500
commit1a13b12cde52c11b8d31c247b033b475e329fcbf (patch)
treef52eb927456804640d774a6e00a7b0edbab5bc8f /etc
parentMerge pull request #1452 from SpotComms/fn (diff)
downloadfirejail-1a13b12cde52c11b8d31c247b033b475e329fcbf.tar.gz
firejail-1a13b12cde52c11b8d31c247b033b475e329fcbf.tar.zst
firejail-1a13b12cde52c11b8d31c247b033b475e329fcbf.zip
more novideo options, enhanced mediathekview (#1451)
* add disable-mnt * support alternative media players * add novideo * fix comment, add novideo * drop disable-mnt saving to mounted locations is legitimate use
Diffstat (limited to 'etc')
-rw-r--r--etc/dolphin.profile3
-rw-r--r--etc/k3b.profile1
-rw-r--r--etc/kate.profile1
-rw-r--r--etc/keepass.profile1
-rw-r--r--etc/keepassx.profile1
-rw-r--r--etc/keepassx2.profile1
-rw-r--r--etc/kwrite.profile1
-rw-r--r--etc/mediathekview.profile5
-rw-r--r--etc/pdftotext.profile1
9 files changed, 14 insertions, 1 deletions
diff --git a/etc/dolphin.profile b/etc/dolphin.profile
index 93acbd09e..bef7e0534 100644
--- a/etc/dolphin.profile
+++ b/etc/dolphin.profile
@@ -14,6 +14,7 @@ noblacklist ~/.local/share/dolphin
14include /etc/firejail/disable-common.inc 14include /etc/firejail/disable-common.inc
15include /etc/firejail/disable-devel.inc 15include /etc/firejail/disable-devel.inc
16include /etc/firejail/disable-passwdmgr.inc 16include /etc/firejail/disable-passwdmgr.inc
17# dolphin needs to be able to start arbitrary applications so we cannot blacklist their files
17# include /etc/firejail/disable-programs.inc 18# include /etc/firejail/disable-programs.inc
18 19
19caps.drop all 20caps.drop all
@@ -21,11 +22,11 @@ netfilter
21nogroups 22nogroups
22nonewprivs 23nonewprivs
23noroot 24noroot
25novideo
24protocol unix 26protocol unix
25seccomp 27seccomp
26shell none 28shell none
27 29
28# dolphin needs to be able to start arbitrary applications so we cannot blacklist their files
29# private-bin 30# private-bin
30# private-dev 31# private-dev
31# private-etc 32# private-etc
diff --git a/etc/k3b.profile b/etc/k3b.profile
index c2aed68c9..5c3e2f717 100644
--- a/etc/k3b.profile
+++ b/etc/k3b.profile
@@ -19,6 +19,7 @@ no3d
19nonewprivs 19nonewprivs
20noroot 20noroot
21nosound 21nosound
22novideo
22protocol unix 23protocol unix
23seccomp 24seccomp
24shell none 25shell none
diff --git a/etc/kate.profile b/etc/kate.profile
index 12d9127b4..667ad34a9 100644
--- a/etc/kate.profile
+++ b/etc/kate.profile
@@ -23,6 +23,7 @@ nogroups
23nonewprivs 23nonewprivs
24noroot 24noroot
25nosound 25nosound
26novideo
26protocol unix 27protocol unix
27seccomp 28seccomp
28shell none 29shell none
diff --git a/etc/keepass.profile b/etc/keepass.profile
index 543bc01eb..a52344ed0 100644
--- a/etc/keepass.profile
+++ b/etc/keepass.profile
@@ -25,6 +25,7 @@ nogroups
25nonewprivs 25nonewprivs
26noroot 26noroot
27nosound 27nosound
28novideo
28protocol unix,inet,inet6 29protocol unix,inet,inet6
29seccomp 30seccomp
30shell none 31shell none
diff --git a/etc/keepassx.profile b/etc/keepassx.profile
index 892dd7053..2ffb375ea 100644
--- a/etc/keepassx.profile
+++ b/etc/keepassx.profile
@@ -23,6 +23,7 @@ nogroups
23nonewprivs 23nonewprivs
24noroot 24noroot
25nosound 25nosound
26novideo
26protocol unix 27protocol unix
27seccomp 28seccomp
28shell none 29shell none
diff --git a/etc/keepassx2.profile b/etc/keepassx2.profile
index ab56e0317..dc73b7a3e 100644
--- a/etc/keepassx2.profile
+++ b/etc/keepassx2.profile
@@ -22,6 +22,7 @@ nogroups
22nonewprivs 22nonewprivs
23noroot 23noroot
24nosound 24nosound
25novideo
25protocol unix 26protocol unix
26seccomp 27seccomp
27shell none 28shell none
diff --git a/etc/kwrite.profile b/etc/kwrite.profile
index b6406cc0d..9b75bc6bf 100644
--- a/etc/kwrite.profile
+++ b/etc/kwrite.profile
@@ -23,6 +23,7 @@ nogroups
23nonewprivs 23nonewprivs
24noroot 24noroot
25# nosound - KWrite is using ALSA! 25# nosound - KWrite is using ALSA!
26novideo
26protocol unix 27protocol unix
27seccomp 28seccomp
28shell none 29shell none
diff --git a/etc/mediathekview.profile b/etc/mediathekview.profile
index bebe95a72..b6f8c7cb5 100644
--- a/etc/mediathekview.profile
+++ b/etc/mediathekview.profile
@@ -5,9 +5,14 @@ include /etc/firejail/mediathekview.local
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8noblacklist ~/.config/mpv
9noblacklist ~/.config/smplayer
10noblacklist ~/.config/totem
8noblacklist ~/.config/vlc 11noblacklist ~/.config/vlc
9noblacklist ~/.java 12noblacklist ~/.java
13noblacklist ~/.local/share/totem
10noblacklist ~/.mediathek3 14noblacklist ~/.mediathek3
15noblacklist ~/.mplayer
11 16
12include /etc/firejail/disable-common.inc 17include /etc/firejail/disable-common.inc
13include /etc/firejail/disable-devel.inc 18include /etc/firejail/disable-devel.inc
diff --git a/etc/pdftotext.profile b/etc/pdftotext.profile
index 89fb295dd..8d3756db6 100644
--- a/etc/pdftotext.profile
+++ b/etc/pdftotext.profile
@@ -19,6 +19,7 @@ nogroups
19nonewprivs 19nonewprivs
20noroot 20noroot
21nosound 21nosound
22novideo
22protocol unix 23protocol unix
23seccomp 24seccomp
24shell none 25shell none