aboutsummaryrefslogtreecommitdiffstats
path: root/etc/seahorse.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/seahorse.profile')
-rw-r--r--etc/seahorse.profile45
1 files changed, 40 insertions, 5 deletions
diff --git a/etc/seahorse.profile b/etc/seahorse.profile
index 83aeb6aec..cd9f6c767 100644
--- a/etc/seahorse.profile
+++ b/etc/seahorse.profile
@@ -4,22 +4,57 @@
4# Persistent local customizations 4# Persistent local customizations
5include seahorse.local 5include seahorse.local
6# Persistent global definitions 6# Persistent global definitions
7# added by included profile 7include globals.local
8#include globals.local
9 8
10# dconf 9# dconf
11noblacklist ${HOME}/.config/dconf 10noblacklist ${HOME}/.config/dconf
11whitelist ${HOME}/.config/dconf
12
13# gpg
14mkdir ${HOME}/.gnupg
15noblacklist ${HOME}/.gnupg
16whitelist ${HOME}/.gnupg
12 17
13# ssh 18# ssh
19whitelist /etc/ld.so.preload
14noblacklist /etc/ssh 20noblacklist /etc/ssh
21whitelist /etc/ssh
15noblacklist /tmp/ssh-* 22noblacklist /tmp/ssh-*
23whitelist /tmp/ssh-*
24mkdir ${HOME}/.ssh
16noblacklist ${HOME}/.ssh 25noblacklist ${HOME}/.ssh
26whitelist ${HOME}/.ssh
17 27
28include disable-common.inc
29include disable-devel.inc
18include disable-exec.inc 30include disable-exec.inc
31include disable-interpreters.inc
32include disable-passwdmgr.inc
33include disable-programs.inc
34include disable-xdg.inc
35include whitelist-common.inc
19include whitelist-var-common.inc 36include whitelist-var-common.inc
20 37
21apparmor 38apparmor
22ipc-namespace 39caps.drop all
40machine-id
41netfilter
42no3d
43nodvd
44nogroups
45nonewprivs
46noroot
47nosound
48notv
49nou2f
50novideo
51protocol unix,inet,inet6
52seccomp
53# shell none - causes gpg to hang
54tracelog
55
56disable-mnt
57private-cache
58private-dev
23 59
24# Redirect 60writable-run-user
25include gpg.profile