File tree 3 files changed +16
-7
lines changed
3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ include dropbox.local
5
5
# Persistent global definitions
6
6
include globals.local
7
7
8
- noblacklist ${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
+
9
14
noblacklist ${HOME}/.dropbox
10
15
noblacklist ${HOME}/.dropbox-dist
11
16
@@ -20,8 +25,6 @@ include disable-programs.inc
20
25
mkdir ${HOME}/.dropbox
21
26
mkdir ${HOME}/.dropbox-dist
22
27
mkdir ${HOME}/Dropbox
23
- mkfile ${HOME}/.config/autostart/dropbox.desktop
24
- whitelist ${HOME}/.config/autostart/dropbox.desktop
25
28
whitelist ${HOME}/.dropbox
26
29
whitelist ${HOME}/.dropbox-dist
27
30
whitelist ${HOME}/Dropbox
Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ include gitter.local
5
5
# Persistent global definitions
6
6
include globals.local
7
7
8
- noblacklist ${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
+
9
13
noblacklist ${HOME}/.config/Gitter
10
14
11
15
include disable-common.inc
@@ -16,7 +20,6 @@ include disable-programs.inc
16
20
17
21
mkdir ${HOME}/.config/Gitter
18
22
whitelist ${DOWNLOADS}
19
- whitelist ${HOME}/.config/autostart
20
23
whitelist ${HOME}/.config/Gitter
21
24
whitelist /opt/Gitter
22
25
include whitelist-var-common.inc
Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ include meteo-qt.local
6
6
# Persistent global definitions
7
7
include globals.local
8
8
9
- noblacklist ${HOME}/.config/autostart
9
+ # To allow the program to autostart, add the following to meteo-qt.local:
10
+ # Warning: This allows the program to easily escape the sandbox.
11
+ #noblacklist ${HOME}/.config/autostart
12
+ #whitelist ${HOME}/.config/autostart
13
+
10
14
noblacklist ${HOME}/.config/meteo-qt
11
15
12
16
# Allow python (blacklisted by disable-interpreters.inc)
@@ -21,7 +25,6 @@ include disable-shell.inc
21
25
include disable-xdg.inc
22
26
23
27
mkdir ${HOME}/.config/meteo-qt
24
- whitelist ${HOME}/.config/autostart
25
28
whitelist ${HOME}/.config/meteo-qt
26
29
include whitelist-common.inc
27
30
include whitelist-var-common.inc
You can’t perform that action at this time.
0 commit comments