diff options
| author | Simon Rettberg | 2013-12-05 16:04:21 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-12-05 16:04:21 +0100 |
| commit | d6cce752897438b583faa7776703d02f35ff76a8 (patch) | |
| tree | a2c78642ba2553d2e1481f135fb0fbf895c48cd7 | |
| parent | [cron] new module for cron using our own patched sources. Has (diff) | |
| download | tm-scripts-d6cce752897438b583faa7776703d02f35ff76a8.tar.gz tm-scripts-d6cce752897438b583faa7776703d02f35ff76a8.tar.xz tm-scripts-d6cce752897438b583faa7776703d02f35ff76a8.zip | |
<stage4 blacklist> add cron blacklist as we ship our own
| -rw-r--r-- | server/blacklists/essential/cron | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/server/blacklists/essential/cron b/server/blacklists/essential/cron new file mode 100644 index 00000000..bdbb376d --- /dev/null +++ b/server/blacklists/essential/cron @@ -0,0 +1,14 @@ +- /etc/crontab +- /usr/sbin/cron +- /usr/sbin/crontab +- /usr/bin/cron +- /usr/bin/crontab +- /sbin/cron +- /sbin/crontab +- /bin/cron +- /bin/crontab +- /etc/crontab +- /etc/cron.hourly +- /etc/cron.daily +- /etc/cron.weekly + |
