diff --git a/osquery/core/linux/.gitignore b/osquery/kernel/linux/.gitignore similarity index 100% rename from osquery/core/linux/.gitignore rename to osquery/kernel/linux/.gitignore diff --git a/osquery/core/linux/kernel/camb/Makefile b/osquery/kernel/linux/Makefile similarity index 100% rename from osquery/core/linux/kernel/camb/Makefile rename to osquery/kernel/linux/Makefile diff --git a/osquery/core/linux/kernel/camb/hash.c b/osquery/kernel/linux/hash.c similarity index 100% rename from osquery/core/linux/kernel/camb/hash.c rename to osquery/kernel/linux/hash.c diff --git a/osquery/core/linux/kernel/camb/hash.h b/osquery/kernel/linux/hash.h similarity index 100% rename from osquery/core/linux/kernel/camb/hash.h rename to osquery/kernel/linux/hash.h diff --git a/osquery/core/linux/kernel/camb/main.c b/osquery/kernel/linux/main.c similarity index 100% rename from osquery/core/linux/kernel/camb/main.c rename to osquery/kernel/linux/main.c diff --git a/osquery/core/linux/kernel/camb/sysfs.c b/osquery/kernel/linux/sysfs.c similarity index 100% rename from osquery/core/linux/kernel/camb/sysfs.c rename to osquery/kernel/linux/sysfs.c diff --git a/osquery/core/linux/kernel/camb/sysfs.h b/osquery/kernel/linux/sysfs.h similarity index 100% rename from osquery/core/linux/kernel/camb/sysfs.h rename to osquery/kernel/linux/sysfs.h