Initial release: ghost_protocol privacy toolkit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# /etc/cron.d/opsec-banner-cache — Update WAN IP cache for terminal banner
|
||||
# Runs every 5 minutes to keep the cached external IP current
|
||||
*/5 * * * * root /usr/local/bin/opsec-banner-cache.sh >/dev/null 2>&1
|
||||
@@ -0,0 +1,6 @@
|
||||
# /etc/cron.d/opsec-log-rotate — Secure log rotation
|
||||
# Interval synced from LOG_ROTATION_HOURS in /etc/opsec/opsec.conf (default: 4h)
|
||||
SHELL=/bin/bash
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
|
||||
0 */4 * * * root /usr/local/bin/opsec-log-rotate.sh >/dev/null 2>&1
|
||||
Reference in New Issue
Block a user