aboutsummaryrefslogtreecommitdiffstats
path: root/etc/calibre.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
committerLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
commit9e3ba319be6b9546d7e8f450ca419ee2f3f4040b (patch)
tree0aebe82de78a61877c267f4dcb2ebcc13a2e37c9 /etc/calibre.profile
parentvarious profile fixes (#1433) (diff)
downloadfirejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.gz
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.zst
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.zip
Unify all profiles
Diffstat (limited to 'etc/calibre.profile')
-rw-r--r--etc/calibre.profile19
1 files changed, 9 insertions, 10 deletions
diff --git a/etc/calibre.profile b/etc/calibre.profile
index b75e0c276..726a33db8 100644
--- a/etc/calibre.profile
+++ b/etc/calibre.profile
@@ -1,20 +1,19 @@
1# Persistent global definitions go here 1# Firejail profile for calibre
2include /etc/firejail/globals.local 2# This file is overwritten after every install/update
3 3# Persistent local customizations
4# This file is overwritten during software install.
5# Persistent customizations should go in a .local file.
6include /etc/firejail/calibre.local 4include /etc/firejail/calibre.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7 7
8noblacklist ~/.config/calibre
9noblacklist ~/.cache/calibre 8noblacklist ~/.cache/calibre
9noblacklist ~/.config/calibre
10 10
11include /etc/firejail/disable-common.inc 11include /etc/firejail/disable-common.inc
12include /etc/firejail/disable-programs.inc 12# include /etc/firejail/disable-devel.inc
13#include /etc/firejail/disable-devel.inc
14include /etc/firejail/disable-passwdmgr.inc 13include /etc/firejail/disable-passwdmgr.inc
14include /etc/firejail/disable-programs.inc
15 15
16caps.drop all 16caps.drop all
17#ipc-namespace
18netfilter 17netfilter
19no3d 18no3d
20nogroups 19nogroups
@@ -27,7 +26,7 @@ seccomp
27shell none 26shell none
28tracelog 27tracelog
29 28
30#private-bin 29# private-bin
31private-dev 30private-dev
32private-tmp 31private-tmp
33 32