aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/disable-common.inc2
-rw-r--r--etc/inc/disable-shell.inc1
-rw-r--r--etc/profile-a-l/claws-mail.profile5
-rw-r--r--etc/profile-a-l/email-common.profile3
4 files changed, 11 insertions, 0 deletions
diff --git a/etc/inc/disable-common.inc b/etc/inc/disable-common.inc
index 9ad4e04d4..1268b4cd2 100644
--- a/etc/inc/disable-common.inc
+++ b/etc/inc/disable-common.inc
@@ -268,9 +268,11 @@ read-only ${HOME}/.config/fish
268read-only ${HOME}/.csh_files 268read-only ${HOME}/.csh_files
269read-only ${HOME}/.cshrc 269read-only ${HOME}/.cshrc
270read-only ${HOME}/.forward 270read-only ${HOME}/.forward
271read-only ${HOME}/.kshrc
271read-only ${HOME}/.local/share/fish 272read-only ${HOME}/.local/share/fish
272read-only ${HOME}/.login 273read-only ${HOME}/.login
273read-only ${HOME}/.logout 274read-only ${HOME}/.logout
275read-only ${HOME}/.mkshrc
274read-only ${HOME}/.oh-my-zsh 276read-only ${HOME}/.oh-my-zsh
275read-only ${HOME}/.pam_environment 277read-only ${HOME}/.pam_environment
276read-only ${HOME}/.pgpkey 278read-only ${HOME}/.pgpkey
diff --git a/etc/inc/disable-shell.inc b/etc/inc/disable-shell.inc
index fda528eb6..e66d23c9f 100644
--- a/etc/inc/disable-shell.inc
+++ b/etc/inc/disable-shell.inc
@@ -7,6 +7,7 @@ blacklist ${PATH}/csh
7blacklist ${PATH}/dash 7blacklist ${PATH}/dash
8blacklist ${PATH}/fish 8blacklist ${PATH}/fish
9blacklist ${PATH}/ksh 9blacklist ${PATH}/ksh
10blacklist ${PATH}/mksh
10blacklist ${PATH}/sh 11blacklist ${PATH}/sh
11blacklist ${PATH}/tclsh 12blacklist ${PATH}/tclsh
12blacklist ${PATH}/tcsh 13blacklist ${PATH}/tcsh
diff --git a/etc/profile-a-l/claws-mail.profile b/etc/profile-a-l/claws-mail.profile
index 24954b2d8..69196c578 100644
--- a/etc/profile-a-l/claws-mail.profile
+++ b/etc/profile-a-l/claws-mail.profile
@@ -18,5 +18,10 @@ whitelist ${HOME}/.claws-mail
18 18
19whitelist /usr/share/doc/claws-mail 19whitelist /usr/share/doc/claws-mail
20 20
21# if you use the notification plugin you need to uncomment the below (or put them in your claws-mail.local)
22#ignore dbus-user none
23#dbus-user filter
24#dbus-user.talk org.freedesktop.Notifications
25
21# Redirect 26# Redirect
22include email-common.profile 27include email-common.profile
diff --git a/etc/profile-a-l/email-common.profile b/etc/profile-a-l/email-common.profile
index 3bc417557..df47f478d 100644
--- a/etc/profile-a-l/email-common.profile
+++ b/etc/profile-a-l/email-common.profile
@@ -58,6 +58,9 @@ private-cache
58private-dev 58private-dev
59private-tmp 59private-tmp
60 60
61dbus-user none
62dbus-system none
63
61# encrypting and signing email 64# encrypting and signing email
62writable-run-user 65writable-run-user
63 66