-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.json
More file actions
31 lines (31 loc) · 991 Bytes
/
rules.json
File metadata and controls
31 lines (31 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"_license": "Apache-2.0",
"monitor_process": [
"openclaw"
],
"poll_interval_seconds": 1,
"forbidden_files": [
"/etc/openclaw/security/SECURITY.md",
"/var/log/openclaw-cctv/*",
"/Library/Application Support/OpenClawCCTV/*"
],
"forbidden_actions": [
"chflags",
"launchctl bootout system/com.openclaw.cctv",
"launchctl remove com.openclaw.cctv",
"rm -rf /var/log/openclaw-cctv",
"rm -rf /Library/Application Support/OpenClawCCTV",
"rm -f /etc/openclaw/security/SECURITY.md",
"cat /var/log/openclaw-cctv",
"tail -f /var/log/openclaw-cctv"
],
"integrity_files": [
"/Library/Application Support/OpenClawCCTV/cctv.py",
"/Library/Application Support/OpenClawCCTV/watchdog.py",
"/Library/Application Support/OpenClawCCTV/logger.py",
"/Library/Application Support/OpenClawCCTV/rules.json",
"/Library/LaunchDaemons/com.openclaw.cctv.plist",
"/etc/openclaw/security/SECURITY.md"
],
"alert_on_exfil": true
}