summaryrefslogtreecommitdiffstats
path: root/etc/gramps.profile
diff options
context:
space:
mode:
authorLibravatar curiosity-seeker <my-github@mailbox.org>2019-04-17 07:00:13 +0000
committerLibravatar rusty-snake <print_hello_world+GitHub@protonmail.com>2019-04-17 07:00:13 +0000
commit11edb11c0d1620f753d43b1676077793a169b2d1 (patch)
tree49a25d47d1600c188f175771f24b9ee18b385fa3 /etc/gramps.profile
parentFix PostScript files opening in Evince (#2656) (diff)
downloadfirejail-11edb11c0d1620f753d43b1676077793a169b2d1.tar.gz
firejail-11edb11c0d1620f753d43b1676077793a169b2d1.tar.zst
firejail-11edb11c0d1620f753d43b1676077793a169b2d1.zip
Profiles for gramps, newsboat and freeoffice (#2652)
* Update firecfg.config * Create gramps.profile * Update disable-programs.inc * Create newsboat.profile * Update disable-programs.inc * Update firecfg.config * Create freeoffice-planmaker * Create freeoffice-textmaker * Create freeoffice-presentations * Update disable-programs.inc * Update firecfg.config * Update newsboat.profile * Update newsboat.profile * Update gramps.profile * Update freeoffice-textmaker * Update freeoffice-planmaker * Update freeoffice-presentations * Update freeoffice-planmaker * Update freeoffice-presentations * Update freeoffice-textmaker * Rename freeoffice-planmaker to freeoffice-planmaker.profile * Rename freeoffice-presentations to freeoffice-presentations.profile * Rename freeoffice-textmaker to freeoffice-textmaker.profile * Update gramps.profile * Update freeoffice-planmaker.profile * Update freeoffice-presentations.profile * Update freeoffice-textmaker.profile * Update freeoffice-textmaker.profile * Update freeoffice-presentations.profile * Update newsboat.profile * Update gramps.profile * Update freeoffice-planmaker.profile * Update freeoffice-presentations.profile * Update freeoffice-textmaker.profile
Diffstat (limited to 'etc/gramps.profile')
-rw-r--r--etc/gramps.profile55
1 files changed, 55 insertions, 0 deletions
diff --git a/etc/gramps.profile b/etc/gramps.profile
new file mode 100644
index 000000000..46337d269
--- /dev/null
+++ b/etc/gramps.profile
@@ -0,0 +1,55 @@
1# Firejail profile for gramps
2# Description: genealogy program
3# This file is overwritten after every install/update
4# Persistent local customizations
5include gramps.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.gramps
10
11# Allow python (blacklisted by disable-interpreters.inc)
12#noblacklist ${PATH}/python2*
13noblacklist ${PATH}/python3*
14#noblacklist /usr/lib/python2*
15noblacklist /usr/lib/python3*
16#noblacklist /usr/local/lib/python2*
17noblacklist /usr/local/lib/python3*
18
19include disable-common.inc
20include disable-devel.inc
21include disable-exec.inc
22include disable-interpreters.inc
23include disable-passwdmgr.inc
24include disable-programs.inc
25include disable-xdg.inc
26
27mkdir ${HOME}/.gramps
28whitelist ${HOME}/.gramps
29include whitelist-common.inc
30include whitelist-var-common.inc
31
32apparmor
33caps.drop all
34ipc-namespace
35netfilter
36no3d
37nodbus
38nodvd
39nogroups
40nonewprivs
41noroot
42nosound
43notv
44nou2f
45novideo
46protocol unix,inet,inet6
47seccomp
48shell none
49
50disable-mnt
51private-cache
52private-dev
53private-tmp
54
55