From 585c388a10469f8bc6f3409c059742978cb60b9e Mon Sep 17 00:00:00 2001 From: royalgraphx <39929362+royalgraphx@users.noreply.github.com> Date: Wed, 11 Dec 2024 08:50:56 -0600 Subject: [PATCH] HOTFIX: bluetoothd added to Filter I don't have bluetooth, this never appeared in my logs, but apparently it's now checking for VMM as well. --- VMHide/kern_start.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/VMHide/kern_start.cpp b/VMHide/kern_start.cpp index 696defe..cd8aa42 100644 --- a/VMHide/kern_start.cpp +++ b/VMHide/kern_start.cpp @@ -58,6 +58,7 @@ int vmh_sysctl_vmm_present(struct sysctl_oid *oidp, void *arg1, int arg2, struct {"itunescloudd", -1}, {"amsaccountsd", -1}, {"duetexpertd", -1}, + {"bluetoothd", -1}, {"groupkitd", -1}, {"accountsd", -1}, {"Terminal", -1},