From 1b0003138c9f72ac6c04c3cc7f4d8cc027554db9 Mon Sep 17 00:00:00 2001 From: Thomas Legris Date: Fri, 15 Nov 2024 13:44:45 +0900 Subject: [PATCH] set skip non executable to true (#112) (cherry picked from commit a6856d5f05f12af4e2f5279c0ceb0d298a669346) --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 6c5e26c..4328655 100644 --- a/config.yaml +++ b/config.yaml @@ -3,4 +3,4 @@ exclude_extensions: [ ".log", ".jpg", ".jpeg", ".png", ".gif", ".bmp", ".tiff", ".tif", ".psd", ".xcf", ".zip", ".tar.gz",".gz",".so", ".0", ".1", ".2", ".3",".4",".5",".6",".7",".8",".9", ".ttf", ".lock", ".yar", ".log", ".chk", ".sdb", ".jdb", ".pat", ".jrs", ".dit", ".pol", ".mdb", ".dns", ".admx", ".adml", ".adm", ".edb", ".db", ".evtx"] exclude_paths: ["/var/lib/docker", "/var/lib/containerd", "/dev", "/proc", "/usr/lib", "/sys", "/boot", "/run"] max_file_size: 1073741824 -skip_non_executable: false +skip_non_executable: true