aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/dropbox.profile9
-rw-r--r--etc/profile-a-l/gitter.profile7
2 files changed, 11 insertions, 5 deletions
diff --git a/etc/profile-a-l/dropbox.profile b/etc/profile-a-l/dropbox.profile
index 4fdf1bbfe..3094495d6 100644
--- a/etc/profile-a-l/dropbox.profile
+++ b/etc/profile-a-l/dropbox.profile
@@ -5,7 +5,12 @@ include dropbox.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.config/autostart 8# To allow the program to autostart, add the following to dropbox.local:
9# Warning: This allows the program to easily escape the sandbox.
10#noblacklist ${HOME}/.config/autostart
11#mkfile ${HOME}/.config/autostart/dropbox.desktop
12#whitelist ${HOME}/.config/autostart/dropbox.desktop
13
9noblacklist ${HOME}/.dropbox 14noblacklist ${HOME}/.dropbox
10noblacklist ${HOME}/.dropbox-dist 15noblacklist ${HOME}/.dropbox-dist
11 16
@@ -20,8 +25,6 @@ include disable-programs.inc
20mkdir ${HOME}/.dropbox 25mkdir ${HOME}/.dropbox
21mkdir ${HOME}/.dropbox-dist 26mkdir ${HOME}/.dropbox-dist
22mkdir ${HOME}/Dropbox 27mkdir ${HOME}/Dropbox
23mkfile ${HOME}/.config/autostart/dropbox.desktop
24whitelist ${HOME}/.config/autostart/dropbox.desktop
25whitelist ${HOME}/.dropbox 28whitelist ${HOME}/.dropbox
26whitelist ${HOME}/.dropbox-dist 29whitelist ${HOME}/.dropbox-dist
27whitelist ${HOME}/Dropbox 30whitelist ${HOME}/Dropbox
diff --git a/etc/profile-a-l/gitter.profile b/etc/profile-a-l/gitter.profile
index 54f2923ba..713cb98e9 100644
--- a/etc/profile-a-l/gitter.profile
+++ b/etc/profile-a-l/gitter.profile
@@ -5,7 +5,11 @@ include gitter.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.config/autostart 8# To allow the program to autostart, add the following to gitter.local:
9# Warning: This allows the program to easily escape the sandbox.
10#noblacklist ${HOME}/.config/autostart
11#whitelist ${HOME}/.config/autostart
12
9noblacklist ${HOME}/.config/Gitter 13noblacklist ${HOME}/.config/Gitter
10 14
11include disable-common.inc 15include disable-common.inc
@@ -16,7 +20,6 @@ include disable-programs.inc
16 20
17mkdir ${HOME}/.config/Gitter 21mkdir ${HOME}/.config/Gitter
18whitelist ${DOWNLOADS} 22whitelist ${DOWNLOADS}
19whitelist ${HOME}/.config/autostart
20whitelist ${HOME}/.config/Gitter 23whitelist ${HOME}/.config/Gitter
21whitelist /opt/Gitter 24whitelist /opt/Gitter
22include whitelist-var-common.inc 25include whitelist-var-common.inc