Linux 74-214-172-243.cprapid.com 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64
Apache
: 74.214.172.243 | : 216.73.216.140
18 Domain
8.2.31
cardrly
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
logrotate.d /
[ HOME SHELL ]
Name
Size
Permission
Action
apache
195
B
-rw-r-----
btmp
130
B
-rw-r--r--
chrony
160
B
-rw-r--r--
comet_backup
140
B
-rw-r--r--
comet_backup_jobs_helper
251
B
-rw-r--r--
dnf
88
B
-rw-r--r--
dpkg
112
B
-rw-r--r--
ea-php82-php-fpm
257
B
-rw-r--r--
ea-php83-php-fpm
257
B
-rw-r--r--
exim
405
B
-rw-r--r--
imunify-core
2.01
KB
-rw-r--r--
imunify360-antivirus
1.06
KB
-rw-r--r--
kvm_stat
162
B
-rw-r--r--
mariadb
1.82
KB
-rw-r--r--
modsecurity_logs
277
B
-rw-r--r--
named
514
B
-rw-r-----
nscd_logs
180
B
-rw-r--r--
sssd
289
B
-rw-r--r--
sw-engine
114
B
-rw-r--r--
syslog
226
B
-rw-r--r--
wp-toolkit
163
B
-rw-r--r--
wp-toolkit-action-logs
0
B
-rw-r--r--
wtmp
145
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : imunify-core
# DEF-26794: agent log rotation, replacing the in-process # RotatingCompressionFileHandler. # # Uses copytruncate so the agent's open fd remains valid across rotation # (same inode, just truncated) — no postrotate signal needed and no risk # of the agent writing into a renamed/deleted file. The brief copy↔truncate # window may drop a handful of bytes under heavy logging; acceptable for # debug logs. # # Shipped by imunify-core because the agent code (defence360agent) that # writes these files is shipped by imunify-core; this keeps the rotation # config co-located with the writer for both Imunify360 and ImunifyAV # installations. # # error.log is intentionally NOT listed here: the Go resident agent # (src/resident-agent/errorlog.go) owns rotation for that file with its # own size-based rename chain. Letting logrotate also touch error.log # means two writers compete on error.log.{1,2,...}.gz, and the Go agent's # next rotate() copyFile(error.log, error.log.1) would clobber an # uncompressed archive that logrotate had just produced under # `delaycompress`. /var/log/imunify360/network.log /var/log/imunify360/debug.log /var/log/imunify360/console.log /var/log/imunify360/hook.log /var/log/imunify360/process_message.log /var/log/imunify360/acronis-installer.log /var/log/imunify360_user_logs/*/*.log { # Non-root invocations (e.g. CageFS user contexts) route logs to a # per-user directory; the previous in-process handler enforced size # limits there too, so cover them with the same policy. The Go resident # agent only runs as root and never writes to these paths, so no # dual-rotation conflict applies — `error.log` is safe to include here. daily maxsize 60M rotate 5 # Drop archives older than 30 days regardless of position. This also # eventually purges leftovers from the old in-process rotation # (console.log.6.gz, console.log.7.gz, ...) that the fixed rename # chain never touched. maxage 30 missingok notifempty compress delaycompress copytruncate }
Close