feat: add /opt/CoPilot to ignore list in linux_agent.conf
taylorwalton committed
Jan 14, 2025 at 16:40 UTC
2778e88826311edf97f4e90f7b0c7760c6ec728b
1 file changed
+1
backend/app/customer_provisioning/templates/linux_agent.conf
+1
@@ -64,6 +64,7 @@
64
<ignore>/etc/svc/volatile</ignore>
65
<ignore>/sys/kernel/security</ignore>
66
<ignore>/sys/kernel/debug</ignore>
67
+ <ignore>/opt/CoPilot</ignore>
68
<!-- File types to ignore -->
69
<ignore type="sregex">.log$|.swp$</ignore>
70
<!-- Check the file, but never compute the diff -->