🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 06:39:19 | PHP 8.1.34
📂
/ (Root)
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
defence360agent
/
migrations
📍 /opt/imunify360/venv/lib/python3.11/site-packages/defence360agent/migrations
🔄 Refresh
✏️
Editing: 094_ignore_cagefs_proc.py
Read Only
""" This migration adds /usr/share/cagefs-skeleton/proc/ to ignore for malware scanning """ def migrate(migrator, database, fake=False, **kwargs): if not fake: MalwareIgnorePath = migrator.orm["malware_ignore_path"] MalwareIgnorePath.get_or_create(path="/usr/share/cagefs-skeleton/proc") def rollback(migrator, database, fake=False, **kwargs): pass
💾 Save Changes
❌ Cancel