summaryrefslogtreecommitdiffstats
path: root/etc/enpass.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/enpass.profile')
-rw-r--r--etc/enpass.profile22
1 files changed, 18 insertions, 4 deletions
diff --git a/etc/enpass.profile b/etc/enpass.profile
index 284b9259d..b337c721d 100644
--- a/etc/enpass.profile
+++ b/etc/enpass.profile
@@ -6,7 +6,10 @@ include enpass.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.cache/Enpass
10noblacklist ${HOME}/.config/sinew.in
9noblacklist ${HOME}/.config/Sinew Software Systems 11noblacklist ${HOME}/.config/Sinew Software Systems
12noblacklist ${HOME}/.local/share/Enpass
10noblacklist ${DOCUMENTS} 13noblacklist ${DOCUMENTS}
11 14
12include disable-common.inc 15include disable-common.inc
@@ -17,11 +20,21 @@ include disable-passwdmgr.inc
17include disable-programs.inc 20include disable-programs.inc
18include disable-xdg.inc 21include disable-xdg.inc
19 22
23whitelist ${HOME}/.cache/Enpass
24whitelist ${HOME}/.config/sinew.in
25whitelist ${HOME}/.config/Sinew Software Systems
26whitelist ${HOME}/.local/share/Enpass
27whitelist ${DOCUMENTS}
28
20include whitelist-var-common.inc 29include whitelist-var-common.inc
21 30
31# machine-id and nosound break audio notification functionality
32# comment both if you need that functionality or put 'ignore machine-id'
33# and 'ignore nosound' in your enpass.local
34
22caps.drop all 35caps.drop all
23machine-id 36machine-id
24net none 37netfilter
25no3d 38no3d
26nodvd 39nodvd
27nogroups 40nogroups
@@ -31,14 +44,15 @@ nosound
31notv 44notv
32nou2f 45nou2f
33novideo 46novideo
34protocol unix 47protocol unix,inet,inet6,netlink
35seccomp 48seccomp
36shell none 49shell none
37tracelog 50tracelog
38 51
39private-bin sh,readlink,dirname 52private-bin dirname,Enpass,importer_enpass,sh,readlink
53?HAS_APPIMAGE: ignore private-dev
40private-dev 54private-dev
41private-opt Enpass 55private-opt Enpass
42private-tmp 56private-tmp
43 57
44memory-deny-write-execute 58#memory-deny-write-execute - breaks on Arch