aboutsummaryrefslogtreecommitdiffstats
path: root/etc/cherrytree.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/cherrytree.profile')
-rw-r--r--etc/cherrytree.profile19
1 files changed, 10 insertions, 9 deletions
diff --git a/etc/cherrytree.profile b/etc/cherrytree.profile
index b1acd78f2..8aa11a0e6 100644
--- a/etc/cherrytree.profile
+++ b/etc/cherrytree.profile
@@ -1,22 +1,20 @@
1# Persistent global definitions go here 1# Firejail profile for cherrytree
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/cherrytree.local 4include /etc/firejail/cherrytree.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7 7
8# cherrytree note taking application 8noblacklist ${HOME}/.config/cherrytree
9noblacklist /usr/bin/python2* 9noblacklist /usr/bin/python2*
10noblacklist /usr/lib/python3* 10noblacklist /usr/lib/python3*
11noblacklist ${HOME}/.config/cherrytree
12 11
13include /etc/firejail/disable-common.inc 12include /etc/firejail/disable-common.inc
14include /etc/firejail/disable-programs.inc
15include /etc/firejail/disable-devel.inc 13include /etc/firejail/disable-devel.inc
16include /etc/firejail/disable-passwdmgr.inc 14include /etc/firejail/disable-passwdmgr.inc
15include /etc/firejail/disable-programs.inc
17 16
18caps.drop all 17caps.drop all
19#ipc-namespace
20netfilter 18netfilter
21no3d 19no3d
22nogroups 20nogroups
@@ -34,3 +32,6 @@ private-tmp
34 32
35noexec ${HOME} 33noexec ${HOME}
36noexec /tmp 34noexec /tmp
35
36# CLOBBERED COMMENTS
37# cherrytree note taking application