summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-18 09:38:54 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-18 09:38:54 -0400
commit96e801fd8a8f4a743e2286b9367177ce8f7b3c65 (patch)
treeb2f89daf4ae9655535fc4cadd480fe2f53279797 /etc
parentadded --writable-etc and --writable-var options (diff)
downloadfirejail-96e801fd8a8f4a743e2286b9367177ce8f7b3c65.tar.gz
firejail-96e801fd8a8f4a743e2286b9367177ce8f7b3c65.tar.zst
firejail-96e801fd8a8f4a743e2286b9367177ce8f7b3c65.zip
added okular and gwenview profiles
Diffstat (limited to 'etc')
-rw-r--r--etc/disable-programs.inc5
-rw-r--r--etc/gwenview.profile19
-rw-r--r--etc/okular.profile21
3 files changed, 45 insertions, 0 deletions
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index 43b9cff38..23dd8e025 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -8,6 +8,11 @@ blacklist ${HOME}/.Wolfram Research
8blacklist ${HOME}/.config/mupen64plus 8blacklist ${HOME}/.config/mupen64plus
9blacklist ${HOME}/.config/transmission 9blacklist ${HOME}/.config/transmission
10blacklist ${HOME}/.config/uGet 10blacklist ${HOME}/.config/uGet
11blacklist ~/.kde/share/apps/okular
12blacklist ~/.kde/share/config/okularrc
13blacklist ~/.kde/share/config/okularpartrc
14blacklist ~/.kde/share/apps/gwenview
15blacklist ~/.kde/share/config/gwenviewrc
11 16
12# Media players 17# Media players
13blacklist ${HOME}/.config/cmus 18blacklist ${HOME}/.config/cmus
diff --git a/etc/gwenview.profile b/etc/gwenview.profile
new file mode 100644
index 000000000..d61c57adc
--- /dev/null
+++ b/etc/gwenview.profile
@@ -0,0 +1,19 @@
1# KDE gwenview profile
2noblacklist ~/.kde/share/apps/gwenview
3noblacklist ~/.kde/share/config/gwenviewrc
4include /etc/firejail/disable-common.inc
5include /etc/firejail/disable-programs.inc
6include /etc/firejail/disable-devel.inc
7include /etc/firejail/disable-passwdmgr.inc
8caps.drop all
9seccomp
10protocol unix
11noroot
12nogroups
13private-dev
14
15#Experimental:
16#shell none
17#private-bin gwenview
18#private-etc X11
19
diff --git a/etc/okular.profile b/etc/okular.profile
new file mode 100644
index 000000000..7929a8796
--- /dev/null
+++ b/etc/okular.profile
@@ -0,0 +1,21 @@
1# KDE okular profile
2noblacklist ~/.kde/share/apps/okular
3noblacklist ~/.kde/share/config/okularrc
4noblacklist ~/.kde/share/config/okularpartrc
5include /etc/firejail/disable-common.inc
6include /etc/firejail/disable-programs.inc
7include /etc/firejail/disable-devel.inc
8include /etc/firejail/disable-passwdmgr.inc
9caps.drop all
10seccomp
11protocol unix
12noroot
13nogroups
14private-dev
15
16#Experimental:
17#net none
18#shell none
19#private-bin okular,kbuildsycoca4,kbuildsycoca5
20#private-etc X11
21