aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gnome-schedule.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/gnome-schedule.profile')
-rw-r--r--etc/gnome-schedule.profile15
1 files changed, 1 insertions, 14 deletions
diff --git a/etc/gnome-schedule.profile b/etc/gnome-schedule.profile
index 6c9c83e5f..cbeb82465 100644
--- a/etc/gnome-schedule.profile
+++ b/etc/gnome-schedule.profile
@@ -13,15 +13,9 @@ noblacklist ${PATH}/at
13noblacklist ${PATH}/crontab 13noblacklist ${PATH}/crontab
14 14
15# Needs access to these files/dirs 15# Needs access to these files/dirs
16noblacklist /etc/at.allow
17noblacklist /etc/at.deny
18noblacklist /etc/cron.allow 16noblacklist /etc/cron.allow
19noblacklist /etc/cron.deny 17noblacklist /etc/cron.deny
20noblacklist /etc/fonts
21noblacklist /etc/ld.so.preload
22noblacklist /etc/pam.d
23noblacklist /etc/shadow 18noblacklist /etc/shadow
24noblacklist /var/spool/at
25noblacklist /var/spool/cron 19noblacklist /var/spool/cron
26 20
27# cron job testing needs a terminal, resulting in sandbox escape (see disable-common.inc) 21# cron job testing needs a terminal, resulting in sandbox escape (see disable-common.inc)
@@ -41,14 +35,6 @@ include disable-xdg.inc
41 35
42mkfile ${HOME}/.gnome/gnome-schedule 36mkfile ${HOME}/.gnome/gnome-schedule
43whitelist ${HOME}/.gnome/gnome-schedule 37whitelist ${HOME}/.gnome/gnome-schedule
44whitelist /etc/at.allow
45whitelist /etc/at.deny
46whitelist /etc/cron.allow
47whitelist /etc/cron.deny
48whitelist /etc/fonts
49whitelist /etc/pam.d
50whitelist /etc/ld.so.preload
51whitelist /etc/shadow
52whitelist /var/spool/atd 38whitelist /var/spool/atd
53whitelist /var/spool/cron 39whitelist /var/spool/cron
54include whitelist-common.inc 40include whitelist-common.inc
@@ -72,5 +58,6 @@ tracelog
72disable-mnt 58disable-mnt
73private-cache 59private-cache
74private-dev 60private-dev
61private-etc at.allow,at.deny,cron.allow,cron.deny,fonts,ld.so.preload,pam.d,shadow
75writable-var 62writable-var
76 63